Skip to content

Commit 3924a16

Browse files
committed
Merge branch 'dev' of github.com:xmrig/xmrig into dev
2 parents 0bfd409 + 916ff33 commit 3924a16

File tree

1 file changed

+155
-155
lines changed

1 file changed

+155
-155
lines changed

CHANGELOG.md

+155-155
Original file line numberDiff line numberDiff line change
@@ -1,156 +1,156 @@
1-
# v2.6.0-beta2
2-
- Improved performance for `cryptonight v7` especially in double hash mode.
3-
- [#499](https://github.com/xmrig/xmrig/issues/499) IPv6 disabled for internal HTTP API by default, was cause issues on some systems.
4-
- Added short aliases for algorithm names: `cn`, `cn-lite` and `cn-heavy`.
5-
- Fixed regressions (v2.6.0-beta1 affected)
6-
- [#494](https://github.com/xmrig/xmrig/issues/494) Command line option `--donate-level` was broken.
1+
# v2.6.0-beta2
2+
- Improved performance for `cryptonight v7` especially in double hash mode.
3+
- [#499](https://github.com/xmrig/xmrig/issues/499) IPv6 disabled for internal HTTP API by default, was causing issues on some systems.
4+
- Added short aliases for algorithm names: `cn`, `cn-lite` and `cn-heavy`.
5+
- Fixed regressions (v2.6.0-beta1 affected)
6+
- [#494](https://github.com/xmrig/xmrig/issues/494) Command line option `--donate-level` was broken.
77
- [#502](https://github.com/xmrig/xmrig/issues/502) Build without libmicrohttpd was broken.
8-
- Fixed nonce calculation for `--av 4` (software AES, double hash) was cause reduction of effective hashrate and rejected shares on nicehash.
9-
10-
# v2.6.0-beta1
11-
- [#476](https://github.com/xmrig/xmrig/issues/476) **Added Cryptonight-Heavy support for Sumokoin ASIC resistance fork.**
12-
- HTTP server now runs in main loop, it make possible easy extend API without worry about thread synchronization.
13-
- Added initial graceful reload support, miner will reload configuration if config file changed, disabled by default until it will be fully implemented and tested.
14-
- Added API endpoint `PUT /1/config` to update current config.
15-
- Added API endpoint `GET /1/config` to get current active config.
16-
- Added API endpoint `GET /1/threads` to get current active threads configuration.
17-
- API endpoint `GET /` now deprecated, use `GET /1/summary` instead.
18-
- Added `--api-no-ipv6` and similar config option to disable IPv6 support for HTTP API.
19-
- Added `--api-no-restricted` to enable full access to api, this option has no effect if `--api-access-token` not specified.
20-
21-
# v2.5.2
22-
- [#448](https://github.com/xmrig/xmrig/issues/478) Fixed broken reconnect.
23-
24-
# v2.5.1
25-
- [#454](https://github.com/xmrig/xmrig/issues/454) Fixed build with libmicrohttpd version below v0.9.35.
26-
- [#456](https://github.com/xmrig/xmrig/issues/459) Verbose errors related to donation pool was not fully silenced.
27-
- [#459](https://github.com/xmrig/xmrig/issues/459) Fixed regression (version 2.5.0 affected) with connection to **xmr.f2pool.com**.
28-
29-
# v2.5.0
30-
- [#434](https://github.com/xmrig/xmrig/issues/434) **Added support for Monero v7 PoW, scheduled on April 6.**
31-
- Added full IPv6 support.
32-
- Added protocol extension, when use the miner with xmrig-proxy 2.5+ no more need manually specify `nicehash` option.
33-
- [#123](https://github.com/xmrig/xmrig-proxy/issues/123) Fixed regression (all versions since 2.4 affected) fragmented responses from pool/proxy was parsed incorrectly.
34-
- [#428](https://github.com/xmrig/xmrig/issues/428) Fixed regression (version 2.4.5 affected) with CPU cache size detection.
35-
36-
# v2.4.5
37-
- [#324](https://github.com/xmrig/xmrig/pull/324) Fixed build without libmicrohttpd (CMake cache issue).
38-
- [#341](https://github.com/xmrig/xmrig/issues/341) Fixed wrong exit code and added command line option `--dry-run`.
39-
- [#385](https://github.com/xmrig/xmrig/pull/385) Up to 20% performance increase for non-AES CPU and fixed Intel Core 2 cache detection.
40-
41-
# v2.4.4
42-
- Added libmicrohttpd version to --version output.
43-
- Fixed bug in singal handler, in some cases miner wasn't shutdown properly.
44-
- Fixed recent MSVC 2017 version detection.
45-
- [#279](https://github.com/xmrig/xmrig/pull/279) Fixed build on some macOS versions.
46-
47-
# v2.4.3
48-
- [#94](https://github.com/xmrig/xmrig/issues/94#issuecomment-342019257) [#216](https://github.com/xmrig/xmrig/issues/216) Added **ARMv8** and **ARMv7** support. Hardware AES supported, thanks [Imran Yusuff](https://github.com/imranyusuff).
49-
- [#157](https://github.com/xmrig/xmrig/issues/157) [#196](https://github.com/xmrig/xmrig/issues/196) Fixed Linux compile issues.
50-
- [#184](https://github.com/xmrig/xmrig/issues/184) Fixed cache size detection for CPUs with disabled Hyper-Threading.
51-
- [#200](https://github.com/xmrig/xmrig/issues/200) In some cases miner was doesn't write log to stdout.
52-
53-
# v2.4.2
54-
- [#60](https://github.com/xmrig/xmrig/issues/60) Added FreeBSD support, thanks [vcambur](https://github.com/vcambur).
55-
- [#153](https://github.com/xmrig/xmrig/issues/153) Fixed issues with dwarfpool.com.
56-
57-
# v2.4.1
58-
- [#147](https://github.com/xmrig/xmrig/issues/147) Fixed comparability with monero-stratum.
59-
60-
# v2.4.0
61-
- Added [HTTP API](https://github.com/xmrig/xmrig/wiki/API).
62-
- Added comments support in config file.
63-
- libjansson replaced to rapidjson.
64-
- [#98](https://github.com/xmrig/xmrig/issues/98) Ignore `keepalive` option with minergate.com and nicehash.com.
65-
- [#101](https://github.com/xmrig/xmrig/issues/101) Fixed MSVC 2017 (15.3) compile time version detection.
66-
- [#108](https://github.com/xmrig/xmrig/issues/108) Silently ignore invalid values for `donate-level` option.
67-
- [#111](https://github.com/xmrig/xmrig/issues/111) Fixed build without AEON support.
68-
69-
# v2.3.1
70-
- [#68](https://github.com/xmrig/xmrig/issues/68) Fixed compatibility with Docker containers, was nothing print on console.
71-
72-
# v2.3.0
73-
- Added `--cpu-priority` option (0 idle, 2 normal to 5 highest).
74-
- Added `--user-agent` option, to set custom user-agent string for pool. For example `cpuminer-multi/0.1`.
75-
- Added `--no-huge-pages` option, to disable huge pages support.
76-
- [#62](https://github.com/xmrig/xmrig/issues/62) Don't send the login to the dev pool.
77-
- Force reconnect if pool block miner IP address. helps switch to backup pool.
78-
- Fixed: failed open default config file if path contains non English characters.
79-
- Fixed: error occurred if try use unavailable stdin or stdout, regression since version 2.2.0.
80-
- Fixed: message about huge pages support successfully enabled on Windows was not shown in release builds.
81-
82-
# v2.2.1
83-
- Fixed [terminal issues](https://github.com/xmrig/xmrig-proxy/issues/2#issuecomment-319914085) after exit on Linux and OS X.
84-
85-
# v2.2.0
86-
- [#46](https://github.com/xmrig/xmrig/issues/46) Restored config file support. Now possible use multiple config files and combine with command line options also added support for default config.
87-
- Improved colors support on Windows, now used uv_tty, legacy code removed.
88-
- QuickEdit Mode now disabled on Windows.
89-
- Added interactive commands in console window:: **h**ashrate, **p**ause, **r**esume.
90-
- Fixed autoconf mode for AMD FX CPUs.
91-
92-
# v2.1.0
93-
- [#40](https://github.com/xmrig/xmrig/issues/40)
94-
Improved miner shutdown, fixed crash on exit for Linux and OS X.
95-
- Fixed, login request was contain malformed JSON if username or password has some special characters for example `\`.
96-
- [#220](https://github.com/fireice-uk/xmr-stak-cpu/pull/220) Better support for Round Robin DNS, IP address now always chosen randomly instead of stuck on first one.
97-
- Changed donation address, new [xmrig-proxy](https://github.com/xmrig/xmrig-proxy) is coming soon.
98-
99-
# v2.0.2
100-
- Better deal with possible duplicate jobs from pool, show warning and ignore duplicates.
101-
- For Windows builds libuv updated to version 1.13.1 and gcc to 7.1.0.
102-
103-
# v2.0.1
104-
- [#27](https://github.com/xmrig/xmrig/issues/27) Fixed possibility crash on 32bit systems.
105-
106-
# v2.0.0
107-
- Option `--backup-url` removed, instead now possibility specify multiple pools for example: `-o example1.com:3333 -u user1 -p password1 -k -o example2.com:5555 -u user2 -o example3.com:4444 -u user3`
108-
- [#15](https://github.com/xmrig/xmrig/issues/15) Added option `-l, --log-file=FILE` to write log to file.
109-
- [#15](https://github.com/xmrig/xmrig/issues/15) Added option `-S, --syslog` to use syslog for logging, Linux only.
110-
- [#18](https://github.com/xmrig/xmrig/issues/18) Added nice messages for accepted/rejected shares with diff and network latency.
111-
- [#20](https://github.com/xmrig/xmrig/issues/20) Fixed `--cpu-affinity` for more than 32 threads.
112-
- Fixed Windows XP support.
113-
- Fixed regression, option `--no-color` was not fully disable colored output.
114-
- Show resolved pool IP address in miner output.
115-
116-
# v1.0.1
117-
- Fix broken software AES implementation, app has crashed if CPU not support AES-NI, only version 1.0.0 affected.
118-
119-
# v1.0.0
120-
- Miner complete rewritten in C++ with libuv.
121-
- This version should be fully compatible (except config file) with previos versions, many new nice features will come in next versions.
122-
- This is still beta. If you found regression, stability or perfomance issues or have an idea for new feature please fell free to open new [issue](https://github.com/xmrig/xmrig/issues/new).
123-
- Added new option `--print-time=N`, print hashrate report every N seconds.
124-
- New hashrate reports, by default every 60 secons.
125-
- Added Microsoft Visual C++ 2015 and 2017 support.
126-
- Removed dependency on libcurl.
127-
- To compile this version from source please switch to [dev](https://github.com/xmrig/xmrig/tree/dev) branch.
128-
129-
# v0.8.2
130-
- Fixed L2 cache size detection for AMD CPUs (Bulldozer/Piledriver/Steamroller/Excavator architecture).
131-
132-
# v0.8.2
133-
- Fixed L2 cache size detection for AMD CPUs (Bulldozer/Piledriver/Steamroller/Excavator architecture).
134-
- Fixed gcc 7.1 support.
135-
136-
# v0.8.1
137-
- Added nicehash support, detects automaticaly by pool URL, for example `cryptonight.eu.nicehash.com:3355` or manually via option `--nicehash`.
138-
139-
# v0.8.0
140-
- Added double hash mode, also known as lower power mode. `--av=2` and `--av=4`.
141-
- Added smart automatic CPU configuration. Default threads count now depends on size of the L3 cache of CPU.
142-
- Added CryptoNight-Lite support for AEON `-a cryptonight-lite`.
143-
- Added `--max-cpu-usage` option for auto CPU configuration mode.
144-
- Added `--safe` option for adjust threads and algorithm variations to current CPU.
145-
- No more manual steps to enable huge pages on Windows. XMRig will do it automatically.
146-
- Removed BMI2 algorithm variation.
147-
- Removed default pool URL.
148-
149-
# v0.6.0
150-
- Added automatic cryptonight self test.
151-
- New software AES algorithm variation. Will be automatically selected if cpu not support AES-NI.
152-
- Added 32 bit builds.
153-
- Documented [algorithm variations](https://github.com/xmrig/xmrig#algorithm-variations).
154-
155-
# v0.5.0
156-
- Initial public release.
8+
- Fixed nonce calculation for `--av 4` (software AES, double hash) was causing reduction of effective hashrate and rejected shares on nicehash.
9+
10+
# v2.6.0-beta1
11+
- [#476](https://github.com/xmrig/xmrig/issues/476) **Added Cryptonight-Heavy support for Sumokoin ASIC resistance fork.**
12+
- HTTP server now runs in main loop, it make possible easy extend API without worry about thread synchronization.
13+
- Added initial graceful reload support, miner will reload configuration if config file changed, disabled by default until it will be fully implemented and tested.
14+
- Added API endpoint `PUT /1/config` to update current config.
15+
- Added API endpoint `GET /1/config` to get current active config.
16+
- Added API endpoint `GET /1/threads` to get current active threads configuration.
17+
- API endpoint `GET /` now deprecated, use `GET /1/summary` instead.
18+
- Added `--api-no-ipv6` and similar config option to disable IPv6 support for HTTP API.
19+
- Added `--api-no-restricted` to enable full access to api, this option has no effect if `--api-access-token` not specified.
20+
21+
# v2.5.2
22+
- [#448](https://github.com/xmrig/xmrig/issues/478) Fixed broken reconnect.
23+
24+
# v2.5.1
25+
- [#454](https://github.com/xmrig/xmrig/issues/454) Fixed build with libmicrohttpd version below v0.9.35.
26+
- [#456](https://github.com/xmrig/xmrig/issues/459) Verbose errors related to donation pool was not fully silenced.
27+
- [#459](https://github.com/xmrig/xmrig/issues/459) Fixed regression (version 2.5.0 affected) with connection to **xmr.f2pool.com**.
28+
29+
# v2.5.0
30+
- [#434](https://github.com/xmrig/xmrig/issues/434) **Added support for Monero v7 PoW, scheduled on April 6.**
31+
- Added full IPv6 support.
32+
- Added protocol extension, when use the miner with xmrig-proxy 2.5+ no more need manually specify `nicehash` option.
33+
- [#123](https://github.com/xmrig/xmrig-proxy/issues/123) Fixed regression (all versions since 2.4 affected) fragmented responses from pool/proxy was parsed incorrectly.
34+
- [#428](https://github.com/xmrig/xmrig/issues/428) Fixed regression (version 2.4.5 affected) with CPU cache size detection.
35+
36+
# v2.4.5
37+
- [#324](https://github.com/xmrig/xmrig/pull/324) Fixed build without libmicrohttpd (CMake cache issue).
38+
- [#341](https://github.com/xmrig/xmrig/issues/341) Fixed wrong exit code and added command line option `--dry-run`.
39+
- [#385](https://github.com/xmrig/xmrig/pull/385) Up to 20% performance increase for non-AES CPU and fixed Intel Core 2 cache detection.
40+
41+
# v2.4.4
42+
- Added libmicrohttpd version to --version output.
43+
- Fixed bug in singal handler, in some cases miner wasn't shutdown properly.
44+
- Fixed recent MSVC 2017 version detection.
45+
- [#279](https://github.com/xmrig/xmrig/pull/279) Fixed build on some macOS versions.
46+
47+
# v2.4.3
48+
- [#94](https://github.com/xmrig/xmrig/issues/94#issuecomment-342019257) [#216](https://github.com/xmrig/xmrig/issues/216) Added **ARMv8** and **ARMv7** support. Hardware AES supported, thanks [Imran Yusuff](https://github.com/imranyusuff).
49+
- [#157](https://github.com/xmrig/xmrig/issues/157) [#196](https://github.com/xmrig/xmrig/issues/196) Fixed Linux compile issues.
50+
- [#184](https://github.com/xmrig/xmrig/issues/184) Fixed cache size detection for CPUs with disabled Hyper-Threading.
51+
- [#200](https://github.com/xmrig/xmrig/issues/200) In some cases miner was doesn't write log to stdout.
52+
53+
# v2.4.2
54+
- [#60](https://github.com/xmrig/xmrig/issues/60) Added FreeBSD support, thanks [vcambur](https://github.com/vcambur).
55+
- [#153](https://github.com/xmrig/xmrig/issues/153) Fixed issues with dwarfpool.com.
56+
57+
# v2.4.1
58+
- [#147](https://github.com/xmrig/xmrig/issues/147) Fixed comparability with monero-stratum.
59+
60+
# v2.4.0
61+
- Added [HTTP API](https://github.com/xmrig/xmrig/wiki/API).
62+
- Added comments support in config file.
63+
- libjansson replaced to rapidjson.
64+
- [#98](https://github.com/xmrig/xmrig/issues/98) Ignore `keepalive` option with minergate.com and nicehash.com.
65+
- [#101](https://github.com/xmrig/xmrig/issues/101) Fixed MSVC 2017 (15.3) compile time version detection.
66+
- [#108](https://github.com/xmrig/xmrig/issues/108) Silently ignore invalid values for `donate-level` option.
67+
- [#111](https://github.com/xmrig/xmrig/issues/111) Fixed build without AEON support.
68+
69+
# v2.3.1
70+
- [#68](https://github.com/xmrig/xmrig/issues/68) Fixed compatibility with Docker containers, was nothing print on console.
71+
72+
# v2.3.0
73+
- Added `--cpu-priority` option (0 idle, 2 normal to 5 highest).
74+
- Added `--user-agent` option, to set custom user-agent string for pool. For example `cpuminer-multi/0.1`.
75+
- Added `--no-huge-pages` option, to disable huge pages support.
76+
- [#62](https://github.com/xmrig/xmrig/issues/62) Don't send the login to the dev pool.
77+
- Force reconnect if pool block miner IP address. helps switch to backup pool.
78+
- Fixed: failed open default config file if path contains non English characters.
79+
- Fixed: error occurred if try use unavailable stdin or stdout, regression since version 2.2.0.
80+
- Fixed: message about huge pages support successfully enabled on Windows was not shown in release builds.
81+
82+
# v2.2.1
83+
- Fixed [terminal issues](https://github.com/xmrig/xmrig-proxy/issues/2#issuecomment-319914085) after exit on Linux and OS X.
84+
85+
# v2.2.0
86+
- [#46](https://github.com/xmrig/xmrig/issues/46) Restored config file support. Now possible use multiple config files and combine with command line options also added support for default config.
87+
- Improved colors support on Windows, now used uv_tty, legacy code removed.
88+
- QuickEdit Mode now disabled on Windows.
89+
- Added interactive commands in console window:: **h**ashrate, **p**ause, **r**esume.
90+
- Fixed autoconf mode for AMD FX CPUs.
91+
92+
# v2.1.0
93+
- [#40](https://github.com/xmrig/xmrig/issues/40)
94+
Improved miner shutdown, fixed crash on exit for Linux and OS X.
95+
- Fixed, login request was contain malformed JSON if username or password has some special characters for example `\`.
96+
- [#220](https://github.com/fireice-uk/xmr-stak-cpu/pull/220) Better support for Round Robin DNS, IP address now always chosen randomly instead of stuck on first one.
97+
- Changed donation address, new [xmrig-proxy](https://github.com/xmrig/xmrig-proxy) is coming soon.
98+
99+
# v2.0.2
100+
- Better deal with possible duplicate jobs from pool, show warning and ignore duplicates.
101+
- For Windows builds libuv updated to version 1.13.1 and gcc to 7.1.0.
102+
103+
# v2.0.1
104+
- [#27](https://github.com/xmrig/xmrig/issues/27) Fixed possibility crash on 32bit systems.
105+
106+
# v2.0.0
107+
- Option `--backup-url` removed, instead now possibility specify multiple pools for example: `-o example1.com:3333 -u user1 -p password1 -k -o example2.com:5555 -u user2 -o example3.com:4444 -u user3`
108+
- [#15](https://github.com/xmrig/xmrig/issues/15) Added option `-l, --log-file=FILE` to write log to file.
109+
- [#15](https://github.com/xmrig/xmrig/issues/15) Added option `-S, --syslog` to use syslog for logging, Linux only.
110+
- [#18](https://github.com/xmrig/xmrig/issues/18) Added nice messages for accepted/rejected shares with diff and network latency.
111+
- [#20](https://github.com/xmrig/xmrig/issues/20) Fixed `--cpu-affinity` for more than 32 threads.
112+
- Fixed Windows XP support.
113+
- Fixed regression, option `--no-color` was not fully disable colored output.
114+
- Show resolved pool IP address in miner output.
115+
116+
# v1.0.1
117+
- Fix broken software AES implementation, app has crashed if CPU not support AES-NI, only version 1.0.0 affected.
118+
119+
# v1.0.0
120+
- Miner complete rewritten in C++ with libuv.
121+
- This version should be fully compatible (except config file) with previos versions, many new nice features will come in next versions.
122+
- This is still beta. If you found regression, stability or perfomance issues or have an idea for new feature please fell free to open new [issue](https://github.com/xmrig/xmrig/issues/new).
123+
- Added new option `--print-time=N`, print hashrate report every N seconds.
124+
- New hashrate reports, by default every 60 secons.
125+
- Added Microsoft Visual C++ 2015 and 2017 support.
126+
- Removed dependency on libcurl.
127+
- To compile this version from source please switch to [dev](https://github.com/xmrig/xmrig/tree/dev) branch.
128+
129+
# v0.8.2
130+
- Fixed L2 cache size detection for AMD CPUs (Bulldozer/Piledriver/Steamroller/Excavator architecture).
131+
132+
# v0.8.2
133+
- Fixed L2 cache size detection for AMD CPUs (Bulldozer/Piledriver/Steamroller/Excavator architecture).
134+
- Fixed gcc 7.1 support.
135+
136+
# v0.8.1
137+
- Added nicehash support, detects automaticaly by pool URL, for example `cryptonight.eu.nicehash.com:3355` or manually via option `--nicehash`.
138+
139+
# v0.8.0
140+
- Added double hash mode, also known as lower power mode. `--av=2` and `--av=4`.
141+
- Added smart automatic CPU configuration. Default threads count now depends on size of the L3 cache of CPU.
142+
- Added CryptoNight-Lite support for AEON `-a cryptonight-lite`.
143+
- Added `--max-cpu-usage` option for auto CPU configuration mode.
144+
- Added `--safe` option for adjust threads and algorithm variations to current CPU.
145+
- No more manual steps to enable huge pages on Windows. XMRig will do it automatically.
146+
- Removed BMI2 algorithm variation.
147+
- Removed default pool URL.
148+
149+
# v0.6.0
150+
- Added automatic cryptonight self test.
151+
- New software AES algorithm variation. Will be automatically selected if cpu not support AES-NI.
152+
- Added 32 bit builds.
153+
- Documented [algorithm variations](https://github.com/xmrig/xmrig#algorithm-variations).
154+
155+
# v0.5.0
156+
- Initial public release.

0 commit comments

Comments
 (0)