Skip to content

Commit

Permalink
V2.32
Browse files Browse the repository at this point in the history
  • Loading branch information
ELHARAKA committed May 2, 2024
1 parent 7143bd6 commit 77d3ee7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ This tool converts multiple bitcoin private keys from either HEX format or WIF (
1) Download or clone this tool (git clone https://github.com/ELHARAKA/MassPrivatekeysToWIF.git)

2) Navigate to the tool folder.
- For HEX to WIF conversion, create `hex_input.txt` and insert HEX-format keys.
- For WIF to HEX conversion, create `wif_input.txt` and insert WIF-format keys.
- For HEX to WIF conversion, create `hex_input.txt` and insert HEX-format keys
- For WIF to HEX conversion, create `wif_input.txt` and insert WIF-format keys

3) Run the tool:
- Generate WIF (Compressed & Uncompressed): `python3 to_wif.py`
- Generate HEX from WIF: `python3 to_hex.py`

4) Output files:
- Generated WIF keys are in `compressed_output.txt` and `uncompressed_output.txt`.
- Generated HEX keys are in `hex_output.txt`.
- Generated WIF keys are in `compressed_output.txt` and `uncompressed_output.txt`
- Generated HEX keys are in `hex_output.txt`

## Donations
If this tool saved you time or helped in any way, consider making a donation to support the developer:
Expand Down
2 changes: 1 addition & 1 deletion to_hex.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Module for converting multiple bitcoin private keys from WIF to HEX.
Module for transforming numerous bitcoin private keys from WIF format to HEX format.
"""

from src import base58
Expand Down

0 comments on commit 77d3ee7

Please sign in to comment.