@@ -29,7 +29,7 @@ sudo mv lumerad /usr/local/bin
2929- ` MONIKER ` : Your validator's moniker (e.g., ` MyAwesomeValidator ` ).
3030- ` CHAIN_ID ` : The chain ID of the network (` lumera-mainnet-1 ` or ` lumera-testnet-1 ` ).
3131- ` KEYNAME ` : A name for your validator's key (e.g., ` my_validator_key ` ).
32- - ` AMOUNT ` : The initial amount of tokens you will receive for genesis staking (Reach out to Lumera Protocol ).
32+ - ` AMOUNT ` : The initial amount of tokens you will receive for genesis staking (` 1000000ulume ` ).
3333- ` VAL_COMMISSION_RATE ` : The initial commission rate for your validator (e.g., "0.05").
3434- ` VAL_COMMISSION_MAX_RATE ` : The maximum commission rate for your validator (e.g., "0.25").
3535- ` VAL_COMMISSION_MAX_CHANGE_RATE ` : The maximum change rate for your commission (e.g., "0.05").
@@ -39,9 +39,6 @@ sudo mv lumerad /usr/local/bin
3939- ` VAL_SECURITY_CONTACT ` : Your validator's security contact.
4040- ` VAL_WEBSITE ` : Your validator's website (optional).
4141
42- > ** IMPORTANT!!!**
43- > Contact the core team and request amount of tokens you would be allocated for genesis staking.
44-
4542## Step 2: Clone the Repository and verify Genesis file
4643
4744> ** IMPORTANT!!!**
@@ -156,10 +153,6 @@ echo "Validator Address: $VALIDATOR_ADDRESS"
156153
1571547 . ** Add your account to Genesis:**
158155
159- > ** IMPORTANT!!!**
160- > You are already supposed to contact the core team about amount of tokens you would use for genesis staking. If not - do it now
161- > Once amount is confirmed, add your account to genesis
162-
163156``` shell
164157lumerad genesis add-genesis-account $VALIDATOR_ADDRESS $AMOUNT --keyring-backend file
165158```
0 commit comments