Download Krig

1.2.0
Kryptex Pool: Reliable. Effective. Profitable.

Krig Online Monitoring

Where can I access the web interface of my miner?

Krig does not have a web dashboard, but it does expose a built-in stats API once started with --api-port:

krig-miner.exe --url stratum+ssl://prl.kryptex.network:8048 --user WALLET/WORKER --api-port 12000

1. GET http://127.0.0.1:12000/ — the miner's own API endpoint.

2. GET http://127.0.0.1:12000/metrics — the same stats in Prometheus text-exposition format, ready to scrape from a Prometheus server or any compatible collector.

3. --api-host — binds the exposer to a specific interface (defaults to all interfaces); use 127.0.0.1 to keep it local-only.

On the desktop, the terminal window itself shows live per-worker stats — see the Messages description section below.

Download Krig

1.2.0