How to join CyberWay for those who are interested in being validators ?
Last updated
$ git clone https://github.com/cyberway/cyberway.launch
$ cd cyberway.launch
$ sudo ./start_light.sh$ cleos wallet create_keysignature-provider=<GLS7 … >=KEY:5j****
producer-name=<account name>$ sudo dockerexec -ti nodeosd /bin/bash
$ cleos wallet create --to-console
$ cleos wallet import --private-key <active-key>$ cleos push action cyber.stake setminstaked '{"account" : "<account name>", "token_code" : "CYBER", "min_own_staked" : 500000000}' -p <account name>$ cleos push action cyber.stake setkey '{"account":"<account name>", "token_code":"CYBER", "signing_key":"< … >"}' -p <account name>$ cleos push action cyber.stake setproxylvl '{"account" : "<account name>", "token_code" : "CYBER", "level" : 0}' -p <account name>