bitcoinknots/bitcoin

Whitelist and/or discounting privacy transactions

Open

#65 opened on Mar 15, 2024

 (0 comments) (1 reaction) (0 assignees)C++ (160 forks)auto 404
TX fees and policyenhancementhelp wanted

Repository metrics

Stars
 (677 stars)
PR merge metrics
 (PR metrics pending)

Description

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)

Contributor guide