Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.48 KB

HowToUseNewFeatures.md

File metadata and controls

45 lines (35 loc) · 1.48 KB

How to use new features

  • 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.

How to use generate private key feature

  1. Enter this command
git clone https://github.com/phoreproject/vps.git && cd vps && ./install.sh -p phore -g
  1. Wait the script sets up your masternode.

  2. Let's start your masternode client. Enter this command

activate_masternodes_phore

The masternode daemons will start and begin loading the Phore blockchain.

  1. You need to check the masternode.conf created on the VPS. Enter this command:
cat /tmp/phore_masternode.conf

It will look similar to this: VPS configuration

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.

How to use pre-input feature

  1. Start From Step 1 of the installation procedure.
  2. 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**
  1. Wait the script sets up your masternode.

  2. Let's start your masternode client. Enter this command:

activate_masternodes_phore

The masternode daemons will start and begin loading the Phore blockchain.