✔️ Screen From Pyromid V3 [Coming Soon].
(Pyromid version 3) and you can get it here soon, if you are one of those friends who have just come to my page, I must announce that until version 3 of this script is ready and finalized, you can Use Pyromid version 2 which is ready and published by me.
Installing With pip in Windows (Commands):
python -m pip install bit
python -m pip install rich
python -m pip install bip32utils
python -m pip install base58
python -m pip install base64
Installing With pip3 in Linux (ubuntu 20.04):
sudo apt-get update&&sudo apt-get upgrade -y
pip3 install bit rich
pip3 install rich
pip3 install bip32utils base58 base64
Pyromid For Hack and Cracking Private Key and Address Bitcoin Wallet From Mnemonic [Words - Passphrase]
Pyromid For Cracking and Hunting Any Wallet Bitcoin From Mnemonic's Method on Private Key and Compressed , UnCompressed Address very fast with Python , for any system os (Windows, Debian , MacOS)
running with this details : File name for rich Address List :richFile_Address.txt and save Found (Match) Address Detail's Saved in Found.txt:
if needed rich address list for bitcoin : Can Use This File
# Windows :
python pyromid.py -r richFile_Address.txt -o Found.txt
# Linux :
python3 pyromid.py -r richFile_Address.txt -o Found.txt
or :
# Windows :
python pyromid.py --rich richFile_Address.txt --out Found.txt
# Linux :
python3 pyromid.py --rich richFile_Address.txt --out Found.txt
-r or --rich : For Rich List Address Filename With .txt format.
-o or --out : For Filename Founding and Matching Address Wallet Detail's Saved.
-t or --thread : Total Thread Number CPU Core Set with this Number . Default:4.
python pyromid.py [option1(-r|--rich)] [option2(-o|--out)]


