To register your validator node in the genesis.json you just need to provide a signed gentx with an initial delegation of 1000000000000uaxone in a ⚖️ Register Validator issue.
The gentx generation can be done as follows (this is an example script; adapt it to your needs) with the axoned binary matching the network's version:
# Init node
axoned --home mynode init your-moniker --chain-id axone-dendrite-2
# Create keys, be careful with the mnemonic 👀
axoned --home mynode keys add your-key-name
# Set account necessary balance
axoned --home mynode genesis add-genesis-account your-key-name 1000000000000uaxoneThen create your own genesis transaction (gentx). You will have to choose the following parameters for your validator: commission-rate, commission-max-rate, commission-max-change-rate, min-self-delegation (>=1), website (optional), details (optional), identity (keybase key hash, used to get validator logos in block explorers - optional), security-contact (email - optional).
# Create the gentx
axoned --home mynode genesis gentx your-key-name 1000000000000uaxone \
--node-id $(axoned --home mynode comet show-node-id) \
--chain-id axone-dendrite-2 \
--commission-rate 0.05 \
--commission-max-rate 0.2 \
--commission-max-change-rate 0.01 \
--min-self-delegation 1 \
--website "https://foo.network" \
--details "My validator" \
--identity "6C36E7C076BFDCE4" \
--security-contact "validator@foo.network"| Moniker | Details | Identity | Site |
|---|---|---|---|
HSS |
2CB281A714F6133B | https://highstakes.ch | |
Cumulo |
Cumulo is a leading trusted validator and a valuable asset to the blockchain ecosystem bringing security, quality and growth to the network. Boost your token staking earnings with Cumulo. Grow with us. | 77158D6796D16CD0 | http://cumulo.pro |
jayjay |
community driven validator | 34589DAF06970635 | https://twitter.com/javalry1 |


