mirror of
https://github.com/Nathanwoodburn/FireWallet.git
synced 2024-11-10 09:18:15 +11:00
999 B
999 B
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.
- Check the HSD directory in
%appdata%\FireWallet\
(C:\Users\{username}\AppData\Roaming\FireWallet\HSD
) - Try running
npm install
in the HSD directory (could have failed in the install process) - 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.
- Check the Ledger directory in
%appdata%\FireWallet\
(C:\Users\{username}\AppData\Roaming\FireWallet\hsd-ledger
) - Try running
npm install
in the Ledger directory (could have failed in the install process) - 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.