Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

Tags: oliverw/miningcore

Tags

v74

Toggle v74's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #1519 from oliverw/dev

Dev

v73

Toggle v73's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #1425 from oliverw/dev

Dev

v72

Toggle v72's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #1318 from oliverw/dev

Dev r72

v71

Toggle v71's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #1315 from oliverw/dev

Dev v71

v70

Toggle v70's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #1303 from oliverw/dev

dev v70

v69

Toggle v69's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #1207 from oliverw/dev

Dev

v68

Toggle v68's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #1130 from oliverw/oliverw

- Implement support for Postgres TLS
- Don't expose Ergo Wallet Password through API
- Don't expose confidential Tls information through API
- Fixed a bug that would delay job updates to all miners if the previous update was delayed due to a dead connection
- Remove artificial outbound stratum message length and optimize memory usage
- Re-introduce Ethereum Job backlog
- Build script fixes (@warren-ru)

v67

Toggle v67's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #1077 from oliverw/oliverw

Oliverw

v66

Toggle v66's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #1064 from oliverw/oliverw

Drop indexes not compatible with timestamptz

v65

Toggle v65's commit message
- Support for Raptoreum (RTM)

- Consolidate timestamp column types to timestamptz
- Update for npgsql 6.0 legacy timestamps (without time zone) with automatic runtime detection
- Removed the 0.1% Dev-Donation entirely
- Extended Coin metadata support (Website, Twitter, Discord, Telegram)
- Added JSON Schema for config.json and validation during load at runtime
- Fix build and test on Linux
- Added build-scripts for Windows and Linux
- Added hash algorithms: Ghostrider, Heavyhash, HMQ17, Sha256Csm, X16R V2
- Added cryptonight hash algorithms: Cryptonight Lite, Cryptonight Heavy, Cryptonight Pico, Argon and their respective sub-variants
- Upgraded librandomx to v1.1.10
- Improved Ethereum Sync status reporting
- Implement Ethereum Stratum Protocol v1 (Miningcore now supports both Stratum Protocols on the same port)
- Added support for TLS auto detection (Stratum Port Config Option: tlsAuto: true)