Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ELHARAKA committed Oct 31, 2023
1 parent d9509e7 commit eab95a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This tool converts multiple bitcoin private keys from either HEX format or WIF (
- To generate WIF for uncompressed addresses from HEX, execute `pvkmassconvert.py` by double-clicking on it or running `python3 pvkmassconvert.py` from the command line.
- To generate WIF for compressed addresses from HEX, execute `pvkmassconvert_compressed.py` by double-clicking on it or running `python3 pvkmassconvert_compressed.py` from the command line.
- To convert from WIF to HEX, execute `pvkwif2hex.py` by double-clicking on it or running `python3 pvkwif2hex.py` from the command line.
4) The tool will export all converted private keys to a new text file within the same folder. Check `list-WIF-compressed.txt` & `list-WIF-uncompressed.txt` for WIF keys (compressed/uncompressed) and `list-hex.txt` for HEX keys.
4) The tool will export all converted private keys to a new text file within the same folder. Check `list-WIF-compressed.txt` or `list-WIF-uncompressed.txt` for WIF keys (compressed/uncompressed) and `list-hex.txt` for HEX keys.

## Donations
If this tool saved you time or helped in any way, consider making a donation to support the developer:
Expand Down

0 comments on commit eab95a3

Please sign in to comment.