This project calculates the profitability of cryptocurrency mining or staking, considering factors such as electricity cost, coin price, and network difficulty.
- Calculates mining profitability based on input parameters.
- Takes into account electricity cost, coin price, and network difficulty.
- Provides estimated daily, weekly, and monthly profits.
- Python 3.x
- Clone the repository
- Install the required dependencies:
pip install -r requirements.txt
- Run the script
python main.py
and input your mining setup details when prompted.