Post
Topic
Board Bitcoin Technical Support
Re: [Jul 2025]Mempool empty, Consolidate your small inputs @0.10 sat/vbyte (???)!
by
LoyceV
on 18/08/2025, 10:14:11 UTC
An easy solution to create a low-fee transaction on Electrum
Electrum settings
"Teach" your Electrum to sign transactions with less that 1 sat/vbyte:
Code:
wallet.relayfee = (lambda: 0)
Or automate it on startup:
I just wrote the smallest Electrum plugin ever that just runs this command at start.
https://files.ninjastic.space/relayfeezero-0.0.1.zip
Tools -> Plugins -> Add -> Select the zip and install.
Note: this allows to create transactions that pay less than 0.1 sat/vbyte fee, but at the moment no mining pool will accept those.