bitcoinknots / bitcoin

Bitcoin Knots enhanced Bitcoin node/wallet software
MIT License
199 stars 60 forks source link

Whitelist and/or discounting privacy transactions #65

Open luke-jr opened 2 months ago

luke-jr commented 2 months ago

Currently, Samourai privacy transactions (tx0) are using over the default datacarriersize limit of 42 bytes. This isn't ideal, and while they should really fix their end to not require datacarrier at all, it makes sense to whitelist it until then.

This needs some way to differentiate their tx0 from other datacarrier txs.

Maybe it would make sense to have an option to then prioritise them further (but that might not be fair unless it can detect other privacy txs too)