Skip to content

XMRig (fee-free) for Cereblix

Choose a tag to compare

@CereblixCRB CereblixCRB released this 14 Jun 19:35
· 62 commits to main since this release

Cereblix mining tools - XMRig miner, proxy & Stratum bridge

Fee-free builds for mining Cereblix (CRB) with the NeuroMorph (nm/1) algorithm. Developer donation removed (0%), GPLv3 source included. Only download from here or https://cereblix.com. Current: miner v1.1, proxy v1.2.

xmrig-cereblix (miner)

Faster than the native miner on big multi-core CPUs. Uses all CPU cores by default.
Assets: xmrig-cereblix-windows-x64.exe, xmrig-cereblix-linux-x64, xmrig-cereblix-hive.tar.gz (Hive OS), xmrig-cereblix-macos-arm64.tar.gz, xmrig-cereblix-src.tar.gz.

xmrig-cereblix -a nm/1 -o stratum.cereblix.com:3333 -u crb1YOURADDRESS -p x -k
  • Fewer cores: add -t N (threads) or --cpu-max-threads-hint=50 (percent).
  • Solo (whole 50 CRB block, live feedback shares): use port :3334.
  • RU / CIS (local route, no Cloudflare): -o ru.cereblix.com:3333 (pool) / :3334 (solo).

xmrig-cereblix-proxy (farm aggregation)

Point one proxy at the pool, then point every rig at the proxy - one place to manage them all.
Assets: xmrig-cereblix-proxy-windows-x64.exe, xmrig-cereblix-proxy-linux-x64, xmrig-cereblix-proxy-config.json (ready config), cereblix-proxy.service (systemd), xmrig-cereblix-proxy-src.tar.gz.

# proxy config.json: "mode" + upstream "url" = the pool, "bind" = where rigs connect
{ "mode":"simple", "pools":[{"algo":"nm/1","url":"stratum.cereblix.com:3333","user":"crb1YOURADDRESS","pass":"x","keepalive":true}], "bind":["0.0.0.0:3333"] }
xmrig-cereblix-proxy -c config.json
# then each rig:
xmrig-cereblix -a nm/1 -o PROXY_IP:3333 -u crb1YOURADDRESS -p x
  • Modes: "simple" (default) = one pool connection per rig, works with any miner version. "nicehash" = one pool connection for the whole farm (efficient for big farms) - needs miner v1.1+ and proxy v1.2+.
  • Upstream must be the pool (stratum.cereblix.com:3333, or RU ru.cereblix.com:3333); earnings still track per address on the pool dashboard.
  • Built-in HTTP API for monitoring + per-rig stats, TLS for remote rigs, systemd service, and a notify-only update check (disable with --no-version-check). Full setup in the README.

cereblix-stratum (mine to your OWN node with XMRig)

A tiny Stratum->getwork bridge so XMRig can mine trustless solo to your own cereblixd. Assets: cereblix-stratum-{linux-amd64,windows-amd64.exe,darwin-arm64,darwin-amd64}.

Full guides: https://cereblix.com/mine.html