Skip to content

Tags: a1binos/miningcore

Tags

0.19

Toggle 0.19's commit message
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

0.18

Toggle 0.18's commit message

Verified

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

0.17

Toggle 0.17's commit message

Verified

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

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