This project is designed to calculate mining profits for cryptocurrencies based on a given hashrate.
It utilizes data from APIs to obtain current information on difficulty, block rewards, and cryptocurrency prices.
- Calculate profits in cryptocurrency and US dollars based on a given hashrate.
- Find the most profitable cryptocurrency to mine based on hashrate.
- Calculate and display rewards for mining cryptocurrency over various time frames (hourly, daily, weekly, monthly, yearly).
- Monero (XMR)
- Quantum Resistant Ledger (QRL)
- Salvium (SAL)
- Zephyr Protocol (ZEPH)
- Clone the repository
- Navigate to the project folder
- Install the required dependencies:
pip install -r requirements.txt