How can I run Bitcoin Core with the -zapwallettxes option in Windows OS

2

I have been trying to run Bitcoin Core with -zapwallettxes option by starting the command line prompt, and typing (cmd.exe) Start bitcoin-qt with --zapwallettxes=1 but it keeps saying Windows cannot find bitcoin-qt. I am trying to remove a stuck transaction and have the bitcoins back in my wallet. Any help would be much appreciated.

James

James Hughes

Posted 2017-03-25T21:25:15.433

Reputation: 31

Answers

1

First always backup your wallet.dat prior to actions then

Try running

"C:\Program Files (x86)\Bitcoin\bitcoin-qt" --zapwallettxes=1

or

"C:\Program Files\Bitcoin\bitcoin-qt" --zapwallettxes=1

Nick ODell

Posted 2017-03-25T21:25:15.433

Reputation: 26 536