Hello all., i just had to move so my mine was offline for a week. Now my wallet wont sync and says 6 days behind.
How can i fix this?
The solution below could help you.
Hello! can anybody help me?
Today I used the swap service (
https://solaris.swapyourcoins.today/)
from the old wallet (nist 5) coins are gone, but in the new wallet (xevan) - Conflicted, and no coins!
Here is your fix:
open your debug console and type in
repairwallet
then wait for a few minutes for your wallet to sync
Provisional Instructions to Sync stuck wallets
LOCALIf your wallet is stuck add these nodes provided by lyceebit
addnode=92.222.48.122:60020
addnode=88.164.70.252:60020
addnode=198.12.123.195:60020
addnode=45.76.21.103:60020
addnode=188.167.144.142:60020
addnode=212.24.96.87:60020
addnode=80.209.230.151:60020
to your solaris.conf in your local wallet usually found at ( C:\Users\User\AppData\Roaming\Solaris )
LINUX VPSIf you are using a linux VPS to run masternodes, go to where you installed your solaris wallet and add the nodes
For those that followed my MN guide, this is what you will have to do:
- cd solaris
- ./solaris-cli getinfo (look for blocks; if wallet is synced to the latest block, do not proceed. If it is stuck, proceed with the commands)
- ./solaris-cli stop
- nano /home/user/.solaris/solaris.conf (if you get the following resonse
-bash: nano: command not found
then you need to install
nano with the following command
sudo apt-get install nano