Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
WanderingPhilosopher authored Jan 29, 2023
1 parent 17ee90a commit 4120c51
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
# 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)

## Scan Types

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.
Expand Down Expand Up @@ -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
https://github.com/MetacoSA/NBitcoin

0 comments on commit 4120c51

Please sign in to comment.