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.

  1. In the Pulsar wallet go to File > Backup wallet...

  2. Choose a location to save your backup file.

  3. 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.

  1. Quit the Pulsar wallet app if it's running.

  2. Click the Windows Start, type %AppData%\Pulsar, and hit Enter.

  3. You should see Pulsar config files and a few folders.

  4. Select all files/folders and delete them.

  5. Launch the Pulsar wallet app to start syncing blockchain data again.

Restore Your Wallet

  1. Quit the Pulsar wallet app if it's running.

  2. Click the Windows Start, type %AppData%\Pulsar, and hit Enter.

  3. 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.

  4. Drag your backup wallet file to the wallets folder (hold Ctrl to make a copy instead of moving the original).

  5. Delete wallet.dat and then rename your backup file to wallet.dat.

  6. 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

  1. 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.

  2. 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..."

  3. Click the Peers tab. Active peers will be listed in the top section, banned peers in the bottom.

  4. Start by unbanning any banned peers. Right-click on each banned peer and click "Unban".

  5. You should soon see active peers.

  6. 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...".

  7. Click "Open Configuration File" near the bottom to open pulsar.conf. Click OK to acknowledge the info about the config file.

  8. Remove all lines beginning with addnode= and banscore= and maxconnections= from pulsar.conf as these values are already hard coded in the wallet program.

  9. Your pulsar.conf should now look like this:

    Pulsar.conf

  10. Save your changes to pulsar.conf, quit the Pulsar wallet app, and then run the Pulsar wallet app again.

  11. 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.

  1. Back Up Your Wallet

  2. Clear All Pulsar Data

  3. Restore Your Wallet