id_rsa.pub
with correct name)group_vars/all.yml.network
fileGENESIS_NETWORK_NAME
with name of the networkMOC_ADDRESS
with address of MoC that you generatedBLK_GAS_LIMIT
to increase/decrease default block gas limitgroup_vars/all.yml
NETSTATS_SECRET
with the secret password for netstat serverhosts
file with the following content, replacing 1.2.3.4 with IP address previously generated for the netstat server.group_vars/all.yml
and change values of the following parametersNODE_FULLNAME
- this name will be displayed in netstat dashboard, e.g. "Master of Ceremony"NETSTATS_SERVER
- insert url http://NETSTAT_IP:3000 of the netstat serverNETSTATS_SECRET
- network secret, same as for netstat serverMOC_KEYPASS
- password for json keystore file of MoC nodeMOC_KEYFILE
- here you should include full json string of the keystore file, enclosed in single quotes '{"version":3,...}'
hosts
file with the following content, replacing 1.2.3.4 with IP address previously generated for the moc server.group_vars/all.yml
and change values of:NODE_FULLNAME
- this name will be displayed in netstat dashboard, e.g. "Bootnode"NETSTATS_SERVER
- insert url http://NETSTAT_IP:3000 of the netstat serverNETSTATS_SECRET
- network secret, same as for netstat serverhosts
file with the following content, replacing 1.2.3.4 with IP address previously generated for the bootnode server.group_vars/all.yml
and change values:NODE_FULLNAME
- this name will be displayed in netstat dashboard, e.g. "Validator"NETSTATS_SERVER
- insert url http://NETSTAT_IP:3000 of the netstat serverNETSTATS_SECRET
- network secret, same as for netstat serverMINING_KEYFILE
- content of validator's json keystore file, enclosed in single quotesMINING_ADDRESS
- validator address 0x...
MINING_KEYPASS
- password for the keystore filehosts
file with the following content, substituting the correct ip addresses of validator servers.moc
/bootnode
/validator
respectivelysudo systemctl status <servicename>