Bitcoin Forum
May 14, 2024, 08:23:13 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Lost transaction. Need help.  (Read 181 times)
OddEvenBets.com (OP)
Full Member
***
Offline Offline

Activity: 1022
Merit: 100



View Profile WWW
September 29, 2018, 11: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.

███████████████████████████████████████
OddEvenBets - it's not my domain now! I lost it.
 
████████████████████████████████████████████████████████
1715674993
Hero Member
*
Offline Offline

Posts: 1715674993

View Profile Personal Message (Offline)

Ignore
1715674993
Reply with quote  #2

1715674993
Report to moderator
1715674993
Hero Member
*
Offline Offline

Posts: 1715674993

View Profile Personal Message (Offline)

Ignore
1715674993
Reply with quote  #2

1715674993
Report to moderator
1715674993
Hero Member
*
Offline Offline

Posts: 1715674993

View Profile Personal Message (Offline)

Ignore
1715674993
Reply with quote  #2

1715674993
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715674993
Hero Member
*
Offline Offline

Posts: 1715674993

View Profile Personal Message (Offline)

Ignore
1715674993
Reply with quote  #2

1715674993
Report to moderator
1715674993
Hero Member
*
Offline Offline

Posts: 1715674993

View Profile Personal Message (Offline)

Ignore
1715674993
Reply with quote  #2

1715674993
Report to moderator
1715674993
Hero Member
*
Offline Offline

Posts: 1715674993

View Profile Personal Message (Offline)

Ignore
1715674993
Reply with quote  #2

1715674993
Report to moderator
aleksej996
Sr. Member
****
Offline Offline

Activity: 490
Merit: 389


Do not trust the government


View Profile
September 29, 2018, 01:31:01 PM
Merited by suchmoon (4)
 #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.
OddEvenBets.com (OP)
Full Member
***
Offline Offline

Activity: 1022
Merit: 100



View Profile WWW
September 29, 2018, 02:32:18 PM
 #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..

███████████████████████████████████████
OddEvenBets - it's not my domain now! I lost it.
 
████████████████████████████████████████████████████████
OddEvenBets.com (OP)
Full Member
***
Offline Offline

Activity: 1022
Merit: 100



View Profile WWW
September 29, 2018, 02:45:25 PM
Last edit: September 29, 2018, 03:05:27 PM by OddEvenBets.com
 #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..


███████████████████████████████████████
OddEvenBets - it's not my domain now! I lost it.
 
████████████████████████████████████████████████████████
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!