Korben00 / bitcoin-recovery

This Python script is a useful tool for cryptocurrency enthusiasts. It recovers Bitcoin private keys from public keys.
MIT License
9 stars 4 forks source link

Bitcoin Recovery

This Python script is a useful tool for cryptocurrency enthusiasts. It recovers Bitcoin private keys from public keys.

Prerequisites

Make sure you have Python 3.x installed on your system. The following Python libraries are required:

You can install them using pip:

pip3 install pyfiglet musicalbeeps colorama pygame pycoin bitcoin or pip install -r requirements.txt

Usage

  1. Clone the repository or download the script bitcoin_recovery.py to your local machine.
  2. Open a terminal or command prompt and navigate to the directory containing the script.
  3. Install the dependencies : pip install -r requirements.txt
  4. Run the script using Python: python bitcoin_recovery.py
  5. Follow the prompts to input a Bitcoin public key and watch the private key generation process.
  6. Enjoy the fun tune and message at the end!

License

This project is licensed under the MIT License.

Contributing

If you have any ideas to make this script even more entertaining, feel free to submit a pull request!

Acknowledgments