Tags: a1binos/miningcore
Tags
Changed state of "Tested" for coin "Electroneum" (oliverw#222) I guess that Electroneum can be considered tested at this point in time since it is already running for quite a while now
Dev (oliverw#218) * Payment Processing crash fix (invalid tablename balances_changes) * Drop Id column for shares table * Add index on table balance_changes * API Hashrate case consolidation
Dev (oliverw#216) * Ignore redundant ZMQ block hash updates for the same block from multiple daemons * Disable stratum method _suggest_difficulty_ for now * Job management change * Runtime info logging * Fixed GBX, CRC * Do not return stale miner performance stats via API * VarDiff maxDelta support * Validate Monero PaymentID on login * Do not send work until login is complete. Fixes oliverw#204 * Blake2s hash integration * Support for Legacy Bitcoin daemons. Fixes oliverw#77, oliverw#119 * Verge (XVG) integration * Neoscrypt fix * Legacy daemon fix * improved POW/POS check * Logging of block submissions * BlockRewardMultiplier * Increase Pg Command Timeout * Added payment audit-trail * Fixes oliverw#194
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