ODIN protocol uses delegated proof of stake as a consensus reaching algorithm. This means that decisions about updating the state of the system can be applied by a limited number of validators that were chosen during the vote. Validators are selected by network members who own ODIN Tokens and can delegate them in favor of one of the delegates. In this case, the weight of the voter is determined by the number of tokens that they are ready to put on the delegate. After the voting stage, the 30 delegates who received the most votes become validators until the next vote.
GeoDB-Limited/odin-testnet-public-tools
Github repository, under the slashing
section of the genesis.json
file.odin-testnet-public-tools/node
directory, run the export script with ./export.sh
. This will save your node's private validator key (priv_validator_key.json
) and public key (node_key.json
) to the odin-testnet-public-tools/node/config
folder. You can then copy these somewhere safe, or to another machine if you want to migrate your node to another host.bandd
CLI tool installed, run bandd keys add <your-wallet-name> --recover
. Then enter your wallet's mnemonic and it will be recovered to your keyring.