CounterpartyXCP / counterparty-core

Counterparty Protocol Reference Implementation
http://counterparty.io
MIT License
287 stars 206 forks source link

UTXO Outputs Should Be 10,000 Sats #2782

Closed adamkrellenstein closed 13 hours ago

adamkrellenstein commented 6 days ago

When composing an attach / move, we should use 10,000 sats for the value, rather than 546, which is the dust size. Then there's enough BTC for people to actually use that output. This is sort of a standard in the Ordinals space.

ImagiNFT commented 4 days ago

IMO is a bit dangerous doing it as default for 10k sats, as there is more risk to acidentally spend that utxo

adamkrellenstein commented 4 days ago

The Counterparty node API prevents the accidental spend of UTXOs with assets attached.

Also it's the standard for Ordinals, per https://github.com/me-foundation/msigner and: IMG_9127

ouziel-slama commented 13 hours ago

done here https://github.com/CounterpartyXCP/counterparty-core/pull/2786/commits/61f4aa21ff59c0026b89f1885726132b751e8dd3