Validator Automation Deployment
#
DeploymentThose 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 install
to install needed gems - Add/update server on
config/deploy/renec.rb
- Run
bin/deploy
to start deploying
#
Setup vote accountAfter 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.json
for 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.