Commit Graph

136 Commits

Author SHA1 Message Date
XMRig
fb733bff2b Added TLS fingerprint validation. 2018-09-16 08:14:22 +03:00
XMRig
d752cad27d Show TLS version. 2018-09-16 06:35:49 +03:00
XMRig
0b630f6e7d #692 Add support for global algorithm variant. 2018-06-14 23:49:30 +07:00
XMRig
3f24209599 Move files. 2018-06-05 07:34:58 +07:00
XMRig
a598066317 #607 Fixed donation bug. 2018-05-07 02:09:25 +07:00
XMRig
2e3dcab65f Verify & send algorithm name. 2018-04-26 23:27:53 +07:00
XMRig
2ff6765870 Silence primary pool errors if failover active. 2018-04-26 15:28:33 +07:00
XMRig
81303d7a12 Sync changes with proxy. 2018-04-25 14:48:32 +07:00
XMRig
6123eb38b7 Prepare for per pool and per job algorithms. 2018-04-21 19:55:51 +07:00
XMRig
77b1c7087d Move Job to common. 2018-04-20 23:44:32 +07:00
XMRig
8372ad01e8 Move logging code to common folder. 2018-04-20 18:54:58 +07:00
XMRig
2393b537f2 Move keccak to common code. 2018-04-20 14:45:51 +07:00
XMRig
f93726ab01 Move shared network code to common folder. 2018-04-20 13:44:30 +07:00
XMRig
ca0cfc890c Fix msvc build. 2018-04-20 10:36:41 +07:00
XMRig
eda78977b9 Revert old Client::close. 2018-04-19 20:29:23 +07:00
XMRig
50e9045825 Added class MultiWorker and remove classes SingleWorker and DoubleWorker. 2018-04-14 22:14:57 +07:00
XMRig
c07d9bd83a Move Platform. 2018-04-13 07:23:01 +07:00
XMRig
41292a41a1 Move xmrig.h to common/xmrig.h. 2018-04-13 07:00:51 +07:00
XMRig
892cd83e0d Changed directory structure. 2018-04-13 06:38:18 +07:00
XMRig
c47687daa3 Fixes for build without cn-lite and cn-heavy. 2018-04-12 11:38:43 +07:00
XMRig
958e5f8334 Fixed build with APP_DEBUG. 2018-04-11 08:29:02 +07:00
XMRig
2ebe893341 Move static algo name conversions to Pool class. 2018-04-11 06:39:24 +07:00
XMRig
e4ea5fdd3e Rename class Url to Pool. 2018-04-11 06:09:34 +07:00
XMRig
dfe42f68bf Refactoring. 2018-04-11 03:52:23 +07:00
XMRig
5ee8186206 #519 Fix donation start time randomization. 2018-04-08 22:19:21 +07:00
XMRig
8e5f3a5b77 First working cryptonight-heavy. 2018-04-03 16:55:41 +07:00
XMRig
e0c83777a8 New style function selector. 2018-04-03 02:55:28 +07:00
XMRig
3a11cd6e21 Added classes IThread, CpuThread and API endpoint "GET /1/threads". 2018-04-01 22:49:21 +07:00
XMRig
dd415a3be1 Added client storage from proxy. 2018-03-31 18:12:52 +07:00
XMRig
33600bd923 Options class replaced to xmrig::Config. 2018-03-31 16:29:47 +07:00
XMRig
34714ef6bb Added initial next gen config support from proxy. 2018-03-31 13:48:06 +07:00
XMRig
a460f941af #478 Fixed totally broken reconnect. 2018-03-26 11:47:01 +07:00
XMRig
2d5ae2e44b Removed unused private field in FailoverStrategy class. 2018-03-24 13:45:54 +07:00
XMRig
e990109f44 Randomized donation start time. 2018-03-24 09:41:32 +07:00
XMRig
b89e3a3fd1 Backport changes from proxy. 2018-03-24 00:10:39 +07:00
XMRig
9737f31f11 Merge branch 'feature-donate-failover' 2018-03-17 17:57:02 +07:00
XMRig
3569df9cc9 Add donate pool IP address to avoid DNS issues. 2018-03-17 17:55:11 +07:00
XMRig
000e86f1d5 #459 Fix issue with xmr.f2pool.com 2018-03-17 16:30:41 +07:00
XMRig
d665d15923 DonateStrategy now use FailoverStrategy internally and possible to use any other IStrategy. 2018-03-17 14:33:30 +07:00
XMRig
3e2149b369 Unify network strategies with upcoming proxy. 2018-03-17 05:03:14 +07:00
XMRig
0e478be987 Pass all options to network strategies in constructor. 2018-03-17 04:16:08 +07:00
XMRig
730b931137 #456 Don't show error "JSON decode failed" in quiet mode. 2018-03-17 01:07:53 +07:00
XMRig
dd890e5b33 Fixes for 32 bit gcc builds. 2018-03-14 16:58:39 +07:00
XMRig
6d78a7c361 Simplify variant selection. 2018-03-13 17:50:09 +07:00
XMRig
ff05102b36 Change port for AEON donate. 2018-03-13 02:17:19 +07:00
XMRig
5ec8ec1e82 Added test hashes for AEON. 2018-03-13 01:29:31 +07:00
XMRig
cb63e8e7d0 Better v1 PoW implementation, added variant option. 2018-03-12 22:29:44 +07:00
XMRig
9a09a90e2a Change donation address to separate old and new versions. 2018-03-09 13:15:55 +07:00
XMRig
1d6ffa3e8d Added coin field support added in xmrig-proxy 2.5. 2018-03-09 00:50:06 +07:00
XMRig
a8b1f84e30 Automatically enable nicehash when use with upcoming xmrig-proxy 2.5. 2018-03-07 21:56:43 +07:00