- Wallet Creation: Easily create Bitcoin wallets to store your digital assets securely.
- Private Key Management: Generate and manage private keys for your wallets.
- Secure Transactions: Send Bitcoin payments securely using robust encryption and authentication mechanisms.
- Balance Checking: Check the current balance of your Bitcoin wallet with a simple command.
- Transaction History: Keep track of your wallet's transaction history for auditing and reference purposes.
Ensure that you have the following package installed:
- blockcypher
- Clone the repository:
git clone https://github.com/haydenbanz/PYBTC.git
cd PYBTC
pip install -r requirements.txt
for kali linuxsudo apt-get update sudo apt-get install python3-tk pip install blockcypher
- Go to the BlockCypher website at https://www.blockcypher.com/.
- Sign up for an account or log in if you already have one
- Once you're logged in, navigate to the account settings or API section of your BlockCypher account.
- Look for the API key or create a new API key if you don't have one already.
- Copy the API key.
- Now in the terminal
python3 setup.py
- now paste your API and click enter
- Now in the terminal
python3 wallet_setup.py
python3 PYBTC.py
or for kali linuxpython3 PYBTC-linux.py
This project is developed and maintained by hayden banz. We are passionate about developing tools and software for cybersecurity and investigation.
PyWalletBalance is licensed under the MIT License. See LICENSE for more information.
PyWalletBalance is built upon the excellent blockcypher library.
If you have any questions or need assistance, please feel free to contact the project maintainers.
Enjoy managing your Bitcoin wallets with PyWalletBalance!