Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 1.52 KB

Validator Setup.md

File metadata and controls

40 lines (32 loc) · 1.52 KB

Register your Session Key with the Network for your Node

curl -H "Content-Type: application/json" -d '{"id":1, "jsonrpc":"2.0", "method": "author_rotateKeys", "params":[]}' http://localhost:9933

If you get a similar result, then everything is great:

{"jsonrpc":"2.0","result":"0xa0very0long0hex0string","id":1}

  • copy the key (in bold) we will need it in the next step

Setup via Validator Tab

  • Go to the polkadot website and first create wallet account
  • For stash we configure Set on-chain Identity for identification
  • We create a validator. To do this, select Network - Staking - Accounts - Validator:
    • Choose your wallet at slash account
    • Click Next button
    • Paste key copied at Register your Session Key with the Network for your Node into keys from rotatekeys field

As soon as a place among the validators becomes available, you will appear in the Staking Overview tab, but for now you can find yourself on the Waiting tab.

Backup your validator node

IMPORTANT - save the keys located in

$HOME/.tangle/data/chains/tangle-standalone-testnet/keystore/
$HOME/.tangle/node-key

Delete your node

systemctl stop tangle && \
systemctl disable tangle && \
rm /etc/systemd/system/tangle.service && \
systemctl daemon-reload && \
cd \
rm -r .tangle

Faucet: https://discord.gg/bvgXZbVK post your wallet in validators channel
Docs: https://docs.webb.tools/docs/