This program is a simple Bitcoin wallet manager that allows users to check their balance, send Bitcoin to another address, and exit the application.
Before running the program, ensure you have Python installed on your system. Additionally, you need to have the bitcoinlib
library installed. You can install it using pip:
pip install bitcoinlib
- Clone this repository to your local machine or download the
wallet_manager.py
file. - Navigate to the directory containing
wallet_manager.py
in your terminal. - Run the program using the following command:
python wallet_manager.py
- Follow the on-screen prompts to manage your Bitcoin wallet.
- Display Balance: View the current balance of your Bitcoin wallet.
- Send Bitcoin: Send Bitcoin to another Bitcoin address.
- Exit: Exit the program.
- This program assumes a fixed transaction fee of 0.0001 BTC per transaction.
Contributions are welcome! If you find any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.