/Duino-Coin-Python-Script

A Python script for Duino-Coin miners to track their balance, miner statistics, and transaction history, complete with a user-friendly terminal interface.

Primary LanguagePython

Duino-Coin Python Script

This script allows you to check your Duino-Coin balance, miner status, and transaction history in a clear, formatted output in the terminal.

Acknowledgements

Special thanks to the Duino-Coin community and the creators of Duino-Coin. Find more about Duino-Coin on their GitHub repository: Duino-Coin GitHub

Prerequisites

Before you begin, ensure you have met the following requirements:

  • You have installed Python 3.x.
  • You have installed pip, Python's package installer.

Installing Duino-Coin Python Script

To install the necessary dependencies, run the following command in your terminal:

pip install -r requirements.txt

Using Duino-Coin Python Script

To use the script, follow these steps:

  1. Open your terminal.
  2. Navigate to the directory where the script is located.
  3. Run the script using Python:
python main.py
  1. The script will prompt you to enter your Duino-Coin username.
  2. Watch the output in the terminal for your balance, miners, and transactions.

Contributing to Duino-Coin Python Script

To contribute to this script, follow these steps:

  1. Fork this repository.
  2. Create a new branch: git checkout -b <branch_name>.
  3. Make your changes and commit them: git commit -m '<commit_message>'
  4. Push to the original branch: git push origin <project_name>/<location>
  5. Create the pull request.

Alternatively, see the GitHub documentation on creating a pull request.