Author

Topic: Lost transaction. Need help. (Read 201 times)

legendary
Activity: 2870
Merit: 7490
Crypto Swap Exchange
September 29, 2018, 01:31:31 PM
#6
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..



Bitcoin Core don't have any filter options, so i guess your only choice is check details of each sent transaction and see it's transaction fees on transaction tab.

But i wonder it's available since you already use abandontransaction.
full member
Activity: 1022
Merit: 100
September 29, 2018, 10:45:25 AM
#4
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..

full member
Activity: 1022
Merit: 100
September 29, 2018, 10:32:18 AM
#3
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..
sr. member
Activity: 490
Merit: 389
Do not trust the government
September 29, 2018, 09:31:01 AM
#2
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.
full member
Activity: 1022
Merit: 100
September 29, 2018, 07:08:40 AM
#1
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.
Jump to: