Hi all,
Sent a payment from my core wallet and the fee was too low , Status: 0/unconfirmed, in memory pool , tried to use txconfirm but it says Invalid transaction
Transaction ID: a366a4a92d4332d1c2d0b3292ac7194bc4c73be76dfffd407c7caabfcb89a5f6
Will it go back to my wallet? Any help would be appreciated!
Thanks
If you used bitcoin core to send, you'll need to do some manual steps... Otherwise your wallet will keep rebroadcasting your transaction.
There are 2 options:
1) open the debug console, enter "abandontransaction [txid]"
2) close your wallet, restart with the command line parameter -zapwallettxes. Your wallet will now rescan all blocks and only take confirmed transactions into account
Now, you can wait untill most nodes dropped your transaction from their mempool, and you can try to re-create your transaction using the same unspent outputs but a higher fee.
good luck!