Launch daobet-wallet:
daobet-wallet
create wallet:
daobet-cli wallet create --to-console
Pay attention and save the password!
daobet-cli wallet import --private-key <private_key>
You are obligatory to have vote stake for voting.
You can check your vote stake using this command:
daobet-cli -u https://api.daovalidator.com get account
You'll get a info:
​created: 2019-10-22T11:11:58.000...​vote bandwidth:staked: 170010.0000 BET (total stake delegated from account to self)delegated: 0.0000 BET (total staked delegated to account from others)​BET balances:liquid: 4076014.6496 BETstaked: 170030.0000 BETunstaking: 0.0000 BETtotal: 4246044.6496 BET
For stake BET for VOTE resource use this command: (N - token amount)
daobet-cli -u https://api.daovalidator.com system delegatebw <your_account_name> <your_account_name> "0 BET" "0 BET" "N BET"
You can get list validators using this command:
daobet-cli -u https://api.daovalidator.com system listproducers
You'll get list of producers:
producer.12 EOS1111111111111111111111111111111114T1Anm 0.0330producer.13 EOS1111111111111111111111111111111114T1Anm 0.0330producer.14 EOS1111111111111111111111111111111114T1Anm 0.0330producer.1e EOS1111111111111111111111111111111114T1Anm 0.0330producer.2e EOS1111111111111111111111111111111114T1Anm 0.0330producer.a EOS1111111111111111111111111111111114T1Anm
vote for validator using this command:
daobet-cli -u https://api.daovalidator.com system voteproducer prods <your_account_name> <validator_name>