masternodes / vps

A handy bash script to setup crypto masternodes in no time. Initially developed for $PIVX. Now many more ;-)
https://masternodes.github.io/vps/
GNU General Public License v3.0
250 stars 489 forks source link

PURE - new wallet 1.0.0.3 pure.conf changes #89

Closed hashtafak closed 6 years ago

hashtafak commented 6 years ago

OLD config bind=IP:PORT (not work)

NEW config port=PORT masternode=1 masternodeaddr=IP:PORT masternodeprivkey=PRIVKEY

u guys need to change this to make new wallet v1.0.0.3 running

smokinchili commented 6 years ago

Until its fixed completely I have a workaround. Before you install pure with the script, go into the config->pure folder and find the environment file for PURE called "pure.env". Change the version in there to v1.0.0.3 and then do your install. I did this and it works fine for me.

hashtafak commented 6 years ago

Yes u also can install with command line ./install.sh -p pure -r "tags/v1.0.0.3" which 1.0.0.3 is the lastest version of pure wallet

But it didn't work for me when i'm trying to start pured. The problem come from pure.conf because they changed some config key

marsmensch commented 6 years ago

Fixed by adding a dedicated config template (you guys can also do this for any required changes, just place it into the corresponding config directory) and bumped the version.

Ref: https://github.com/masternodes/vps/commit/a4525992ecaee8a8901a665749cf7e58690b5392