Next scheduled rescrape ... never
Version 1
Last scraped
Edited on 27/07/2025, 11:17:22 UTC
which wallets do you guys use for sub 1 sat/vB?
I created such a transaction in Electrum and broadcasted it from the mempool.space website. But to do this I had to edit the wallet.py file, specifically replacing the line #3336 (v. 4.6.0)
Code:
allow_send = False
with
Code:
allow_send = True
.

My Electrum doesn`t have wallet.py data file.

I tried to export the raw transaction clicking this button


But I couldn`t decode it in any online tool and I dont have bitcoin core installed here`.

My idea was to change the raw transaction fee, sign using electrum and then push it using https://mempool.space/tx/push
Original archived Re: [Jul 2025]Mempool empty, Consolidate your small inputs @0.10 sat/vbyte (???)!
Scraped on 20/07/2025, 11:17:55 UTC
which wallets do you guys use for sub 1 sat/vB?
I created such a transaction in Electrum and broadcasted it from the mempool.space website. But to do this I had to edit the wallet.py file, specifically replacing the line #3336 (v. 4.6.0)
Code:
allow_send = False
with
Code:
allow_send = True
.

My Electrum doesn`t have wallet.py data file.

I tried to export the raw transaction clicking this button


But I couldn`t decode it in any online tool and I dont have bitcoin core installed here