Wallet syncing issues
Please follow these instructions if you are experiencing issues with your wallet(s). Do not hesitate to contact us if you need help!
Last updated
Please follow these instructions if you are experiencing issues with your wallet(s). Do not hesitate to contact us if you need help!
Last updated
Click in the menu : Wallet >> Options >> Open Configuration File.
Open the satoxcoin.conf in your favorite text editor.
Add nodes from https://xplore.satoverse.io/network
On that page click Add Nodes:
Copy nodes from that page into your satoxcoin.conf file.
Location of file in Windows : %AppData%\satoxcoin\satoxcoin.conf
Location of file in Linux: ~/.satoxcoin/satoxcoin.conf
It should look like this.
addnode=100.100.100.100:60777
addnode=100.100.100.100:60777
and so on....
This will speed up your syncing time If the nodes added is working correct.
Step 1.) Close the satoxcoin-qt wallet.
Step 2.) Open the Windows File Explorer ( Keyboard shortcut : Win + E )
Step 3.) In the addressbar write: %AppData%/satoxcoin/
Step 4.) Copy wallet.dat to your desktop.
Step 5.) Delete all files and folders in the %AppData%/satoxcoin/ folder.
Step 6.) Paste in the wallet.dat from your desktop.
Step 7.) Restart your wallet and wait, this step can take up to a few hours, depending on your hardware and internet connection.
Step 1.) Close the satoxcoin-qt wallet.
Step 2.) Open terminal / Console
Step 3.) cd ~/.satoxcoin/
Step 4.) Copy wallet.dat : cp wallet.dat ../wallet.dat
Step 5.) Delete all files and folders in the folder : rm ~/.satoxcoin/*
Step 6.) Paste in the wallet.dat from your home directory : cp ../wallet.dat wallet.dat
Step 7.) Restart your wallet and wait: satoxcoin-qt
This step can take up to a few hours, depending on your hardware and internet connection.
You can speed up the syncing using a bootstrap.
Follow the instructions "Run full node in Windows".
Follow the instructions "Run full node in Linux".