Skip to content

Commit

Permalink
readme: Added info to new wallet
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathanwoodburn committed Jun 9, 2023
1 parent 9b34b84 commit 5833a2d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
1 change: 0 additions & 1 deletion BidderGUI/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ async void testAPI(object sender, EventArgs e)
// Log errors to log textbox
catch (Exception error)
{

addlog("Error: " + error.Message);
}
}
Expand Down
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
# **NEW WALLET**
FireWallet is a new wallet for Handshake.
It runs on Windows (using .net framework).
It includes the same functionality as this Batcher tool and much more.
You can have a look at it [here](https://github.com/Nathanwoodburn/FireWallet/)


# BidderGUI
![image](https://github.com/Nathanwoodburn/HSDBidderGUI/blob/master/HSDBatcher-v4.1.png)
![image](https://github.com/Nathanwoodburn/HSDBatcherGUI/blob/master/HSDBatcher-v4.1.png)

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

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

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

0 comments on commit 5833a2d

Please sign in to comment.