If you have SAME Operator and Reward Address
Propose Reward Address change with the Existing Reward Address
If your Operator and Reward addresses are the SAME, you can propose a Reward Address change in two simple ways: through the Command Line Interface (CLI) or by using a Smart Contract with your Existing Reward Address.
For CLI: Node operators can execute this command: ~/bin/stader-permissioned-cli node set-reward-address --operator-reward-address <new reward address>
Note: Make sure to replace <new reward address>
with the New Reward Address you want to use.
OR
For Smart Contract:
Visit the PermissionedNodeRegistry Smart Contract at this address:
Connect your wallet with the Smart Contract, using your Existing Reward Address.
Click on the "ProposeRewardAddress" function.
Enter your Operator Address (for node identification) and the New Reward Address, then click the "Write" button.
Confirm Reward Address change using the New Reward Address
You can confirm a Reward Address change only through the Smart Contract using your New Reward Address
Visit the PermissionedNodeRegistry Smart Contract at this address:
Connect your wallet with the Smart Contract, using your NEW Reward Address.
Click on the "ConfirmRewardAddressChange" function.
Enter your Operator Address (for node identification) and then click the "Write" button.