Skip to content

lucky12651/Bitcoin_Wallet

Repository files navigation

Bitcoin Wallet Manager

This program is a simple Bitcoin wallet manager that allows users to check their balance, send Bitcoin to another address, and exit the application.

Keys

key key

Prerequisites

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

Usage

  1. Clone this repository to your local machine or download the wallet_manager.py file.
  2. Navigate to the directory containing wallet_manager.py in your terminal.
  3. Run the program using the following command:
python wallet_manager.py
  1. Follow the on-screen prompts to manage your Bitcoin wallet.

Features

  • Display Balance: View the current balance of your Bitcoin wallet.
  • Send Bitcoin: Send Bitcoin to another Bitcoin address.
  • Exit: Exit the program.

Note

  • This program assumes a fixed transaction fee of 0.0001 BTC per transaction.

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages