Skip to content

Tags: Heraisu/miningcore

Tags

0.16

Toggle 0.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

0.15

Toggle 0.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

0.14

Toggle 0.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

0.13

Toggle 0.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

0.12

Toggle 0.12's commit message
Merge branch 'dev' of https://github.com/coinfoundry/miningcore

# Conflicts:
#	src/MiningCore/Persistence/Model/Projections/MinerStats.cs

0.11

Toggle 0.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

0.10

Toggle 0.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Dev (oliverw#126)

* Log block height for balance changes

* Fix share traversal

* Log one address per line