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
- 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.
IMPORTANT - save the keys located in
$HOME/.tangle/data/chains/tangle-standalone-testnet/keystore/
$HOME/.tangle/node-key
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/