I am having problems running the --zapwalletxes
command from the cmd prompt. I type C:\Program Files (x86)\Bitcoin\bitcoin-qt.exe --zapwalletxes=1
. After entering this the CMD prompt states that C:\Program Files is not recognized as an internal or external command, operable program or batch file. If anyone could help troubleshoot that would be great. Thanks.
Asked
Active
Viewed 567 times
0

Murch
- 75,206
- 34
- 186
- 622
-
related: How do you apply “-zapwallettxes” on Windows? – Murch Sep 02 '16 at 13:55
1 Answers
1
--zapwalletxes
You're missing a 't'. It's -zapwallettxes
.
Also, you may need to adapt the path to the actual installation directory of the program on your computer.

Murch
- 75,206
- 34
- 186
- 622