Next scheduled rescrape ... in 5 days
Version 1
Last scraped
Scraped on 24/07/2025, 09:20:12 UTC
Has anyone had any success in finding a server on Electrum, Sparrow, or another popular wallet that supports broadcasting of transactions that pay below 1 sat/vByte? Besides Blue Wallet, have other software clients signaled that they will make changes in this regard?

You might want to try using Bitcoin Core with the following entry in your bitcoin.conf file:

Code:
settxfee=<your_desired_fee>

According to   [urlhttps]" class="ul">official documentation[url]a> this parameter has replaced the older paytxfee option starting from version 22.0.

If you're using Bitcoin Core not only as a wallet but also as the full node consider adding the following as well:

Code:
minrelaytxfee=<your_value>

P.S. I've noticed that transactions with fees below 1 sat/vB are becoming increasingly common, which definitely  is the nice move.

Original archived Re: [Jul 2025]Mempool empty, Consolidate your small inputs @0.10 sat/vbyte (???)!
Scraped on 24/07/2025, 09:15:44 UTC
Has anyone had any success in finding a server on Electrum, Sparrow, or another popular wallet that supports broadcasting of transactions that pay below 1 sat/vByte? Besides Blue Wallet, have other software clients signaled that they will make changes in this regard?

You might want to try using Bitcoin Core with the following entry in your bitcoin.conf file:

Code:
settxfee=<your_desired_fee>

According to  [urlhttps://bitcoincore.org/en/doc/22.0.0/rpc/wallet/settxfee/]official documentation[/url] this parameter has replaced the older paytxfee option starting from version 22.0.

If you're using Bitcoin Core not only as a wallet but also as the full node consider adding the following as well:

Code:
minrelaytxfee=<your_value>

P.S. I've noticed that transactions with fees below 1 sat/vB are becoming increasingly common, which definitely  is the nice move.