Post
Topic
Board Electrum
Merits 10 from 3 users
Re: LoyceV's 0.1 sat/vbyte Electrum Server Adventure
by
Cricktor
on 18/08/2025, 19:33:35 UTC
⭐ Merited by LoyceV (4) ,NeuroticFish (4) ,Pmalek (2)
I have the following in my bitcoin.conf file:
Code:
# Fee rate (in BTC/kB) used to define cost of relay, used for mempool limiting and BIP 125 replacement.
incrementalrelayfee=0.000001

# Fee rates (in BTC/kB) smaller than this are considered zero fee for transaction creation
mintxfee=0.000001

# Fee rates (in BTC/kB) smaller than this are considered zero fee for relaying, mining and transaction creation.
minrelaytxfee=0.000001
(Source of comments to the options from https://jlopp.github.io/bitcoin-core-config-generator/)

Can't say to be confident if all three are actually needed. I thought, why not pick anything that's remotely about fees.  Grin

Eager to learn more...