Next scheduled rescrape ... never
Version 1
Last scraped
Scraped on 17/08/2025, 16:16:43 UTC
Just so everyone knows. They will have to copy and paste the command "wallet.relayfee = (lambda: 0)" into the console every time they run Electrum and connect to a server to make below 1 sat/vByte transactions. That's how it is at least for now.
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.

How to verify I'm not stealing your coins: Just open the ZIP and read the qt.py file. It is a 7 lines very small code which anyone can read and understand. Smiley
Original archived Re: LoyceV's 0.1 sat/vbyte Electrum Server Adventure
Scraped on 17/08/2025, 16:12:31 UTC
Just so everyone knows. They will have to copy and paste the command "wallet.relayfee = (lambda: 0)" into the console every time they run Electrum and connect to a server to make below 1 sat/vByte transactions. That's how it is at least for now.
I just wrote the smallest Electrum plugin ever that just runs this command at start.

https://files.ninjastic.space/relayfeezero-0.0.1.zip

How to verify I'm not stealing your coins: Just open the ZIP and read the qt.py file. It is a 7 lines very small code which anyone can read and understand. Smiley