Skip to content

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

License

Notifications You must be signed in to change notification settings

juloxrox/bitcoin-recovery

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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:

  • pyfiglet
  • musicalbeeps
  • colorama
  • pygame
  • pycoin
  • bitcoin

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

  • Thank you to the creators of the Python libraries used in this project.
  • Have fun!
  • Don't trust anyone.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%