Validator Automation Deployment
Deployment#
Those are bunch of script to deploy RENEC validator automatically. You don't need to care about install RENEC tool suite, create executable files for renec and renec-sys-tuner. All you need to do is clone RENEC validator repo and do exactly 4 steps:
- Install ruby on your local machine https://www.ruby-lang.org/en/documentation/installation/
- Run
bundle installto install needed gems - Add/update server on
config/deploy/renec.rb - Run
bin/deployto start deploying
Setup vote account#
After deploying successfully, your node can work as a RPC node but not validator, to make your node become a validator, you need to do some steps:
- Deposit some RENEC to
~/renec-cluster/keypairs/validator-identity.jsonfor voting fee and execution fee. - Set validator-identity as execution keypair
- Create vote account
Tada, your validator is up, you can see your validator by command:
Note:#
If you have finished those above steps, you dont' need to care about Install RENEC Tool Suite, Starting validator, Vote Account Management sections below.