Skip to content

Instantly share code, notes, and snippets.

@sdtsui
Created November 10, 2020 00:22
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sdtsui/3925cc5b3b4578149f0d93cf002bae39 to your computer and use it in GitHub Desktop.
Save sdtsui/3925cc5b3b4578149f0d93cf002bae39 to your computer and use it in GitHub Desktop.
How to Delete Bob Wallet's Data Dir In Advance of a Re-Sync

Sometimes when doing a full re-sync of Bob Wallet, simply uninstalling won't be sufficient as chain and walletdb data remain on your device. This is often required when changes are made to the internal Handshake node that powers Bob.

Here are instructions (created 11/09/2020, for 0.6.0's stable release) for deleting the data dir.

macOS: uninstalling Bob from the mac Applications directory will not be enough. You also need to delete the Bob directory in Application Support.

  • Show hidden files.
  • Look in /Users/USER/Library/Application Support/Bob, and~/Library/Application Support/Bob. Or do a global search for hsd_data or Bob.
  • Delete the Bob folder before opening the .dmg.

Windows: uninstalling with the system uninstaller will not be enough. After uninstalling Bob with the system uninstaller, look for Bob in %AppData%\Roaming\Bob and delete that folder before reinstalling.

Linux: while Bob Wallet is not yet officially supported on Linux, macOS instructions may be informative. Grepping for hsd_data in the relevant user directory should be sufficient.

@rithvikvibhu
Copy link

To add for Linux, the directory is at ~/.config/Bob.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment