Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

25-update-tx-command-to-prevent-abandoned-txs #26

Merged
merged 1 commit into from
Feb 12, 2024

Conversation

bitcoin-pow
Copy link
Owner

@bitcoin-pow bitcoin-pow commented Feb 12, 2024

The new feature is enabled when setting the num_sends to -1, or by not specifying and using the default value.
Once a tx is sent, the code will wait for it to be confirmed in a block before attempting to send another tx.

Ex below uses the default num_sends so feature is enabled:
Send Billions of BTCW transactions with 3 output addresses in the amount of 0.00001, a fee of 400 satoshi/vB, and RBF enabled

bitcoin-pow-cli tx "1Ey8iHybCu28ciQG489vrJHYjpWwD7ZgRe 1HUGchYGqt3or2ZyB2a3cVaRNrua428LzW 17aKiEDvVN2YASnFBKzpirdB7R4UPaGtpQ" 0.00001 400

Ex below does NOT use the default num_sends so feature is disabled:
Send 32 BTCW transactions with 3 output addresses in the amount of 0.00001, a fee of 400 satoshi/vB, and RBF enabled

bitcoin-pow-cli tx "1Ey8iHybCu28ciQG489vrJHYjpWwD7ZgRe 1HUGchYGqt3or2ZyB2a3cVaRNrua428LzW 17aKiEDvVN2YASnFBKzpirdB7R4UPaGtpQ" 0.00001 400 32

@bitcoin-pow bitcoin-pow linked an issue Feb 12, 2024 that may be closed by this pull request
@bitcoin-pow bitcoin-pow merged commit 59a7292 into 23.x Feb 12, 2024
@bitcoin-pow bitcoin-pow deleted the 25-update-tx-command-to-prevent-abandoned-txs branch February 12, 2024 14:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update tx command to prevent abandoned txs
1 participant