[ad_1]
Stack Exchange Network
Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Bitcoin Stack Exchange is a question and answer site for Bitcoin users, developers, and enthusiasts. It only takes a minute to sign up.
Anybody can ask a question
Anybody can answer
The best answers are voted up and rise to the top
Asked
Viewed
26 times
I initially set a low fee to one transaction, trying to cancel the transaction I runned bit coin core with -zapwallettxes and all transactions in bit coin core disappeared. I still can see the transaction unconfirmed in mempool, but cannot cancel it from my wallet because is no longer listed. I have tryed -bumpfee but the answer is “the transaction is not in your wallet”. Now I really do not know what to do. The transaction is unconfirmed. I cannot bumb the fees , I cannot cancel it. I would like to recover those bitcoin and send it either to the destination or back to the source wallet.
Txid: 9e43c1a702acec274d9d2fc727f4e4693f13eacaeb8a8edaec76d622e7771be2
Any suggestions ?
0
I [ran Bitcoin] core with -zapwallettxes
The Release Notes for Bitcoin Core 0.21.0 say
The -zapwallettxes startup option has been removed and its functionality removed from the wallet. This option was originally intended to allow for rescuing wallets which were affected by a malleability attack. More recently, it has been used in the fee bumping of transactions that did not signal RBF. This functionality has been superseded with the abandon transaction feature.
I think that was released 2021-01-14, nearly three years ago.
Any suggestions ?
-
If you have a wallet backup I suggest restoring it and using
abandontransaction
abandontransaction "txid"
Mark in-wallet transaction as abandoned
This will mark this transaction and all its in-wallet descendants as abandoned which will allow
for their inputs to be respent. It can be used to replace “stuck” or evicted transactions.
It only works on transactions which are not included in a block and are not currently in the mempool.
It has no effect on transactions which are already abandoned.(my emphasis)
-
Possibly relevant? – How exactly does -rescan work?
-
Whatever you do, use
backupwallet
first.
answered 4 hours ago
Your privacy
By clicking โAccept all cookiesโ, you agree Stack Exchange can store cookies on your device and disclose information in accordance with our Cookie Policy.
ย
[ad_2]
Source link
Leave a Reply