Skip to content

Releases: soosho/miningcore

Release list

v0.1.0-pre82

v0.1.0-pre82 Pre-release
Pre-release

Choose a tag to compare

@soosho soosho released this 29 Jul 11:58

Initial release of MCCE (Miningcore Community Edition) — a modernized, actively maintained fork of Miningcore, upgraded to .NET 9 and Ubuntu 24.04.

Highlights

  • Config hot-reload — edit config.json to add/remove pools without restart
  • Stratum connection hardening — pre-accept IP throttle, ban escalation, TCP backlog config
  • Merged Mining (AuxPoW) — LTC+DOGE, licensed separately (repo)
  • OpenTelemetry tracing — OTLP export to Jaeger/Tempo, zero overhead when unset
  • Automated share table partitioning — no manual SQL for new pools
  • Missing DB indexes — 4 new indexes on shares table, 100x smaller BRIN index
  • NLog async wrappers — prevents threadpool starvation from disk writes
  • JSON-RPC fix for cryptonote-family pools (Newtonsoft fallback for non-standard miners)
  • ArQmA blob type 16 support
  • API minimal migration — faster API responses
  • Stratum Utf8Reader optimization — faster stratum parsing
  • 100+ supported coins and algorithms

Download

  • miningcore-v0.1.0-win-x64.zip — Windows x64 (self-contained)
  • miningcore-v0.1.0-ubuntu-x64.tar.gz — Ubuntu 24.04 x64
  • ghcr.io/soosho/miningcore:latest — Docker image

Docs