Tags: Heraisu/miningcore
Tags
Dev (oliverw#190) - Made RPC polling optional - Update configuration examples to be closer to real world usage - Added no RPC polling config example - Don't expose payment processing config extension data via API. Fixes oliverw#103 - Keep extra data in api result but sanitize it first - Increase PG command timeout - Add support for ZEN and XVG - Return Coin POW Algorithm in API results - Expose pool total miner earnings via API - Improved LTC block explorer links - Neoscrypt update - Neoscrypt tests - Support GBX & CRC - Don't tie ZMQ block notify to a single address. Fixes oliverw#183 - X17 hash integration - Drop paged retries from Monero Payments as those won't work anyway when transfer_split fails. - Support Verge X17 variant - Added support for MaxActiveJobs Bitcoin Pool extra config
Dev (oliverw#180) - Support ZMQ block notify for Bitcoin family. Fixes oliverw#151. - Adjust Lyra2v2 Hashrate multiplier. Fixes oliverw#168 - Made RPC polling optional - Updated configuration examples to be closer to real world usage - Added no RPC polling config example
Dev (oliverw#171) * 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
Dev (oliverw#161) - Package update - Switch back to dedicated loop thread per stratum port instead of per stratum - Maintain maximum hashrate precision as long as possible. - Min window adjustment - Miner payments API - Improves oliverw#27 - Pool Top Miners API - Improves oliverw#27 - API no longer requires on a pool to be running to respond. It just needs to configured - improves - - Prevent startup exception for externals - Fix last block time - Miner performance API for per-worker hashrate graphs (daily, monthly) - Improves oliverw#27 - Hashrate calculation safeguards - Various StatsRepository fixes
Merge branch 'dev' of https://github.com/coinfoundry/miningcore # Conflicts: # src/MiningCore/Persistence/Model/Projections/MinerStats.cs
Dev (oliverw#135) * Log block height for balance changes * Fix share traversal * Log one address per line * Compute miner/worker hashrates from database instead of buffering shares in memory * PPLNS fixes * ZCash shield coinbase fix * Increase stats update interval
Dev (oliverw#126) * Log block height for balance changes * Fix share traversal * Log one address per line