New KeyHunt Puzzle GUI
Download Here : KeyHuntGUI2024 : KeyHuntGUI2024
Below Images Show how to Look for Puzzle 130 Using BSGS Mode in Sequential in one instance and then Below that is looking for multiple puzzles 130,140.150 and 160.
Version 3 KeyHunt GUI PyQt6
Many Fixes and much cleaner GUI. Download Links at bottom of page.
pip install PyQt6
keyhunt -m address -t 8 -f btc.txt -R -r 20000000000000000:3ffffffffffffffff -b 66 -I 123 -l both -v “1Love” -v “1Mizogg” -v “1CatsandDogs”
Version2 KeyHunt GUI PyQt5
This is a graphical user interface (GUI) for the KeyHunt program , developed by albertobsd/keyhunt (https://github.com/albertobsd/keyhunt).
KeyHunt is a tool used to hunt private keys for cryptocurrencies that use the secp256k1 elliptic curve.
Features
Scans for private keys using different modes (address, xpoint, rmd160, bsgs, vanity). Supports CPU parallelization with adjustable thread count. Allows customization of search parameters such as key space, move mode, look, stride, and K value. Supports different cryptocurrencies (BTC and ETH). Provides an option to enable endomorphism search (only for address, rmd160, and vanity modes). Enables vanity address search with a specified prefix. Matrix screen option for a hacker-style experience (may affect performance).
Prerequisites
Python 3.x PyQt5 library keyhunt command-line tool (make sure it is installed and accessible via the command line)
Installation and Usage
Clone or download the repository to your local machine. Install the required dependencies using the following command:
pip install PyQt5
Run the program using the following command:
python GUI_keyhunt.py
Configure the desired search parameters and click the “Start scanning” button to initiate the keyhunt process.
The program will display the output in the console window.
Use the provided options to customize the search and control the scanning process.
Contributing
Contributions to the KeyHunt GUI are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.
License
This program is licensed under the MIT License. See the LICENSE file for more information.
Acknowledgements
This GUI is based on the KeyHunt program developed by Alberto albertobsd. For more information about Keyhunt albertobsd@gmail.com & https://albertobsd.dev/ . For more information about the GUI KeyHunt tool, visit github.com/Mizogg or mizogg.co.uk