bitcoin-pow / BitcoinPoW

BitcoinPoW
https://bitcoin-pow.org
MIT License
12 stars 5 forks source link

Remove all unconfirmed txs from wallet #3

Closed bitcoin-pow closed 6 months ago

bitcoin-pow commented 6 months ago

As users determine that the txs they sent are probably not doing to get confirmed into the blockchain, we need an easy way to remove all txids from the wallet.dat so the user can try and double spend using a higher fee. This will allow the users to participate in the mining market easily. The fees in the mining market go up and down based on demand and this will help the market work better.

bitcoin-pow commented 6 months ago

"txzap", "\nDeletes all unconfirmed txs from the wallet and restores your balance. Does not guarantee they won't be spent.\n" "Note: This is normally used in conjuntion with the 'tx' command when the user wants to remove all\n" "previous low fee unconfirmed txs so they can increase the fee and send again. After sending the txzap\n" "command, you will need to close your wallet and delete the mempool.dat file in the data directory, then\n" "start the wallet again. Your original balance will come back and the QUESTION MARKS (?) will no longer\n" "be present. You can send txs again. The blockchain will protect from double spending.\n",