Skip to content

Commit

Permalink
Updated instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
tohsnoom authored Apr 5, 2018
1 parent eed3394 commit e84b12b
Showing 1 changed file with 14 additions and 16 deletions.
30 changes: 14 additions & 16 deletions HowToUseNewFeatures.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
## How To Use new features
- Add Generation masternode private key feature
- Add masternode private key preinputed feature
## How to use new features
- Add generate masternode private key feature
- Add masternode private key pre-input feature

It means you don't need to configure phore_n*.conf on VPS anymore.
When using this feature, you don't need to configure phore_n*.conf on the VPS anymore.

## How To use generation feature
## How to use generate private key feature
1. Enter this command
```bash
git clone https://github.com/phoreproject/vps.git && cd vps && ./install.sh -p phore -g
Expand All @@ -16,32 +16,30 @@ git clone https://github.com/phoreproject/vps.git && cd vps && ./install.sh -p p
```
activate_masternodes_phore
```
The masternode daemons will start and begin loading the Phore Blockchain.
The masternode daemons will start and begin loading the Phore blockchain.

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

It will show like this.
It will look similar to this:
<img src="docs/images/masternode_vps/conf.png" alt="VPS configuration" class="inline"/>

Please copy that and paste it to your masternode.conf in local.
After this, you need to start from Step 1.
But You already generate private key, so you can skip step 2.
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 preinputed feature
1. Start From Step 1
2. After Step 3, Enter this command on VPS
## 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:
```bash
git clone https://github.com/phoreproject/vps.git && cd vps && ./install.sh -p phore --key **GENERATED PRIVATE KEY**
```

2. Wait the script sets up your masternode.

3. Let's start your masternode client. Enter this command
3. Let's start your masternode client. Enter this command:
```
activate_masternodes_phore
```
The masternode daemons will start and begin loading the Phore Blockchain.
The masternode daemons will start and begin loading the Phore blockchain.

0 comments on commit e84b12b

Please sign in to comment.