phoreproject / vps

A handy bash script to setup crypto masternodes in no time. Now supports Phore and many more ;-)
https://masternodes.github.io/vps/
GNU General Public License v3.0
9 stars 13 forks source link

Fix latest masternode/vps to phore masternode #5

Closed liray-unendlich closed 6 years ago

liray-unendlich commented 6 years ago

Fixed to phore masternode. About masternode private key generation feature, startnode feature.

I tested it on vultr vps about

./install.sh -p phore
./install.sh -p phore -g -c 2
./install.sh -p phore -g -c 2 -x

works fine.

-x option is "startnode" feature. after installation, script starts node daemon. startnode makes comment out "masternode=1" and "masternodeprivkey=" in phore.conf, originally. If you set private key, startnode doesn't comment out the lines.