Skip to content

Commit 5833a2d

Browse files
readme: Added info to new wallet
1 parent 9b34b84 commit 5833a2d

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

BidderGUI/Form1.cs

-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ async void testAPI(object sender, EventArgs e)
121121
// Log errors to log textbox
122122
catch (Exception error)
123123
{
124-
125124
addlog("Error: " + error.Message);
126125
}
127126
}

README.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
1+
# **NEW WALLET**
2+
FireWallet is a new wallet for Handshake.
3+
It runs on Windows (using .net framework).
4+
It includes the same functionality as this Batcher tool and much more.
5+
You can have a look at it [here](https://github.com/Nathanwoodburn/FireWallet/)
6+
7+
18
# BidderGUI
2-
![image](https://github.com/Nathanwoodburn/HSDBidderGUI/blob/master/HSDBatcher-v4.1.png)
9+
![image](https://github.com/Nathanwoodburn/HSDBatcherGUI/blob/master/HSDBatcher-v4.1.png)
310

411
Watch this video for a short intro on how this tool works:
512
[https://youtu.be/w8NUjOqySiM](https://youtu.be/w8NUjOqySiM)
613

714
Easy to use HSD Bidder built on C# .net framework
815
This version only works with HSD v5 or greater.
9-
If you have below this version use [this release](https://github.com/Nathanwoodburn/HSDBidderGUI/releases/tag/1.1.0.0)
16+
If you have below this version use [this release](https://github.com/Nathanwoodburn/HSDBatcherGUI/releases/tag/1.1.0.0)
1017

1118
To use this you need to be running a HSD node (either Full or SPV).
1219
Bob comes with this node built in.

0 commit comments

Comments
 (0)