Skip to content

Commit 6681bbd

Browse files
Update ReadMe
1 parent 3207938 commit 6681bbd

File tree

1 file changed

+21
-22
lines changed

1 file changed

+21
-22
lines changed

README.md

Lines changed: 21 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,36 @@
1-
![Logo](https://i.imgur.com/QIFJIvc.png)
2-
# SharpPusher
3-
A simple GUI to broadcast bitcoin and bitcoin cash transactions to the network.
1+
[![.NET-CI](https://github.com/Coding-Enthusiast/SharpPusher/actions/workflows/dotnetCI.yml/badge.svg)](https://github.com/Coding-Enthusiast/SharpPusher/actions/workflows/dotnetCI.yml)
2+
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/Coding-Enthusiast/SharpPusher/blob/master/License)
3+
[![Target](https://img.shields.io/badge/dynamic/xml?color=%23512bd4&label=target&query=%2F%2FTargetFramework%5B1%5D&url=https%3A%2F%2Fraw.githubusercontent.com%2FCoding-Enthusiast%2FSharpPusher%2Fmaster%2FSharpPusher%2FSharpPusher.csproj&logo=.net)](https://github.com/Coding-Enthusiast/SharpPusher/blob/master/Src/SharpPusher/SharpPusher.csproj)
4+
[![Downloads](https://img.shields.io/github/downloads/Coding-Enthusiast/SharpPusher/total)](https://github.com/Coding-Enthusiast/SharpPusher/releases)
45

5-
**Packages needed:** Newtonsoft.Json
6+
<p align="center">
7+
<img src="https://i.imgur.com/QIFJIvc.png" width=150 alt="logo"/>
8+
</p>
69

7-
![ScreenShot](https://i.imgur.com/Ho7YmBL.png)
10+
# SharpPusher
11+
A simple GUI to broadcast bitcoin and various altcoin transactions to the network.
812

13+
![Preview](/Doc/Images/MainPreview.jpg)
914

10-
## Features
1115

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
1417
* https://blockcypher.com
1518
* https://blockchair.com
16-
2. Pushing bitcoin cash raw transaction through following services:
17-
* http://blockdozer.com
19+
* https://blockchain.com
1820

19-
## To Do List
21+
Blockchair API is used for altcoin transactions.
2022

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

2526
## 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
2928

30-
### Don't forget to leave your feedback, Thank you.
31-
**Wanna help?**
29+
Contributions are welcome.
3230

33-
Then review the code and leave your feedback.
3431

35-
[Donate: 1Q9swRQuwhTtjZZ2yguFWk7m7pszknkWyk](bitcoin:1Q9swRQuwhTtjZZ2yguFWk7m7pszknkWyk)
32+
## Donations
3633

37-
![QR](https://btc.blockr.io/api/v1/address/Qr/1Q9swRQuwhTtjZZ2yguFWk7m7pszknkWyk)
34+
If You found this tool helpful consider making a donation:
35+
Legacy address: 1Q9swRQuwhTtjZZ2yguFWk7m7pszknkWyk
36+
SegWit address: bc1q3n5t9gv40ayq68nwf0yth49dt5c799wpld376s

0 commit comments

Comments
 (0)