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

Release 18

Compare
Choose a tag to compare
@oliverw oliverw released this 22 Feb 10:28
· 1792 commits to master since this release
618bba4
  • Payment Processing crash fix (invalid tablename balances_changes)
  • Drop Id column for shares table
  • Add index on table balance_changes
  • API Hashrate case consolidation

Database Migration

Miningcore needs to be stopped briefly for the following change:

ALTER TABLE shares DROP id;

Other migrations:

CREATE INDEX IDX_BALANCE_CHANGES_POOL_ADDRESS_CREATED on balance_changes(poolid, address, created desc);