Post
Topic
Board Development & Technical Discussion
Merits 5 from 4 users
Re: Call for reconfiguration of nodes to relay transactions with fee-rates <1 sat/vb
by
ABCbits
on 01/02/2025, 08:15:28 UTC
⭐ Merited by d5000 (2) ,vapourminer (1) ,hosemary (1) ,JayJuanGee (1)
I forget to mention it earlier, but there's at least 3 call to reduce default minrelayfee value in past.
https://github.com/bitcoin/bitcoin/issues/14012
https://gnusha.org/pi/bitcoindev/CAGHFe1BXdTkPZn4r_KTxYoz0sqcMsV830dm5JTTFURxDezBnDQ@mail.gmail.com/
https://www.erisian.com.au/meetbot/bitcoin-core-dev/2018/bitcoin-core-dev.2018-07-05-19.22.log.html#l-24

For spam protection, there is the
Code:
datacarrier=0
which is much more effective. Also, there is the (OP_FALSE OP_IF) filter bugfix implemented in Bitcoin Knots.

If both of them become default on many nodes, spammer will resort to use old technique (using 20-byte public key on address) which is worse on long term due to unprunable UTXO. IMO only making OP_FALSE OP_IF ... OP_ENDIF as non-standard is good compromise.

And it seems the datacarrier option isn't used enough to deter Ordinals who have grown again a bit in the past 2 months.

Ordinals use Taproot redeem script. So i think you actually meant Runes, which use OP_RETURN.