https://github.com/newtonproject/newchain-deploy/blob/master/README-en.md
3.1 Execute following command to check the synchronized block height
sudo supervisorctl tail -f newchain stderr
3.2 Make sure block synchronization is completed and same to the latest testnet block height at below link
https://explorer.newtonproject.org
cd /data/newchain/testnet/ && curl -L https://release.cloud.diynova.com/newton/newchain-deploy/testnet/newchain-mine.sh -o newchain-mine.sh && chmod +x newchain-mine.sh && ./newchain-mine.sh
Set keystore password twice and keep keystore, password and minner address. The password shall not be void
- backup keystore
run follwing codes to get keystore
cat /data/newchain/testnet/nodedata/keystore/*
keystore includes the brace and content in the space, it shall be confidential
- back up keystore password
run follwing codes to get keystore password
cat /data/newchain/testnet/password.txt
- Node name:
- Minner address:
- RPC Url/RPC Url:
- Node operator name:
- Contacts such as email, telegram account:
- NewPay or NewMask Mainnet NEW address:
/data/newchain/testnet/bin/geth attach /data/newchain/testnet/nodedata/geth.ipc --exec 'clique.propose("000", true)'
/data/newchain/testnet/bin/geth attach /data/newchain/testnet/nodedata/geth.ipc --exec 'clique.getSigners()'