Bitcoin Forum
August 18, 2025, 09:08:15 PM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2]  All
  Print  
Author Topic: SharpPusher: broadcast bitcoin/altcoin transactions (v0.14.0 2025-08-16)  (Read 1536 times)
Coding Enthusiast (OP)
Legendary
*
Offline Offline

Activity: 1048
Merit: 2847


Bitcoin and C♯ Enthusiast


View Profile WWW
April 23, 2021, 11:41:38 PM
Merited by Timelord2067 (1)
 #21

Compiled binaries for version 0.11.0 was released and can be found here: https://github.com/Coding-Enthusiast/SharpPusher/releases/tag/0.11.0.0
They are available for Linux, OSX and windows all x64. If you need any other OS you'll have to compile the code yourself.
All of these releases are published as a self contained app which means you won't need to download anything extra including the .net framework since it is already included in the package. That also makes them portable too.

PS. There is a small change where a new checkbox is added to allow users to locally evaluate the transaction without broadcasting it. It will deserialize the transaction hex and evaluates all its scripts without executing them.

Projects List+Suggestion box
Donate: 1Q9s or bc1q
|
|
|
FinderOuter(0.20.0)Ann-git
Denovo(0.8.0)Ann-git
Bitcoin.Net(0.27.0)Ann-git
|
|
|
BitcoinTransactionTool(0.11.0)Ann-git
WatchOnlyBitcoinWallet(4.0.0)Ann-git
SharpPusher(0.14.0)Ann-git
Coding Enthusiast (OP)
Legendary
*
Offline Offline

Activity: 1048
Merit: 2847


Bitcoin and C♯ Enthusiast


View Profile WWW
January 18, 2022, 06:27:10 AM
 #22

Version 0.12.0 released
Added the P2P option which allows user to directly connect to bitcoin nodes and broadcast their transaction on both MainNet and TestNet.
This uses the new MinimalClient introduced in Bitcoin.Net 0.17.0.0 which is in beta and may contain bugs.
https://github.com/Coding-Enthusiast/SharpPusher/releases/tag/0.12.0.0

Projects List+Suggestion box
Donate: 1Q9s or bc1q
|
|
|
FinderOuter(0.20.0)Ann-git
Denovo(0.8.0)Ann-git
Bitcoin.Net(0.27.0)Ann-git
|
|
|
BitcoinTransactionTool(0.11.0)Ann-git
WatchOnlyBitcoinWallet(4.0.0)Ann-git
SharpPusher(0.14.0)Ann-git
Coding Enthusiast (OP)
Legendary
*
Offline Offline

Activity: 1048
Merit: 2847


Bitcoin and C♯ Enthusiast


View Profile WWW
January 04, 2025, 08:53:36 AM
Merited by Timelord2067 (1)
 #23

Version 0.13.0 released
  • All packages are updated (that updates UI, Bitcoin.Net backend and fixes some bugs and improves performance)
  • Upgrade to dotnet 8.0
  • Code is improved and cleaned up
  • Dead API was removed
  • Moved error message textbox to a better place to be more visible and readable

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

Projects List+Suggestion box
Donate: 1Q9s or bc1q
|
|
|
FinderOuter(0.20.0)Ann-git
Denovo(0.8.0)Ann-git
Bitcoin.Net(0.27.0)Ann-git
|
|
|
BitcoinTransactionTool(0.11.0)Ann-git
WatchOnlyBitcoinWallet(4.0.0)Ann-git
SharpPusher(0.14.0)Ann-git
Timelord2067
Legendary
*
Offline Offline

Activity: 4130
Merit: 2305


💲🏎️💨🚓


View Profile
January 06, 2025, 12:16:37 PM
 #24

Version 0.13.0 released
  • All packages are updated (that updates UI, Bitcoin.Net backend and fixes some bugs and improves performance)
  • Upgrade to dotnet 8.0
  • Code is improved and cleaned up
  • Dead API was removed
  • Moved error message textbox to a better place to be more visible and readable

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


Thanks for the alert - I've been updating all my apps and was wondering if there were a new version.

Have you heard of APKpure.com ?  It's a method for distributing APK's to a wider user base.  Hopefully, you can put it to good use for people who may not otherwise have hear of your app.

Regards,

Known Alts of any-one - A User Generated List Mk IV
[Guide] Broadcast Your RAW Transaction
[List] Vanity Wallet Generation. Threads, how-to & links
[Cryptopia] ONLINE ARTICLES related to hack & theft of funds
[Rugby] Union / League
NetHack 3.6.7
Hearse V 1.0.6e
PokerTH / [Text]
@X-Twitter Retweet ≠ endorsement
£ $ ₹ € ¥ ¢ ≠ ÷ BTC
★☆★ Signature For Rent Paused ★☆★
.★☆★ UNPAID ADVERTISEMENTS: ★☆★ Get Paid in BitCoin .
. ★☆★ Fitness Discussions Pushups and Step Exercise.
. TALK[img] Talk with Images™ .
Coding Enthusiast (OP)
Legendary
*
Offline Offline

Activity: 1048
Merit: 2847


Bitcoin and C♯ Enthusiast


View Profile WWW
August 16, 2025, 05:12:20 AM
 #25

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.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.

Projects List+Suggestion box
Donate: 1Q9s or bc1q
|
|
|
FinderOuter(0.20.0)Ann-git
Denovo(0.8.0)Ann-git
Bitcoin.Net(0.27.0)Ann-git
|
|
|
BitcoinTransactionTool(0.11.0)Ann-git
WatchOnlyBitcoinWallet(4.0.0)Ann-git
SharpPusher(0.14.0)Ann-git
Timelord2067
Legendary
*
Offline Offline

Activity: 4130
Merit: 2305


💲🏎️💨🚓


View Profile
August 17, 2025, 05:33:27 AM
Last edit: August 17, 2025, 07:59:32 AM by Timelord2067
 #26

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.

Have you heard of f-droid.com ?  This is another platform to distribute apps online and doesn't have the advertisements gouging your eyes like apkpure.com does)

Known Alts of any-one - A User Generated List Mk IV
[Guide] Broadcast Your RAW Transaction
[List] Vanity Wallet Generation. Threads, how-to & links
[Cryptopia] ONLINE ARTICLES related to hack & theft of funds
[Rugby] Union / League
NetHack 3.6.7
Hearse V 1.0.6e
PokerTH / [Text]
@X-Twitter Retweet ≠ endorsement
£ $ ₹ € ¥ ¢ ≠ ÷ BTC
★☆★ Signature For Rent Paused ★☆★
.★☆★ UNPAID ADVERTISEMENTS: ★☆★ Get Paid in BitCoin .
. ★☆★ Fitness Discussions Pushups and Step Exercise.
. TALK[img] Talk with Images™ .
Pages: « 1 [2]  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!