How to run --zapwalletxes command?

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.

Eric Wendland

Posted 2016-09-02T13:47:38.040

Reputation: 1

related: How do you apply “-zapwallettxes” on Windows?

Murch 2016-09-02T13:55:29.213

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

Posted 2016-09-02T13:47:38.040

Reputation: 41 609