Step 7: Register your node on the Stader network
Check the sync status
Please ensure that you are running the register command only after the Execution and Consensus clients are fully synced. You can check the sync status using ~/bin/stader-cli node sync
Register your node
To register you node on the Stader network run this command: ~/bin/stader-cli node register --on <operator name>
Please ensure to replace <operator name>
with a name for your node in the command. It will be a variable, you can give any name to your node. e.g. mynode123
Important Note
Node Operators are advised NOT to change their fee recipient address. The fee recipient address is the wallet where your MEV rewards are sent when a block is proposed by your validator.
If a Node Operator has opted into the socializing pool, the fee recipient address will be the permissionless socializing pool contract address.
If a Node Operator has opted out of the socializing pool, the fee recipient address will be the Node EL Vault address provided by Stader.
The fee recipient addresses are monitored in real time. If any Node Operator changes the fee recipient address, it will be considered malpractice and an attempt at MEV theft. An immediate PENALTY OF 1 ETH will be imposed on such validators, with 1 ETH being deducted from the Node Operator's deposit and given to the ETH delegators on Stader.
Last updated