Commit graph

828 commits

Author SHA1 Message Date
Ben Gräf
3e57539e91 Added resetClientStatusList button to Dashboard #129 2018-06-12 21:13:09 +02:00
Ben Gräf
f4bd7c1ca3
Update BoostConnection.h 2018-06-12 11:39:40 +02:00
Ben Gräf
b379f21cb3
Fix connection issues and add enhancement to the Dashboard (#130)
* Fix connection errors when doing DNS lookup
* Fix connection handling when an error occurs
* Add remote logging feature
* Add algo variant to dashboard
2018-06-12 09:15:04 +02:00
Ben Gräf
872fce72b5
Update README.md 2018-06-07 10:21:01 +02:00
Ben Gräf
7d667ef9c5
Update README.md 2018-05-25 11:07:38 +02:00
Ben Gräf
1c4914b64e Updated default configs and help printout 2018-05-24 21:13:43 +02:00
Ben Gräf
58bafab243
Update appveyor.yml 2018-05-24 16:07:09 +02:00
Ben Gräf
e65ea5594c
Update Dockerfile 2018-05-24 11:03:59 +02:00
Ben Gräf
e3b1a80039
Update Dockerfile 2018-05-24 10:54:42 +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
Ben Gräf
dc6bcacaed
Fixed leak in Logger 2018-04-22 07:04:07 +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
BenDr0id
8b6c062c90 Fixed crashes on 32bit Windows 2018-04-19 17:19:23 +02:00
Ben Gräf
581cf9794d
Update Job.h 2018-04-19 16:05:33 +02:00
BenDroid
abf623da82 Preparation #1.6.1 2018-04-18 22:06:05 +02:00
Ben Gräf
a5c311fad8
Integrate new algo "cryptonight-lite-ipbc" (#100) 2018-04-18 21:50:00 +02:00
Ben Gräf
9ea520a3a4
Fixed server crash when auth header is wrong 2018-04-17 15:01:09 +02:00
BenDroid
062a638066 Fixing docker build 2018-04-16 23:34:35 +02:00
BenDroid
7d5e2d671e Removed debug logging in XMRIgDaemon 2018-04-16 22:25:04 +02:00
BenDroid
b7702cf15e 1.6.0-final Preparation 2018-04-16 21:24:33 +02:00
BenDr0id
0d003c9a51 For boost we always use static binaries 2018-04-16 15:59:30 +02:00
BenDr0id
6f31f88db3 Cleanup build scripts 2018-04-16 15:42:14 +02:00
BenDr0id
ad007007f8 Fixing build for windows 2018-04-16 15:25:04 +02:00
Ben Gräf
66aa418384 Added boost to appveyor build 2018-04-16 10:33:40 +02:00
BenDroid
bde933d226 Cleanup 2018-04-14 23:50:51 +02:00
BenDroid
3e4f553aef Fixed disconnect issues 2018-04-14 23:49:38 +02:00
BenDroid
09548d6b3b Fixed disconnect 2018-04-14 23:47:45 +02:00
BenDroid
10163ffe94 Changed version to beta2 2018-04-14 21:13:35 +02:00
BenDroid
8ad1436de4 Dockerfile fixes 2018-04-14 21:10:51 +02:00
BenDroid
6055309a9c Added missing -y to dockerfile 2018-04-14 20:54:48 +02:00
BenDroid
b6500b9d3f Dockerfile fixes 2018-04-14 20:53:36 +02:00
BenDroid
1c6f96b523 Cleanup dockerfile 2018-04-14 20:45:37 +02:00
BenDroid
51e7b34965 Fixed typo in dockerfile 2018-04-14 20:35:20 +02:00
BenDroid
06eb6612ac Cleanup dockerfile 2018-04-14 20:33:55 +02:00
BenDroid
275bf3e5cf Fixing docker buiild 2018-04-14 20:29:44 +02:00
BenDroid
495efb8373 Fixed dockerbuilg 2018-04-14 20:16:01 +02:00
Ben Gräf
df084acff6 Reimplement whole stratum network communication with boost::asio (#90)
Logger is now thread safe
2018-04-14 19:55:13 +02:00
BenDroid
15d752d9e0 Updated default config files and documentation 2018-04-07 21:50:39 +02:00
Ben Gräf
1ce9d2bf3c Implemented CN-Heavy algo, Algo tests and fixed n-loop variants (#86)
* Debouncing of connection retry when connecting donation server fails
* When PoW variant is set on proxy, it will overrule local set PoW
* Implementation of cn_heavy algo
* Added self test for cn-heavy
* Fixed n-loop variant of powV2 and cn-heavy
* Fixed n-loop variant of powV2 and added cn-heavy for ARM
* Fixing n-loop for arm
* Limited cn-heavy to max hashfactor 3 on higher seltest fails.
* Removed a lot of casts
* Fixed algo selftest
2018-04-07 21:20:24 +02:00
BenDroid
06bb082041 Changed donation urls for forced POW2 2018-04-04 23:21:53 +02:00
BenDroid
7bd86cac20 Fixed crash in reconnecting / net_free 2018-04-02 23:31:44 +02:00
BenDroid
aed6787f40 Fixed strange gcc Win32 segfault 2018-04-01 01:20:45 +02:00
BenDroid
ad78580c18 Changed version to 1.5.5 2018-03-31 21:48:23 +02:00
BenDroid
b415ea317a Update Readme.md 2018-03-31 15:36:21 +02:00
BenDroid
f8c8538a02 Updated readme.md 2018-03-31 15:35:30 +02:00
BenDroid
cf54111544 Preparation of #1.5.5 2018-03-31 15:17:52 +02:00
BenDroid
68db2f613a Fixed XMRigDaemin for windows. In now also restarts on Segfaults 2018-03-31 10:46:23 +02:00
BenDroid
e81aaa8280 Fixed reconnecting in case of errors 2018-03-30 21:57:41 +02:00
BenDroid
93ef680a21 XMRigd now restarts miner in a case of segfault 2018-03-30 20:43:46 +02:00