Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [EPIC] 💥 The EPIC Coin 💥 PoS and Masternodes 💥 Peer-to-Peer Platform 💥
by
linkara6669
on 01/11/2018, 03:57:02 UTC
Be sure to resync your masternodes as well. Log into your VPS and follow these instructions:

cd /usr/local/bin
./epic-cli stop

Now we need to add the nodes into our MN config, to be sure it syncs to the right height:

cd
nano .epic/epic.conf

Then paste these into your config at the bottom:

addnode=45.32.230.63
addnode=45.32.129.61
addnode=149.28.200.19
addnode=66.42.83.120
addnode=108.61.193.88

Then save and close. Next, go back to the epic daemon and run it:

cd /usr/local/bin
./epicd -daemon -resync

From there your MN will begin to resync its blockchain. Check that it syncs to the correct height (past block 50,000) by using:

./epic-cli getinfo

If everything is okay, you can then start your masternode again from your local wallet by clicking Start alias. Once this is done, check the masternode status on your VPS:

./epic-cli masternode status