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 fees. lower 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.0Have 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.