3
1
i am running Bitcoin Core 0.14.1 on a Centos6 Server. I had several transactions (receive, send) in the last days, and everything was fine.
I always did my transaction with the bitcoin-cli sendtoaddress ADDRESS AMOUNT ... and that worked fine. Always after some minutes i could see my unconfirmed transactions at Blockchain.info
But yesterday i made a new transaction same as always and i get an transactions id successfully, but i cant find my transaction in the Blockchain. And the receiver does not the transaction also.
What i have tried:
- I wait more than 24 hours ( but my transaction is not showing up in blockchain, and wasnt include in any block)
I turned off the IP Tables and make sure that the Wallet is connected to the network.
I stooped Bitcoin with bitcoin-cli stop and made an recan with bitcoind -rescan
- I stooped Bitcoin with bitcoin-cli stop and made an recan with bitcoind -zapwallettxes
- I deleted the memorypool.dat in .bitcoin directory
- I reload the complete Blockchain
Who has the solution?
What are you trying to achieve: Resending or recovering? Is the transaction still showing as unconfirmed on your server? Did the transaction get malleated and confirmed? Have you checked whether the transaction's inputs are still in your wallet? Did you delete the mempool file and do
-zapwallettxesin the same go? – Murch – 2017-05-27T20:32:11.117I've guessed at your goal to give the question a more speaking title. If I guessed wrong, please edit to improve. :) – Murch – 2017-05-27T20:35:40.483
The amount is subtracted from my balance and its shown in my wallet as unconfirmed transaction. I want to resend it. – John Doe – 2017-05-27T21:15:27.767