Pages:
Author

Topic: SharpPusher: broadcast bitcoin/altcoin transactions (v0.13.0 2025-01-04) - page 2. (Read 1450 times)

legendary
Activity: 1042
Merit: 2805
Bitcoin and C♯ Enthusiast
Made some code improvements.
Special thanks to https://github.com/dbremner
legendary
Activity: 1042
Merit: 2805
Bitcoin and C♯ Enthusiast
push {tx} -1 (where 1-n will be a list of services)

If you mean something like a loop to push to multiple services one after another, then it is pointless because if you successfully push your transaction to the network it propagates fast within seconds.
Which means by the time the app goes to the next service, it already has your transaction and will most probably rejects it because it exists in its mempool.
legendary
Activity: 1750
Merit: 1115
Providing AI/ChatGpt Services - PM!
Basically you just connected the different push tx options from all the websites into a single application.Not Bad.
Sorry for my lack of knowledge about the app,I haven't really checked the source code yet.
What would be more cooler is a command line script using your app to just push them to the mentioned services like

push {tx} -1 (where 1-n will be a list of services)
legendary
Activity: 1042
Merit: 2805
Bitcoin and C♯ Enthusiast
Table of Contents

__________

Introduction
This is a simple tool to broadcast signed bitcoin and some altcoin transactions to their network.
You can also directly connect to the Bitcoin P2P network (by connecting to random full nodes) and push the transactions to the network in a more decentralized way.




APIs
  • Pushing bitcoin raw transaction through following services:
  • Pushing various altcoin raw transaction through following services:



Links
Source code on GitHub: https://github.com/Coding-Enthusiast/SharpPusher
Contributions are always welcome.

If You found this tool helpful consider making a donation:
1Q9swRQuwhTtjZZ2yguFWk7m7pszknkWyk link
bc1q3n5t9gv40ayq68nwf0yth49dt5c799wpld376s link



Updates
  • [2017-06-23] version 0.9.1: Code improvements.
  • [2017-08-06] version 0.10.0: Added support for bitcoin cash.
  • [2021-04-24] version 0.11.0: First binary release with various altcoins support.
  • [2022-01-18] version 0.12.0:  Introduced P2P option for bitcoin's main and test networks.
  • [2025-01-04] version 0.13.0:  Code improvement and various updates including moving to dotnet 8.0



Feel free to post your request, feedback, suggestion,... in the comments here or on GitHub
Pages:
Jump to: