This repository has been archived by the owner on Oct 20, 2023. It is now read-only.
Release 50
Changes
- Added X25x hash support
- Hashrate and other performance statistics finally get reset for inactive pools, miner and workers
- Added PostgreSQL performance enhancing notes to README
- Implemented SSL/TLS Support for Rest-API - Courtesy of @uurcm16
- Unnecessary arguments to the
getblocktemplate
RPC have been removed - Streamlined job-refresh logging
- Updated several packages to latest upstream
Database Migration
CREATE INDEX IDX_MINERSTATS_POOL_MINER_WORKER_CREATED_HASHRATE on minerstats(poolid,miner,worker,created desc,hashrate);