diff --git a/BidderGUI/Form1.cs b/BidderGUI/Form1.cs index 0ee2442..edc1963 100644 --- a/BidderGUI/Form1.cs +++ b/BidderGUI/Form1.cs @@ -121,7 +121,6 @@ async void testAPI(object sender, EventArgs e) // Log errors to log textbox catch (Exception error) { - addlog("Error: " + error.Message); } } diff --git a/README.md b/README.md index d40ccf5..38bd29c 100644 --- a/README.md +++ b/README.md @@ -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.