Discord bot to display Helium bobcat miner statistics.
Commands:
!stats (takes upto 10 seconds to respond.)
Display bobcat miners statistics
1. Enter discord bot token and miner ip in bot.env
2. Install requirements
pip3 install -r requirements.txt
3. Start the bot
python3 run.py
- First pull the image
docker pull piratify/helium:latest
- Make the container
docker run -d --restart unless-stopped --name helium -e "discord_bot_token=YOUR_DISCORD_TOKEN_HERE" -e "miner_ip=miners_ip_here" piratify/helium:latest