バリデータノードは、Gluon ネットワークでコンセンサスに参加することを可能にします。Gluon は、Sunrise のソブリンロールアップ上で動作しています。
MONIKER="your_moniker"
VALIDATOR_WALLET="validator"
gluond tx staking create-validator [path/to/validator.json] \
--chain-id=$CHAIN_ID \
--from=$VALIDATOR_WALLET \
--keyring-backend=test \
--fees=21000uglu \
--gas=220000
{
"pubkey": {
"@type": "/cosmos.crypto.ed25519.PubKey",
"key": "oWg2ISpLF405Jcm2vXV+2v4fnjodh6aafuIdeoW+rUw="
},
"amount": "1000000uglu",
"moniker": "myvalidator",
"identity": "optional identity signature (ex. UPort or Keybase)",
"website": "validator's (optional) website",
"security": "validator's (optional) security contact email",
"details": "validator's (optional) details",
"commission-rate": "0.1",
"commission-max-rate": "0.2",
"commission-max-change-rate": "0.01",
"min-self-delegation": "1"
}