BTCRichWalletPrivateKeyFinder icon indicating copy to clipboard operation
BTCRichWalletPrivateKeyFinder copied to clipboard

I cannot running the py what u said

Open OmartGhani opened this issue 2 years ago • 1 comments

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

OmartGhani avatar Oct 14 '23 18:10 OmartGhani

$ 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

Pymmdrza avatar Oct 18 '23 17:10 Pymmdrza