1
0
mirror of https://github.com/bitcoin/bips.git synced 2026-05-11 16:51:51 +00:00

BIP451: Dust UTXO Disposal Protocol (#2150)

* Add draft BIP for dust utxo disposal protocol

* Assign number 451, update preamble, rename BIP file, and add entry to README table

* Small edits

* Change title, abstract, motivation to focus on dust attack UTXOs
* Simpify dust selection section
* Add batching to address consolidation rules
* Fix core version in privacy preservation
* Fix table units

* Add confirmed utxo rationale

* Revert title back to original

* Change output to always be OP_RETURN ash
This commit is contained in:
bubb1es71
2026-05-06 02:22:45 -05:00
committed by GitHub
parent ca418babb7
commit 2cf4272948
2 changed files with 286 additions and 0 deletions

View File

@@ -1478,6 +1478,13 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority
| Gregory Sanders, Antoine Poinsot, Steven Roose
| Specification
| Draft
|-
| [[bip-0451.md|451]]
| Applications
| Dust UTXO Disposal Protocol
| bubb1es, haris
| Specification
| Draft
|}
<!-- IMPORTANT! See the instructions at the top of this page, do NOT JUST add BIPs here! -->