0

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.

Murch
  • 75,206
  • 34
  • 186
  • 622

1 Answers1

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