Next scheduled rescrape ... never
Version 2
Last scraped
Scraped on 16/08/2025, 05:41:42 UTC
Considering that with recent changes the full nodes and miners are starting to accept transactions with fees that are lower than the standard 1 sat/vb, we needed some way to actually push transactions with lower fees. Mempoollower Some APIs are still rejecting them but mempool.space API appears to be the more reliable endpoint we can use which is why it was added in this release.

Of course our P2P option (pushing directly to a full node) can also be used but the problem is that full nodes don't return any messages if they reject that tx. Our implementation also doesn't currently have the option to "filter" out what nodes we want to connect to. I have some ideas I will investigate at some point (eg. is feefilter message reliable?) and try to improve stuff.

Version 0.14.0 released
  • Added mempool.space API to allow broadcasting txs with fees lower than 1 sat/vb
  • Removed some unused/dead altcoins
  • Utilized trimming more to get smaller binaries (60% smaller)

Binaries for 3 operating systems are published like before.
https://github.com/Coding-Enthusiast/SharpPusher/releases/tag/0.14.0.0

Have you heard of APKpure.com ?
This tool only runs on desktop so I first have to add the UI stuff for it to run on smart phones then put it on such websites. And that's not currently on my todo list.
Version 1
Scraped on 16/08/2025, 05:16:51 UTC
Considering that with recent changes the full nodes and miners are starting to accept transactions with fees that are lower than the standard 1 sat/vb, we needed some way to actually push transactions with lower fees. Mempool.space API appears to be the more reliable endpoint we can use.

Of course our P2P option (pushing directly to a full node) can also be used but the problem is that full nodes don't return any messages if they reject that tx. Our implementation also doesn't currently have the option to "filter" out what nodes we want to connect to. I have some ideas I will investigate at some point (eg. is feefilter message reliable?) and try to improve stuff.

Version 0.14.0 released
  • Added mempool.space API to allow broadcasting txs with fees lower than 1 sat/vb
  • Removed some unused/dead altcoins
  • Utilized trimming more to get smaller binaries (60% smaller)

Binaries for 3 operating systems are published like before.
https://github.com/Coding-Enthusiast/SharpPusher/releases/tag/0.14.0.0

Have you heard of APKpure.com ?
This tool only runs on desktop so I first have to add the UI stuff for it to run on smart phones then put it on such websites. And that's not currently on my todo list.
Original archived Re: SharpPusher: broadcast bitcoin/altcoin transactions (v0.14.0 2025-08-16)
Scraped on 16/08/2025, 05:12:20 UTC
Version 0.14.0 released
  • Added mempool.space API to allow broadcasting txs with fees lower than 1 sat/vb
  • Removed some unused/dead altcoins
  • Utilized trimming more to get smaller binaries (60% smaller)

Binaries for 3 operating systems are published like before.
https://github.com/Coding-Enthusiast/SharpPusher/releases/tag/0.14.0.0

Have you heard of APKpure.com ?
This tool only runs on desktop so I first have to add the UI stuff for it to run on smart phones then put it on such websites. And that's not currently on my todo list.