Skip to content

Tags: ultra-pool/miningcore

Tags

v50

Toggle v50's commit message

Verified

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

* Fix db creation scripts

v49

Toggle v49's commit message

Verified

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

* Added X25x hash support
* Hashrate and other performance statistics finally get reset for inactive pools, miner and workers
* Added PostgreSQL performance enhancing notes to README
* Implemented SSL/TLS Support for Rest-API - Courtesy of @uurcm16 
* Unnecessary arguments to the <code>getblocktemplate</code> RPC have been removed
* Streamlined job-refresh logging
* Updated several packages to latest upstream

v48

Toggle v48's commit message
Added Api SSL Support (oliverw#629)

* Update Program.cs

Api SSL Support

* Update ClusterConfig.cs

SSL Support

* GZip Compression added for Api Requests

v47

Toggle v47's commit message

Verified

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

* Fix appveyor builds
* Bump NLog from 4.5.11 to 4.6.1 in /src/Miningcore (oliverw#593)
* Bump prometheus-net from 3.0.3 to 3.1.0 in /src/Miningcore (oliverw#592)
* Bump NBitcoin from 4.1.1.82 to 4.1.1.96 in /src/Miningcore (oliverw#591)
* Bump FluentValidation from 8.1.3 to 8.2.0 in /src/Miningcore (oliverw#590)
* Bump FluentValidation.ValidatorAttribute in /src/Miningcore (oliverw#589)
* Bump Autofac from 4.9.1 to 4.9.2 in /src/Miningcore (oliverw#583)
* Bump McMaster.Extensions.CommandLineUtils in /src/Miningcore (oliverw#580)
* Bump AspNetCoreRateLimit from 3.0.2 to 3.0.3 in /src/Miningcore (oliverw#579)
* Bump Polly from 7.0.3 to 7.1.0 in /src/Miningcore (oliverw#578)
* Bump prometheus-net.AspNetCore from 3.0.3 to 3.1.0 in /src/Miningcore (oliverw#588)
* Bump JetBrains.Annotations from 2018.3.0 to 2019.1.1 in /src/Miningcore (oliverw#587)
* Bump Dapper from 1.50.7 to 1.60.6 in /src/Miningcore (oliverw#586)
* Add .editorconfig
* Formatting pass
* Add .editorconfig to solution
* Bump NBitcoin from 4.1.1.96 to 4.1.1.97 in /src/Miningcore (oliverw#594)

v46

Toggle v46's commit message

Verified

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

* Upgrade to Net Core 2.2
* README.md
* Lyra3 support
* Fix linux-build.sh
* Update Vertcoin for Lyra3 Hardfork
* Cryptonight CNv4 (aka CryptonightR) support for upcoming Monero hard fork

v45

Toggle v45's commit message

Verified

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

* Eliminate BlockrewardMultiplier and read actual block-reward from coinbase-tx
* Log bitcoin family shares with actual stratum diff
* sslstream disposing was still not 100% ensured
* PAC coin support
* Config overridable coinbase tx comments
* Improved Http connection pooling
* Publish Hashrate updated notification on WebSocket
* More block notification properties
* camelcase enum serialization
* Fix <code>sendmany</code> RPC rounding problems with Bitcoin Core 0.17
* Dash v13 support
* Enhance pool/blocks API with block state parameter support
* x22i hash support
* Payee support
* Ban on SSL handshake error

v44

Toggle v44's commit message
Bump NBitcoin from 4.1.1.66 to 4.1.1.67 in /src/Miningcore (oliverw#456)

Bumps [NBitcoin](https://github.com/MetacoSA/NBitcoin) from 4.1.1.66 to 4.1.1.67.
- [Release notes](https://github.com/MetacoSA/NBitcoin/releases)
- [Commits](MetacoSA/NBitcoin@v4.1.1.66...v4.1.1.67)

Signed-off-by: dependabot[bot] <support@dependabot.com>

v43

Toggle v43's commit message

Verified

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

* More flexible parameters for pool/performance API
* Fix network difficulty recorded with poolstats for Bitcoin family coins
* Added Balance related Admin-APIs
* Add Miner to BlockUnlockedNotification
* Implemented overt ASIC-boost stratum extension

v42

Toggle v42's commit message
Bump MailKit from 2.0.6 to 2.0.7 in /src/Miningcore (oliverw#451)

Bumps [MailKit](https://github.com/jstedfast/MailKit) from 2.0.6 to 2.0.7.
- [Release notes](https://github.com/jstedfast/MailKit/releases)
- [Changelog](https://github.com/jstedfast/MailKit/blob/master/ReleaseNotes.md)
- [Commits](jstedfast/MailKit@2.0.6...2.0.7)

Signed-off-by: dependabot[bot] <support@dependabot.com>

v41

Toggle v41's commit message

Verified

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

* Ethereum geth compatibility fixes
* Added missing await for miner performance API endpoint. Fixes oliverw#441.
* Add nextBits and nextTarget to pool.networkStats (oliverw#443)