Pymmdrza / BTCRichWalletPrivateKeyFinder

Bitcoin Rich Wallet Private Key Finder From List
https://mmdrza.com
35 stars 16 forks source link

I cannot running the py what u said #2

Open OmartGhani opened 11 months ago

OmartGhani commented 11 months ago

$ Python rich btc.py is cannot run in my program

Pymmdrza commented 11 months ago

$ Python rich btc.py is cannot run in my program

can use with git:

git clone https://github.com/Pymmdrza/BTCRichWalletPrivateKeyFinder
cd BTCRichWalletPrivateKeyFinder

running with this command in windows :

# install package's
pip install hdwallet
pip install colorama
# running script
python richbtc.py

running with this command in Linux / Mac :

# install package's
pip3 install hdwallet
pip3 install colorama
# running script
python3 richbtc.py

Loop Scrip in Linux :

sudo chmod +x richbtc.sh
./richbtc.sh