- Add generate masternode private key feature
- Add masternode private key pre-input feature
When using this feature, you don't need to configure phore_n*.conf on the VPS anymore.
- Enter this command
git clone https://github.com/phoreproject/vps.git && cd vps && ./install.sh -p phore -g
-
Wait the script sets up your masternode.
-
Let's start your masternode client. Enter this command
activate_masternodes_phore
The masternode daemons will start and begin loading the Phore blockchain.
- You need to check the masternode.conf created on the VPS. Enter this command:
cat /tmp/phore_masternode.conf
Please copy that and paste it to your masternode.conf in local. After this, you need to start from Step 1 of the installation procedure, but since you already generated the private key, you can skip step 2.
- Start From Step 1 of the installation procedure.
- After completing Step 3, enter this command on VPS:
git clone https://github.com/phoreproject/vps.git && cd vps && ./install.sh -p phore --key **GENERATED PRIVATE KEY**
-
Wait the script sets up your masternode.
-
Let's start your masternode client. Enter this command:
activate_masternodes_phore
The masternode daemons will start and begin loading the Phore blockchain.