Post
Topic
Board Bitcoin Technical Support
Re: Old wallet.dat file loaded with old unconfirmed transaction
by
jackg
on 12/10/2017, 14:13:50 UTC
Transactions are kept in a wallet file along with the private keys for addresses. Your wallet.dat simply stored it for a very long time. As I assume you want the coins and want that transaction to go through, you could rebroadcast it and if the fee isn't high enough, use the CPFP method to get it confirmed.

You should go to Help->Debug Window->Console and type
Code:
gettransaction ""
, that should give you the hex that you can push to any online service like this one https://blockexplorer.com/tx/send.

So I tried blockexplorer and it returned an error: "Missing inputs. Code:-25
blockchain.info gives me "missing parents for while inserting:

Could it be that this was spent from another unconfirmed transaction and since that one didn't confirm this one wouldn't show up? Or for some other reason was pruned by the network?

Any chance you can post the address here? Altough it probably won't be in a block explorer if it has been unconfirmed for thislong as they're normally cleared fairly quickly.

I think that the transaction you got probably got a double spend rom it also as that wasn't a bad time for transaction confimations even without a fee (as far as others say anyway).

Receiving address is 1BAGeeR428SMRqGyXrsXzAYiFWC7SuK21Y txid is 623c4c933a0a0f93567bfaa60181f9df4e2e995a505bea9891d9e012edbce7c5
amount sent was exactly 1BTC

Can you right click it and get the input scripts/sending address.
If you specify the sending address and the date then I'll see if that has been spent or not. If you could get the input scripts as well, they would be even more helpful.