Post
Topic
Board Development & Technical Discussion
Merits 1 from 1 user
Re: Full RBF
by
NotATether
on 25/11/2022, 11:13:41 UTC
⭐ Merited by JayJuanGee (1)
Someone should release a "jailbroken" version of Bitcoin Core that allows you to have your node behave in any way you want.

All you have to do to accomplish that is expose all of the internal constants and behaviors that are hardcoded into Bitcoin Core to the ArgsManager (i.e. the command line and bitcoin.conf). There's really not much to it.