Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: OddEvenBets.com on September 29, 2018, 11:08:40 AM



Title: Lost transaction. Need help.
Post by: OddEvenBets.com on September 29, 2018, 11:08:40 AM
My bitcoin core node sent BTC.
bitcoind returned TX hash 07c6cae05e60fa6a7114f14ef78bb595577f1a50697eae4e43499cd689c84a65
and my balance was been decreased..

But wallet not received payment.. and bitcoin explorer showed "Transaction not found".

What happen?
What need doing now?

Thanks.


Title: Re: Lost transaction. Need help.
Post by: aleksej996 on September 29, 2018, 01:31:01 PM
You can use "abandontransaction" command in bitcoin-cli to remove that transaction as if it didn't happen since it is not included in no blocks, neither it is in the mempool.

You should investigate though why it didn't get broadcasted to the network.
Are you sure bitcoind is connected to the network?

Use getpeerinfo command to get the list of your Bitcoin peers with bitcoin-cli.
You should have 8 outbound peers.


Title: Re: Lost transaction. Need help.
Post by: OddEvenBets.com on September 29, 2018, 02:32:18 PM
You can use "abandontransaction" command in bitcoin-cli to remove that transaction as if it didn't happen since it is not included in no blocks, neither it is in the mempool.

You should investigate though why it didn't get broadcasted to the network.
Are you sure bitcoind is connected to the network?

Use getpeerinfo command to get the list of your Bitcoin peers with bitcoin-cli.
You should have 8 outbound peers.

I'm sure, bitcoind is connected to the network.
Strange.. "abandontransaction" refunded my balance.
Thanks.

getinfo:
Code:
{
  "version": 160200,
  "protocolversion": 70015,
  "walletversion": 159900,
  "balance": xxx,
  "blocks": 543617,
  "timeoffset": 0,
  "connections": 29,
  "proxy": "",
  "difficulty": 7152633351906.413,
  "testnet": false,
  "keypoololdest": 1533222870,
  "keypoolsize": 1000,
  "paytxfee": 0.00000000,
  "relayfee": 0.00001000,
  "warnings": ""
}

Why "paytxfee": 0.00000000 ? May be it's reason..


Title: Re: Lost transaction. Need help.
Post by: OddEvenBets.com on September 29, 2018, 02:45:25 PM
Why "paytxfee": 0.00000000 ? May be it's reason..

Yes, it's the reason. Bitcoin Core client by default reject/won't broadcast any transaction with 0 fees. AFAIK the lowest default value is 1 sat/weight or 1 sat/byte.

OMG, I think this happened after upgrade my node.
Do you know how can find all my transactions with 0 fees?
Because I don't remember all my tx..