From 4120c51c758504adf9b8e5fc082ed78cac31a35b Mon Sep 17 00:00:00 2001 From: WanderingPhilosopher <65258474+WanderingPhilosopher@users.noreply.github.com> Date: Sun, 29 Jan 2023 08:36:18 -0600 Subject: [PATCH] Update README.md --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b4c8b3b..a091abc 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # Bitcoin-Puzzle-Scanner + +I had a few people want me to update this program to include new challenges. (The original only had challenge #64.) +I have updated it up to challenge #108. I will add the others as time permits. ![bitcoin-puzzle-scanner](https://i.ibb.co/v4QmWtL/Ekran-Resmi-2022-01-18-20-15-58.png) @@ -6,9 +9,9 @@ You can use the following scan types. -- **next** : It scans sequentially from the first HEX value to the last HEX value. -- **prev** : It scans in reverse order from the last HEX value to the first HEX value. -- **random** : It scans by generating completely random HEX values. The generated HEX values are derived from the HEX ranges of the entered Puzzle. +- **SB** : It scans sequentially from the beginning HEX value to the last HEX value; first to last. +- **SE** : It scans in reverse order from the end HEX value to the beginning HEX value; last to first. +- **R** : It scans by generating completely random HEX values. The generated HEX values are derived from the HEX ranges of the entered Puzzle. > On a Macbook Pro 2019, Core i9 2.3Ghz computer, approximately 20,000 addresses are scanned per second with 4 threads. @@ -73,4 +76,4 @@ https://dotnet.microsoft.com/en-us/download/dotnet/3.1 ALL THE CODES, PROGRAM AND INFORMATION ARE FOR EDUCATIONAL PURPOSES ONLY. USE IT AT YOUR OWN RISK. THE DEVELOPER WILL NOT BE RESPONSIBLE FOR ANY LOSS, DAMAGE OR CLAIM ARISING FROM USING THIS PROGRAM. **Libraries used** -https://github.com/MetacoSA/NBitcoin \ No newline at end of file +https://github.com/MetacoSA/NBitcoin