Register node via community site
Last updated
Last updated
To comply with recent SEC rulings, United States persons and persons from OFAC-sanctioned regions cannot receive token rewards from running nodes. All participants will be required to pass KYC to receive rewards.
You don't, however need to use the community site. You may register a node by directly interacting with the on-chain DPoS contract.
If you still wish to use the community site, please follow the steps below.
Validator node registration is an on-chain transaction. The wallet you use to register a node is the "owner" of that node. This means once a node is registered, the "owner wallet" is now required to,
Change the validator node's commission rate
Claim commission rewards earned by the validator node
A single owner wallet can register multiple validator nodes and become their owner, this makes it easy to manage multiple validator nodes in aggregate.
Please safeguard your validator nodes' owner wallet!
Navigate to the community site and register an account.
To claim rewards (e.g., staking commission, yields) from the community site, you must pass KYC. It is in the profile section.
A reminder, you can skip the community site and directly register your node on-chain by interacting with the DPoS contract.
Navigate to the run a node section of the community site and select "Register a Mainnet Node".
You'll see a node registration prompt asking for several pieces of node-specific information.
Here are instructions on how to find the node's,
Note that, the container name is different from the testnet. In the mainnet, instead of taraxa_compose_node_1
, it's mainnet_node_1
.
Per usual this name may be different in different environments, so to be sure you've got the right container name, just execute docker ps
.
The last entry to registering a node is setting its commission, which is the portion of the staking yield that goes to the node operator. You can enter a range of value between 0 to 100.
Here are some information on commissions. This is a purely economic decision on the part of the validator operators, it's advisable to review how much commission other validators are charging first by going to the delegation section of the community site.
Once you click "Submit" in the node registration pop-up, the on-chain transaction will require that the operator delegate 1000 TARA to their own validator node - so make sure you have enough in the wallet to complete the on-chain registration of the validator node.
This self-delegation requirement is not meant to be a financial burden, but purely to guard against spamming.