bitcoin-pow / BitcoinPoW

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

Update tx command to prevent abandoned txs #25

Closed bitcoin-pow closed 4 months ago

bitcoin-pow commented 4 months ago

Update the tx command such that a tx will only send if there aren't any unconfirmed txs. This will prevent the wallet.dat from bloating as well as prevent users from hitting the 25 unconfirmed mempool limit. Once a tx is sent, the code will wait for it to be confirmed in a block before attempting to send another tx.

This command will enable this new feature when the 'num_sends' parameter is not specified (default).