pull down to refresh
456 sats \ 2 replies \ @petertodd 12 Dec 2022 \ on: Bitcoin Core 24.0.1 bitcoin
mempoolfullrbf=1 :)
Also, if you are more adventurous, you can run my full-rbf peering v24.0.1 branch: https://github.com/petertodd/bitcoin/tree/full-rbf-v24.0.1
Basically, if you turn on full-rbf, you might not have a full-rbf peer. The peering branch has code that:
- Advertises a FULL_RBF service bit.
- Makes sure you're connected to at least 4 other nodes advertising that service bit.
This is good for the full-rbf network, as it ensures we have a core set of nodes propagating full-rbf replacements. I'm running that branch on all my nodes myself.
Can't I just connect to your nodes using
addnode
in the config without running your branch?How important is it that my node advertises full RBF?
reply
You can. But then you are relying on me.
reply