Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
amjiddader committed Dec 21, 2023
1 parent d56d1f2 commit d278e63
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,12 @@ This python tools is used to get private keys of BTC address.
sudo python3 -m pip install --upgrade pip && pip3 install bit bip32utils

Then Download latest BTC address files.
```
run python3 Check.py
```

Example: python3 -r btc.txt -o found_key.txt -t 2

-r : Input file containing btc addresses
-o : Out files to save valid keys
-t : threads to use of server.

0 comments on commit d278e63

Please sign in to comment.