Welcome to the Token Miner project! This tool is designed to "mine" tokens and perform various operations related to token management.
- Token Mining: Generate and mine tokens with a customizable token count.
- Token Management: Print last mined token, generate new addresses, and list saved addresses.
-
Clone the Repository
git clone https://github.com/katy-the-kat/Token-Miner.git cd Token-Miner -
Install Dependencies
Ensure you have Python 3.x installed. This project requires the
psutillibrary.pip install psutil
Run the script to start mining tokens. This will automatically start mining
python main.pyChoose option 2 from the menu to print the details of the last mined token.
Choose option 3 to generate and save a new address based on the last mined token.
Choose option 4 to mine a specific number of tokens. You will be prompted to enter the number of tokens to mine.
Choose option 5 to list all saved addresses. If there are more than 5 addresses, pagination options will be displayed.
Choose option 7 to exit the application.
If you have any suggestions or improvements, please fork the repository and submit a pull request. For major changes or feature requests, please open an issue to discuss them first.