Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

Release 50

Compare
Choose a tag to compare
@oliverw oliverw released this 20 May 18:39
· 982 commits to master since this release
df0f06f

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);