Next scheduled rescrape ... never
Version 1
Last scraped
Scraped on 15/08/2025, 07:54:08 UTC
I tried the latest master branch containing that PR but it can't seem to sign the lowest possible 0.1sat/vB transaction at first.
But after manually adding 1sat to the absolute fee, it let me sign the transaction.
How exactly did you get the server to accept and sign your transaction?
I used Electrum master branch's latest source code where the mentioned pull request was merged
And then launched it via Python (after setting up the dependencies and requirements).
After that, I just connected to the mentioned server that accepts 100sat/vKb transaction fee and it went quite smoothly.

BTW, signing part is done via client where the wallet that contains the private key are saved, the server isn't involved in it.
Original archived Re: LoyceV's 0.1 sat/vbyte Electrum Server Adventure
Scraped on 15/08/2025, 07:49:47 UTC
I tried the latest master branch containing that PR but it can't seem to sign the lowest possible 0.1sat/vB transaction at first.
But after manually adding 1sat to the absolute fee, it let me sign the transaction.
How exactly did you get the server to accept and sign your transaction?
I used Electrum master branch's source code where the mentioned pull request was merged
And then launched it via Python (after setting up the dependencies and requirements).
After that, I just connected to the mentioned server that accepts 100sat/vKb transaction fee and it went quite smoothly.