Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [EPIC] 💥 The EPIC Coin 💥 PoS and Masternodes 💥 Peer-to-Peer Platform 💥
by
linkara6669
on 05/12/2018, 21:22:04 UTC
Everyone will need to make and apply these changes!

With the most recent block reward increase, our chain has stopped again. We apologize for the inconvenience.

1. Close your EPIC wallet.
2. Open your wallet config filed (named epic.conf in your Epic local folder, this is in %Appdata% on Windows).
3. Replace the addnodes with the ones below (or insert them if yours is empty):

addnode=45.32.230.63
addnode=45.32.129.61
addnode=149.28.200.19
addnode=149.28.102.205
addnode=108.61.193.88

4. Re-open your wallet and resync it. This can be found in Tools > Information > Wallet repair > Resync



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=149.28.102.205
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 100,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