|
1 |
| - |
2 |
| -# SharpPusher |
3 |
| -A simple GUI to broadcast bitcoin and bitcoin cash transactions to the network. |
| 1 | +[](https://github.com/Coding-Enthusiast/SharpPusher/actions/workflows/dotnetCI.yml) |
| 2 | +[](https://github.com/Coding-Enthusiast/SharpPusher/blob/master/License) |
| 3 | +[](https://github.com/Coding-Enthusiast/SharpPusher/blob/master/Src/SharpPusher/SharpPusher.csproj) |
| 4 | +[](https://github.com/Coding-Enthusiast/SharpPusher/releases) |
4 | 5 |
|
5 |
| -**Packages needed:** Newtonsoft.Json |
| 6 | +<p align="center"> |
| 7 | + <img src="https://i.imgur.com/QIFJIvc.png" width=150 alt="logo"/> |
| 8 | +</p> |
6 | 9 |
|
7 |
| - |
| 10 | +# SharpPusher |
| 11 | +A simple GUI to broadcast bitcoin and various altcoin transactions to the network. |
8 | 12 |
|
| 13 | + |
9 | 14 |
|
10 |
| -## Features |
11 | 15 |
|
12 |
| -1. Pushing bitcoin raw transaction through following services: |
13 |
| -* https://www.smartbit.com.au |
| 16 | +Following block explorer API services are used to push bitcoin raw transactions to the network |
14 | 17 | * https://blockcypher.com
|
15 | 18 | * https://blockchair.com
|
16 |
| -2. Pushing bitcoin cash raw transaction through following services: |
17 |
| -* http://blockdozer.com |
| 19 | +* https://blockchain.com |
18 | 20 |
|
19 |
| -## To Do List |
| 21 | +Blockchair API is used for altcoin transactions. |
20 | 22 |
|
21 |
| -- [ ] Add ability to push transactions to network directly through nodes not third parties. |
22 |
| -- [ ] Add unit test! |
23 |
| -- [ ] Add other altcoin networks. ~~BCH(BCC), LTC, Doge~~ |
| 23 | +SharpPusher also supports directly connecting to the Bitcoin P2P network (random full nodes) and pushing |
| 24 | +the transaction to the network in a more decentralized way. |
24 | 25 |
|
25 | 26 | ## Announcement Link
|
26 |
| -Topic on bitcointalk.org |
27 |
| - |
28 |
| -https://bitcointalk.org/index.php?topic=1944501.0 |
| 27 | +Bitcointalk topic https://bitcointalk.org/index.php?topic=1944501.0 |
29 | 28 |
|
30 |
| -### Don't forget to leave your feedback, Thank you. |
31 |
| -**Wanna help?** |
| 29 | +Contributions are welcome. |
32 | 30 |
|
33 |
| -Then review the code and leave your feedback. |
34 | 31 |
|
35 |
| -[Donate: 1Q9swRQuwhTtjZZ2yguFWk7m7pszknkWyk](bitcoin:1Q9swRQuwhTtjZZ2yguFWk7m7pszknkWyk) |
| 32 | +## Donations |
36 | 33 |
|
37 |
| - |
| 34 | +If You found this tool helpful consider making a donation: |
| 35 | +Legacy address: 1Q9swRQuwhTtjZZ2yguFWk7m7pszknkWyk |
| 36 | +SegWit address: bc1q3n5t9gv40ayq68nwf0yth49dt5c799wpld376s |
0 commit comments