Hey guys,
I was just sending 1015 ENT to an address but they didn't arrive, it's already been almost an hour, wondering if there's something wrong? Cannot find TXID in the blockchain
Any advices?
This is what listtransactions tells me:
{
"account": "",
"address": "EWmfhCfQReLNoKxFDdFCi8evGxrgnp4zko",
"category": "send",
"amount": -1015.00000000,
"vout": 0,
"fee": -0.00010515,
"confirmations": 0,
"bcconfirmations": 0,
"trusted": false,
"txid": "20beef73debe80bd79c3699bf7ec81911cf55aea6c388e84099cc933ffe35b9e",
"walletconflicts": [
],
"time": 1508948241,
"timereceived": 1508948241,
"bip125-replaceable": "unknown",
"abandoned": false
}
OK, lesson learned, I'm gonna answer myself. The transaction did not even reach the blockchain, most probably because couple of minutes after I'd sent it, I stopped the daemon and started the wallet upgrade. Yeah, what a dumbass. I thought that when you send the coins, they're in the chain seconds after that. Not always obviously.
Solution was (luckily) quite easy. Because I still had the original wallet.dat file, I just started new version of Eternity with my original wallet and used the command "abandontransaction". Worked just fine, as the transaction hasn't been transmitted to the blockchain yet.
I am stuck with this, and unable to abondontransaction, as it says "Transaction not eligible for abandonment", below is my transaction details;
{
"account": "",
"address": "ERu3vAeZ9hwfzy9pG4hLNXTp9K5B2CvnFn",
"category": "send",
"amount": -900.00000000,
"vout": 1,
"fee": -0.00007480,
"confirmations": 0,
"bcconfirmations": 0,
"trusted": true,
"txid": "a123893a9b2f5a9b87de396ea145a5f8d3bd4f032f7c7668f539b1818838a7c9",
"walletconflicts": [
],
"time": 1509076421,
"timereceived": 1509076421,
"bip125-replaceable": "no",
"abandoned": false
}
Any help is much appreciated, TIA