A comprehensive dashboard for monitoring and managing your Ergo mining operations through the Sigmanauts Mining Pool.
- Features
- Quick Start
- Installation
- Pool Connection Guide
- Domain and SSL Configuration
- Contributing
- Support
- Real-time mining statistics and monitoring
- User-friendly dashboard interface
- Secure pool connection options
- Support for multiple mining software
- Automatic SSL certificate management
- Docker-based deployment
- Start the dashboard:
docker compose up -d- Access the dashboard at: http://localhost:8050/
- Enter your wallet address in the input tab
- Docker and Docker Compose
- Git (for development)
# Stop any running instance
docker compose down
# Pull latest version
docker compose pull
# Start the dashboard
docker compose up -d# Clone the repository
git clone [repository-url]
# Navigate to project directory
cd sigma-dashboard
# Build and start
docker compose up --build -dChoose the appropriate port based on your hashrate and TLS requirements:
| Port | Hashrate | TLS | Description |
|---|---|---|---|
| 3052 | < 10GH/s | No | Standard connection |
| 3053 | > 10GH/s | No | High-performance connection |
| 3054 | < 10GH/s | Yes | Secure standard connection |
| 3055 | > 10GH/s | Yes | Secure high-performance connection |
Pool URL: 65.108.57.232
- Create a new Flight Sheet
- Set Pool to "configure in miner"
- Set Pool URL:
65.108.57.232:3052(adjust port as needed)
- Navigate to Management and create a new pool
- Hostname:
65.108.57.232 - Port:
3052(adjust as needed)
POOL=65.108.57.232:3052
WALLET=your_wallet_address
./lolMiner --algo AUTOLYKOS2 --pool $POOL --user $WALLET $@
while [ $? -eq 42 ]; do
sleep 10s
./lolMiner --algo AUTOLYKOS2 --pool $POOL --user $WALLET $@
doneCreate a .env file with:
# Domain Configuration
DOMAIN_NAME=localhost # Or your domain (e.g., ergominers.com)
ENABLE_HTTPS=false # Set true for production
EMAIL_FOR_SSL=your-email@example.com # For Let's EncryptDOMAIN_NAME=localhost
ENABLE_HTTPS=false- Update
.env:
DOMAIN_NAME=your-domain.com
ENABLE_HTTPS=true
EMAIL_FOR_SSL=your-email@example.com- Configure DNS for your domain
- Initialize SSL:
docker-compose exec nginx /scripts/init-ssl.sh- Automatic certificate management via Certbot
- 90-day certificates with automatic renewal
- Renewal checks every 12 hours
- Certificates stored in
certbot_confDocker volume
We welcome contributions! Please feel free to submit pull requests.
If you find this tool helpful, consider supporting its development:
ERGO ADDRESS: 9f2nrcC2NHsx96RmN52g3GVV3kXkZQPkNG8M6SVpSRqdmaxVtGv
Join our Telegram group for support and updates!