Windows GUI Troubleshooting - Pulsar-Coin/Pulsar-Coin-Cryptocurrency GitHub Wiki
Windows GUI Wallet Troubleshooting Guide
Below are some of the most common troubleshooting steps you may be asked to do if you're having issues with your wallet. The two most important are knowing how to Back Up Your Wallet and how to Restore Your Wallet so you don't lose access to your funds.
Back Up Your Wallet
NOTE: It's recommended that you encrypt your wallet. Unencrypted wallet files can be opened by anyone or anything with access to your system or backup media. See the Windows GUI Wallet Setup guide for instructions, then continue here once it's encrypted.
-
In the Pulsar wallet go to File > Backup wallet...
-
Choose a location to save your backup file.
-
You should see a notification confirming that your wallet was backed up.
NOTE: It's best practice to keep multiple copies of your backup file on secure, removeable storage to ensure you do not lose access to your PLSR as a result of hard disk failure.
Clear All Pulsar Data
NOTE: If you installed the Pulsar Wallet using the setup.exe with default settings, your Pulsar data should be in %AppData%\Pulsar
. If you used pulsar-qt.exe
or installed with custom settings your wallet and blockchain data may be in a different location.
-
Quit the Pulsar wallet app if it's running.
-
Click the Windows Start, type
%AppData%\Pulsar
, and hit Enter. -
You should see Pulsar config files and a few folders.
-
Select all files/folders and delete them.
-
Launch the Pulsar wallet app to start syncing blockchain data again.
Restore Your Wallet
-
Quit the Pulsar wallet app if it's running.
-
Click the Windows Start, type
%AppData%\Pulsar
, and hit Enter. -
You should see Pulsar config files and a few folders. (If not, start the Pulsar wallet app and let it sync the blockchain, then quit, and check again.). Double-click the
wallets
folder. -
Drag your backup wallet file to the
wallets
folder (holdCtrl
to make a copy instead of moving the original). -
Delete
wallet.dat
and then rename your backup file towallet.dat
. -
Start the Pulsar wallet app again and you should see your old wallet balance and addresses.
Wallet Not Syncing
If your wallet is not syncing the most common reasons are no peers, or a problem with the cached blockchain data.
No Active Peer Connections
-
If your wallet doesn't have any peer connections it will not be able to sync. This shuld be indicated at the bottom of the wallet window with (1) "Connecting to peers..." and (2) a grey connection icon.
-
You can verify this and check for banned peers in the Peers tab of the Debug window. Go to the Help menu and click "Debug window..."
-
Click the Peers tab. Active peers will be listed in the top section, banned peers in the bottom.
-
Start by unbanning any banned peers. Right-click on each banned peer and click "Unban".
-
You should soon see active peers.
-
To maximize the number of potential peers in the future, you should add a list of peers to your
pulsar.conf
file. Go to the Settings menu and click "Options...". -
Click "Open Configuration File" near the bottom to open
pulsar.conf
. Click OK to acknowledge the info about the config file. -
Remove all lines beginning with
addnode=
andbanscore=
andmaxconnections=
from pulsar.conf as these values are already hard coded in the wallet program. -
Your
pulsar.conf
should now look like this: -
Save your changes to
pulsar.conf
, quit the Pulsar wallet app, and then run the Pulsar wallet app again. -
It may take several minutes for new peer connections to become active after restarting the wallet app. Once you have at least 1 active peer connection the wallet should begin/resume syncing.
Problem With Cached Data
Less commonly there may be an issue with the cached blockchain data or wallet itself. If you've already ruled out a peer connection issue above, perform the following (in order) to safely clear all cached data.