This repository has been archived by the owner on Oct 20, 2023. It is now read-only.
Release 0.14
Changes
- Log and record miner submitting block solution
- Fix top miner query
- Don't expose disabled pools via API
- External socket binding
- API Fix
- Monero: address validation fixes
- Monero: More Monero integrated address fixes
- Monero: Better handling for invalid payment Ids
- Monero: Payout-batch address fix
- Monero: Actually detect network type in payout handler
Database Migration
update minerstats set worker = '' where worker is null;
alter table minerstats alter column worker SET NOT NULL;
alter table blocks add miner TEXT NULL;