HashVaultWalletMonitor is a Python tool that allows users to monitor the statistics and workers of their Monero wallet on the HashVault mining pool. It provides real-time information on wallet mining activity, hashrate, and payment metrics, making it easier to keep track of mining performance and earnings.
- Real-Time Wallet Monitoring: Regularly fetches and displays statistics about mining activity.
- Connection Test: Verifies connection to HashVault's API to ensure the wallet address is valid and mining activity is present.
- Wallet Statistics: Retrieves key metrics on mining rates, both for collective and solo mining.
- Worker Statistics: Lists each worker's performance metrics, including hashrate and last share time.
- Error Handling: Handles errors gracefully, including network issues and unexpected API responses.
- Python 3.6+
- Required packages:
requests,tabulate
Install dependencies via pip:
pip install requests tabulate