Coder Social home page Coder Social logo

booyoun-kim / game-of-stakes Goto Github PK

View Code? Open in Web Editor NEW

This project forked from daocasino/game-of-stakes

0.0 0.0 0.0 52 KB

DAObet game of stakes repo

Home Page: https://daovalidator.com

License: MIT License

Dockerfile 0.85% JavaScript 66.55% Shell 32.60%

game-of-stakes's Introduction

Game of Stakes

Welcome to the Game of Stakes from DAObet!

In this document you will find the necessary instructions and useful advise for participating in the game.

Producers.json

To participate in the Game of Stakes you have to add information about yourself in producers.json. Fill in the information via pull request or just send it to us

{
    "name": "example",
    "account_name": "examplenamee",
    "publickey": "EOS6fzMVJsxXyXvuTcoRpkkFo2FtNT8jrAfmU3vxMsb8eWYG8Uz5S",
    "url": "daobet.org",
    "p2p_endpoint": "127.0.0.1:9876",
    "api_endpoint": "http://api.daovalidator.org",
    "ssl_endpoint": "https://api.daovalidator.org"
}

name (optional)

Your account name or company name

account_name (required)

The name for your account in DAObet game of stakes network. The name should be created according to the following rules:

  • Can only contain the characters:.abcdefghijklmnopqrstuvwxyz12345. a-z (lowercase), 1-5 and . (period)
  • Must start with a letter
  • Must be 12 characters long
  • Must not end with a dot

example:

valid:

  • validator111
  • validator222
  • validatorbet

invalid:

  • validator // shorter that 12 characters
  • validator069 // contains numbers 0,6 and 9
  • val.idator // contains a dot
  • 111validator // starts with a numeral

publickey (required)

public key (in EOS format) of which you have a private key.

For generating the keypair (public key and private key) you can use daobet-cli:

// output to console
daobet-cli create key --to-console

// output to file
daobet-cli create key -f keys.txt

Be sure to save the private key!

url (optional)

your website url

p2p_endpoint / api_endpoint / ssl_endpoint (optional)

specify your ip so that other validators can connect to you. In this file you will find the ip of other validators and you can add them to your configuration. this will allow the network to be more stable and decentralized.

To add a peer address add each of them to config.ini:

example:

p2p-peer-address = example.сom:9999
p2p-peer-address = 127.0.0.1:7777

Warning!

When publishing an ip you must evaluate the risks and possible attacks! Please make sure that you provide sufficient protection.

run-producer

Scripts and instructions for launching the node for participating in the Game of Stakes

dao-vp-counter

Service for counting of the Validators Points and for receiving the information about the network status.

Our validators

Our team is also taking part in Game Of Stakes, but is not going to be laying claim to the prize.

Should any of the following validators from the DAObet team be among the winners:

  • daovalidator
  • davy42davy42
  • mixbytes1234

the prize will be distributed among the participants of the game at the discretion of the team.

Connection after the start of the game

We reserve the right of entering the game after it starts. Validators joining after the start of the game will receive the same amount of game tokens as the remaining participants at the start of the game.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.