-
Notifications
You must be signed in to change notification settings - Fork 14
staking_dbc_and_voting_EN
-
Generate stash account (If you already have stash account, you can skip this)
-
Option 1: Install
polkadot{.js}
adds-on- Chrome, install via Chrome web store
- Firefox, install via Firefox add-ons
Then generate by
polkadot{.js}
-
Option 2: Generate account from https://www.dbcwallet.io/?rpc=wss%3A%2F%2Finfo.dbcwallet.io#/accounts,click
Account
--Add account
-
Option 3: Generate by command line:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh cargo install --force subkey --git https://github.com/paritytech/substrate --version 2.0.1 --locked
-
-
Get some DBC. Open https://www.dbcwallet.io/?rpc=wss%3A%2F%2Finfo.dbcwallet.io#/accounts and you can see your account and your balance:
-
Nominator
-
Navigate to
Network > Staking > Account actions
, clickNominator
-
set your stash account,controller account and
value bonded
,then click next -
then, you should select the validator. (You can nominate more than one validator).
-
Finally click
Bond & Nominate
to send the transaction and finished the nominate.
-
-
Check your nominate result
Navigate to
Network > Staking > Account actions
, you can see the balance of bonded DBC and the validator you nominated. -
Nominate the second time
Nominate in
step 6
include two step: setstash account
bondcontroller
account and nominate a validator.If we want to nominate the second time, only need to click
Nominate
button:Navigate to
Staking > Account actions > stashes > Nominate
, select the validator you want to nominate. It's done!