This is my first time using bitcoin and I've had a transaction stuck for over 12 hours. Any help getting confirmed would be appreciated.
https://blockchain.info/tx/0b17a765b1f4a1a7e53a47b6da287b86211ea64126192ffc26a1d6d8920eab7a
This is my first time using bitcoin and I've had a transaction stuck for over 12 hours. Any help getting confirmed would be appreciated.
https://blockchain.info/tx/0b17a765b1f4a1a7e53a47b6da287b86211ea64126192ffc26a1d6d8920eab7a
I ran bitcoind with the --zapwallettxes flag and recovered the coins. Thankyou for the help
-zapwallettxes
to make it forget about the transaction. You could then send all your money to yourself, to overwrite the transaction. Or you could try to doublespend, by running Bitcoin Core with-zapwallettxes
now. However, other nodes would send you your first tx back, so you'd probably want to go offline until you've created the new transaction. As most nodes don't relay doublespends, it might still take a few days. – Murch Apr 08 '16 at 08:08-zapwallettxes
forgets the transactions you have sent and can find past ones by re-reading the blockchain. Since this was your first transaction and it is not confirmed yet, you shouldn't see any effect except for that one transaction disappearing. Bitcoind flags are explained more here: https://en.bitcoin.it/wiki/Running_Bitcoin – Murch Apr 08 '16 at 09:29