Hello,
I am glad to see a few people already upgraded their masternodes and wallet. I am a newbie with a newlie created masternode; I am in deep trouble to upgrade my masternode. Can anyone please help me? if you could post the steps to upgrade the masternode that will be very helpfull. I use putty to access my VPS; I will need the linux command used to upgrade the masternode.
You only replace the executable binary.
On the VPS:
Delete you current exclusivecoind executable file. Wherever you have it...most probably right there on the root home.
Get the new one:
wget
https://github.com/exclfork/ExclusiveCoin/releases/download/v1400/exclusivecoind-ubu14-v1400.zipExtract it:
unzip exclusivecoind-ubu14-v1400.zip
Make it executable:
chmod +x exclusivecoind
Run your new daemon:
./exclusivecoind
Let us know how it goes.