From 520fe2005168ce842a035a408a3eea704011e603 Mon Sep 17 00:00:00 2001 From: Nathan Woodburn Date: Sat, 10 Jun 2023 13:42:52 +1000 Subject: [PATCH] docs: Added some debugging information --- debugging.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 debugging.md diff --git a/debugging.md b/debugging.md new file mode 100644 index 0000000..9987aaf --- /dev/null +++ b/debugging.md @@ -0,0 +1,19 @@ +# Debugging Info + +## App startup errors + + +## Node (HSD) errors +If you have selected to run the internal node you can check these steps to see if you can fix the issue. + +1. Check the HSD directory in `%appdata%\FireWallet\` (`C:\Users\{username}\AppData\Roaming\FireWallet\HSD`) +2. Try running `npm install` in the HSD directory (could have failed in the install process) +3. Look in the HSD logs for errors in `C:\Users\{username}\.hsd\debug.log` + + +## Ledger errors +If you are having issues with Ledger you can check these steps to see if you can fix the issue. + +1. Check the Ledger directory in `%appdata%\FireWallet\` (`C:\Users\{username}\AppData\Roaming\FireWallet\hsd-ledger`) +2. Try running `npm install` in the Ledger directory (could have failed in the install process) +3. Try running `node bin\hsd-ledger createaddress --api-key {api-key} -w {cold wallet name}` in the Ledger directory. This will get you to verify your address on the ledger device. If this fails you have some bigger issue. \ No newline at end of file