Skip to content

warlocksingh/miningcore-bch-octa-miningpool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

MiningCore Pool Configuration

This repository contains the configuration for a MiningCore-based mining pool supporting multiple cryptocurrencies.

Configuration Overview

  • Supported Coins:
    • Bitcoin Cash (BCH) - PPLNS mining enabled
    • OctaSpace (OCTA) - Stratum mining enabled
    • Alephium (ALPH) - Disabled by default

Docker Compose Setup

The docker-compose.yml file defines the following services:

  • miningcore: The main MiningCore pool server
  • postgres: PostgreSQL database for MiningCore
  • octa-node: OCTA full node
  • bch-node: Bitcoin Cash full node
  • webui: Web interface for the pool
  • prometheus: Monitoring
  • grafana: Metrics visualization
  • alertmanager: Alert management
  • nginx: Reverse proxy
  • dozzle: Container log viewer

Configuration Files

  • miningcore/config.json: Main MiningCore configuration
  • miningcore/coins.json: Coin definitions and algorithms
  • docker-compose.yml: Docker Compose service definitions

Default Credentials

  • PostgreSQL:

    • Username: miningcore
    • Password: P@ssw0rd
    • Database: miningcore
  • Bitcoin Cash Node:

    • RPC Username: bchrpcuser
    • RPC Password: P@ssw0rd

Ports

  • MiningCore API: 4000
  • MiningCore Metrics: 4001
  • BCH Stratum: 5004 (General ASIC), 5104 (NerdMiner)
  • OCTA Stratum: 8008 (Regular), 8018 (Low diff)
  • Web UI: 3000
  • Grafana: 3001
  • Dozzle: 8080

Getting Started

  1. Clone this repository
  2. Update configuration files with your settings
  3. Run docker-compose up -d
  4. Access the web interface at http://your-server-ip:3000

Security Notes

  • Change all default passwords before deploying to production
  • Configure proper firewall rules
  • Use HTTPS for the web interface
  • Monitor logs for suspicious activity

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published