Skip to content

Commit

Permalink
Fixed README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
albertobsd committed Apr 28, 2023
1 parent 8500942 commit c450ed7
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
Tool for hunt privatekeys for crypto currencies that use secp256k1 elliptic curve

Telegram group: https://t.me/keyhunters

Post: https://bitcointalk.org/index.php?topic=5322040.0

Work for Bitcoin
Expand All @@ -26,9 +27,11 @@ Work for Ethereum
You need to add `-t numberThreads` to get better speed

- Run againts Puzzle 125 (bsgs mode)
```

```
./keyhunt -m bsgs -f tests/125.txt -b 125 -q -s 10 -R
```

You need to add `-t numberThreads` and `-k factor` to get better speed

## Free Code
Expand Down Expand Up @@ -77,9 +80,11 @@ To clone the repository
git clone https://github.com/albertobsd/keyhunt.git
```

don't forget change to the keyhunt directory
don't forget change to the keyhunt directory (But i'm not here to teach you linux commands)

`cd keyhunt`
```
cd keyhunt
```

First compile:

Expand Down

0 comments on commit c450ed7

Please sign in to comment.