Commit graph

97 commits

Author SHA1 Message Date
Ben Gräf
1f460b388a Cleanup 2019-07-30 22:25:37 +02:00
Ben Gräf
a5f1bee515 Fixes and #1.9.3 Preparation 2019-04-27 19:56:26 +02:00
Ben Gräf
b58b622715 Changelog 2019-04-26 21:11:06 +02:00
Ben Gräf
ff4058a2a9
Integrated CN-UPX2/extremelite (#247)
* WIP

* Added win/asm for upx2

* Added donation servers and fixed windows ASM variant

* #1.9.2 preparation
2019-04-24 22:34:30 +02:00
Ben Gräf
650de91742 Preparation #1.9.1 2019-03-06 21:52:25 +01:00
Ben Gräf
d6e2621b74
Update CHANGELOG.md 2019-03-06 07:54:54 +01:00
Ben Gräf
862c34b31e
#1.9.0 (#236)
# 1.9.0
- Integrated Monero CN-R variant so called CNv4, aka CN-R, aka CNv5, aka Cryptonight-R #233 (algo: "cryptonight", variant: "r")
- Integrated Wownero CN-R variant #233 (algo: "cryptonight", variant: "wow")
- Integrated Graft variant (algo: "cryptonight", variant: "rwz" OR variant: "graft")
- Integrated X-Cash variant #234 (algo: "cryptonight", variant: "double" OR variant: "heavyx" OR variant: "xcash")
- Integrated Zelerius variant (algo: "cryptonight", variant: "zls" OR variant: "zelerius")
- Add miner version column to the Dashboard (version turns red when its outdated)
- Fixed crash when remote logging is disabled
2019-03-05 23:49:32 +01:00
Ben Gräf
b01fe7c5ae #1.8.13 Preparation 2019-02-10 17:57:33 +01:00
Ben Gräf
965c91040c Upgraded changelog 2019-01-29 21:22:32 +01:00
Ben Gräf
9a28900750 #1.8.12 Preparation 2019-01-28 22:50:06 +01:00
Ben Gräf
03d61ffc6c
Update CHANGELOG.md 2019-01-24 22:19:07 +01:00
Ben Gräf
69025b39d7 #1.8.11 Preparation 2019-01-24 22:10:21 +01:00
Ben Gräf
6574a8e844 2019-01-14 22:50:12 +01:00
Ben Gräf
4c995ea443
Integrated cryptonight-ultralite + optimizations (#226)
* Integrated cryptonight-ultralite + optimizations
2019-01-13 14:40:11 +00:00
Ben Gräf
1273e45e46
Integrated new Algos (#224)
- Added XLT v5/9 with autodetect(algo: "cryptonight", variant: "xtl" (autodetect), "xtlv9" (force v9))
- Added cn-lite variant UPX/uPlexa (algo: "cryptonight-lite", variant "upx")
- Added force-pow-variant parameter to force usage of the variant from the config and skip parsing of pow/variant from job/pool
2019-01-04 18:34:48 +00:00
Ben Gräf
a58882ce82 2018-12-28 17:34:43 +01:00
Ben Gräf
cc8b117aa7
Telegram support and more notificatons (#217)
# 1.8.6
- Integrated Telegram push notifications
- Fixed multi miner editor
- Added miner offline/online status push notification
- Added 0/recovered hashrate push notification
2018-12-10 14:20:51 +01:00
BenDr0id
22f151deab #1.8.5 preparation 2018-11-28 14:21:41 +01:00
Ben Gräf
7167d6f734 2018-11-18 14:58:40 +01:00
Ben Gräf
eebf62cd6a 2018-10-21 20:18:16 +02:00
Ben Gräf
38677f8a2b 2018-10-19 20:29:17 +02:00
BenDr0id
9b0ec951b4 Added ASM for cn-lite v1 support 2018-10-16 11:18:33 +02:00
Ben Gräf
4e50098b29 #1.8.0 Preparation 2018-10-16 00:31:25 +02:00
Ben Gräf
088c28cbda
#1.7.0 (#160)
# 1.7.0
- First official Release of XMRigCC-amd #33 #3
- Full integration of xmrigCC-amd into XMRigCCServer/Dashboard with GPUInfo / remote logging
- Config property to enable/disable config upload on startup (--cc-upload-config-on-startup) #80
- Refactoring of remote logging feature: #143
    - Only deltas will be send to the XMRigCCServer
    - Fetching miner log on dashboard upon need
    - Maximum lines of log history kept per miner can be configured on XMRigCCServer 
- Fix correct hugepages status on Dashboard
- Fix cpu affinity for single thread usage
- Add all needed security infos to XMRigCCServer logging to harden the server (f.e. fail2ban)
- Fix commandline params overwrite config.json #157
- Fix building miner with API support #145
2018-08-26 19:43:52 +02:00
BenDr0id
9b03c037f8 cleanup 2018-08-16 13:35:19 +02:00
BenDr0id
a361952179 1.7.0-beta1 preparations 2018-08-16 13:20:27 +02:00
Ben Gräf
9ff4ec3288 Cleanup hugepages status 2018-07-12 12:48:58 +02:00
Ben Gräf
c7f133a6e3 Preparation #1.6.5 2018-06-26 20:44:28 +02:00
Ben Gräf
58f7604e7c
Update CHANGELOG.md 2018-06-15 13:44:41 +02:00
Ben Gräf
e134fde213
Update CHANGELOG.md 2018-06-15 08:49:33 +02:00
Ben Gräf
c81d74d843
Update changelog for 1.6.4 2018-06-15 08:45:03 +02:00
Ben Gräf
f54ce3c95c
Merged features for # 1.6.3 (#114)
- Added shift+click function for multi row selection to Dashboard
- Added -DBUILD_STATIC=ON/OFF option to CMake configuration to create fully static builds
- Added current algo and list of supported_varaints to login message for future usage on proxy
- Added support for latest Stellite (XTL) and Alloy (XAO) variants
- Simplification of configuration, "force-pow-variant" and "cryptonight-lite-ipbc" parameters are now deprecated see [Coin Configuration](https://github.com/Bendr0id/xmrigCC/wiki/Coin-configurations) for guidance
- Fixed leaks in transport shutdown
2018-05-23 23:23:49 +02:00
BenDr0id
f0039013b5 Bumped version to 1.6.2 2018-04-19 17:23:24 +02:00
BenDr0id
84ba73120f Changenlog 2018-04-19 17:20:46 +02:00
BenDroid
abf623da82 Preparation #1.6.1 2018-04-18 22:06:05 +02:00
BenDroid
b7702cf15e 1.6.0-final Preparation 2018-04-16 21:24:33 +02:00
BenDroid
cf54111544 Preparation of #1.5.5 2018-03-31 15:17:52 +02:00
BenDroid
0437583331 Updated Changelog 2018-03-29 21:37:14 +02:00
Ben Gräf
5a8ae614d2 Release v1.5.3 (#81)
- Fixed Bad/Invalid shares and high share transmit latency
- Fixed hugepages for some older linux versions
- Added force algo variant by xmrig-proxy 2.5.x+
- Added auto force of nicehash param by xmrig-proxy 2.5.x+
- Partial rebase of XMRig 2.5.2
2018-03-29 21:31:57 +02:00
BenDroid
56886534d4 Updted changelog 2018-03-25 14:47:08 +02:00
BenDroid
ac2980cea7 # 1.5.2 Preparation
- Fixed OSX Build- Fixed force PoW algo version 
- Added AEON test vectors for new PoW Algo
- Changed DonateStrategy to latest XMRig to avoid peaks on donate pool when restarting multiple miners
2018-03-24 23:44:47 +01:00
BenDroid
8b2424b97a Cleanup 2018-03-16 22:07:04 +01:00
BenDroid
0299ec8888 Preparation 1.5.1 2018-03-16 21:37:34 +01:00
BenDroid
17f00585c9 Prepared v1.5.1 2018-03-13 21:07:44 +01:00
BenDroid
1c123868a5 Preparation for release 1.5.0 2018-03-03 12:25:27 +01:00
Ben Gräf
acf27e9341 Preparation for #1.4.0 (#30)
- Fixed CPU affinity on Windows for NUMA and CPUs with lot of cores
- Implemented per thread configurable Multihash mode (double, triple, quadruple, quintuple)
- Rebased from XMRig 2.4.4
2018-01-19 19:42:06 +01:00
BenDroid
60c72eaaea Preparation for #1.3.2 2018-01-14 19:15:08 +01:00
BenDroid
0d652508b1 Preparation for #1.3.1 2018-01-04 21:19:13 +01:00
BenDroid
9ef2eea854 Preparation for #1.3.0 2017-12-27 13:33:39 +01:00
BenDroid
90f3bc9e4e Updated version/changelog 2017-12-20 21:03:08 +01:00