Skip to content

gui: add "Sweep individually" option for self-transfer#2079

Open
semillabitcoin wants to merge 2 commits intowizardsardine:masterfrom
semillabitcoin:feature/sweep-individually
Open

gui: add "Sweep individually" option for self-transfer#2079
semillabitcoin wants to merge 2 commits intowizardsardine:masterfrom
semillabitcoin:feature/sweep-individually

Conversation

@semillabitcoin
Copy link
Copy Markdown

When cycling multiple coins via self-transfer, users can now check "Sweep individually" to create one transaction per coin instead of consolidating into a single transaction. This prevents linking UTXOs on-chain.

Features:

  • Checkbox to toggle individual sweep mode
  • Per-coin feerate assignment with randomization (min/max range)
  • "Apply to all" to set uniform feerate
  • Sequential signing: step through each tx with Next/Previous
  • Signed PSBTs saved as pending for user-controlled broadcast

No backend changes — iterates create_spend_tx N times from the GUI.

Closes #2052

semillabitcoin added 2 commits April 3, 2026 21:52
When cycling multiple coins via self-transfer, users can now check
"Sweep individually" to create one transaction per coin instead of
consolidating into a single transaction. This prevents linking UTXOs
on-chain.

Features:
- Checkbox to toggle individual sweep mode
- Per-coin feerate assignment with randomization (min/max range)
- "Apply to all" to set uniform feerate
- Sequential signing: step through each tx with Next/Previous
- Signed PSBTs saved as pending for user-controlled broadcast

No backend changes — iterates create_spend_tx N times from the GUI.

Closes wizardsardine#2052
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.

Feature Request: Automated UTXO cycling for timelock renewal

1 participant