Commit Graph

573 Commits

Author SHA1 Message Date
xmrig
4474e02ffd Update ALGORITHMS.md 2018-05-03 22:20:36 +07:00
XMRig
9f99863d4d Update CHANGELOG.md. 2018-05-03 22:17:40 +07:00
XMRig
2ad53091ba Use block version to detect proper XTL variant and use variant 1 by default for cryptonight. 2018-05-03 20:16:42 +07:00
XMRig
738860c9b1 Added doc/ALGORITHMS.md. 2018-05-03 19:31:54 +07:00
XMRig
984544490b Remove obsolete tests. 2018-05-03 04:15:36 +07:00
XMRig
b08e366829 v2.6.1-dev 2018-05-03 04:12:53 +07:00
XMRig
d4ec3e2201 Merge branch 'feature-algo' into dev 2018-05-03 01:02:30 +07:00
XMRig
79f11e24f3 Sync changes with proxy. 2018-05-03 00:37:01 +07:00
XMRig
b7a4208895 Sync changes with proxy. 2018-04-30 18:17:07 +07:00
XMRig
97ae7a35a0 Sync changes with proxy. 2018-04-29 14:24:44 +07:00
XMRig
c9b863a568 Also support variant received as string. 2018-04-27 00:40:22 +07:00
XMRig
7cdde1270b Add Stellite (XTL) support as cn/xtl. 2018-04-27 00:28:52 +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
a57800bb6e Send supported algorithms to pool in login request. 2018-04-26 15:02:01 +07:00
XMRig
96b7719e39 Add support for skip invalid pools. 2018-04-25 23:17:27 +07:00
XMRig
e84ea776ac Better algorithm validation. 2018-04-25 22:03:26 +07:00
XMRig
2ac629a777 Basic algo selection from pool/proxy. 2018-04-25 19:09:08 +07:00
XMRig
45dc9025f8 Added support for cn-lite/ipbc. 2018-04-25 18:31:18 +07:00
XMRig
81303d7a12 Sync changes with proxy. 2018-04-25 14:48:32 +07:00
XMRig
10e239c5ab Added support for "rig id" protocol extension. 2018-04-23 13:20:43 +07:00
XMRig
87a4231223 Sync changes with proxy. 2018-04-23 00:59:58 +07:00
XMRig
0318edbda1 Merge branch 'dev' into feature-algo 2018-04-23 00:42:36 +07:00
XMRig
e64d034f11 Merge branch 'master' into dev 2018-04-23 00:37:11 +07:00
xmrig
4c160df9a8 Update README.md 2018-04-22 22:47:05 +07:00
XMRig
11dc810035 Added workaround for nicehash.com if you use cryptonightv7.<region>.nicehash.com option variant=1 will be set automatically. 2018-04-22 12:57:37 +07:00
xmrig
acdd18f0ac Update CHANGELOG.md 2018-04-21 22:52:06 +07:00
XMRig
fd4e9fac23 Disable IPv6 for API. 2018-04-21 22:35:26 +07:00
XMRig
e87a5c5247 #541 Revert all changes in Client::close(). 2018-04-21 22:23:12 +07:00
xmrig
26c6bbe15a Merge pull request #570 from AngeGallego/fix-conditional-jump
Valgrind showed conditonal jumps when printing the hashrate
2018-04-21 22:19:53 +07:00
XMRig
efe747e79f Fix Linux build. 2018-04-21 21:41:39 +07:00
xmrig
2ed8e75410 Merge pull request #559 from chinarulezzz/master
log/Log.cpp: va_list 'args' was opened but not closed by va_end()
2018-04-21 21:35:41 +07:00
XMRig
6123eb38b7 Prepare for per pool and per job algorithms. 2018-04-21 19:55:51 +07:00
Ange
21075f02dd valgrind showed some conditional jumps when printing the hashrate 2018-04-21 00:36:58 +02:00
XMRig
57c856ec5c Basic cryptonight-ipbc definition. 2018-04-21 00:19:33 +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
b6adcafb38 Update README.md 2018-04-20 11:13:00 +07:00
XMRig
ca0cfc890c Fix msvc build. 2018-04-20 10:36:41 +07:00
XMRig
d1bcca1237 Fix x86 build. 2018-04-20 10:14:33 +07:00
xmrig
0afa2f66e2 Update CHANGELOG.md 2018-04-19 21:19:00 +07:00
XMRig
17c3aca701 v2.6.0-beta3 2018-04-19 20:57:23 +07:00
XMRig
eda78977b9 Revert old Client::close. 2018-04-19 20:29:23 +07:00
XMRig
df9882b3e9 Merge remote-tracking branch 'remotes/origin/feature-advanced-threads' into dev 2018-04-19 19:45:29 +07:00
XMRig
47e03ea0a3 Fix ARMv7 build. 2018-04-19 19:44:17 +07:00
XMRig
f392a5b163 Rearrange test vectors, for catch cn-heavy bug. 2018-04-19 13:50:06 +07:00
XMRig
afe7e2e2d1 Simplify ARM implementation. 2018-04-19 11:54:11 +07:00
XMRig
b15a4e06b8 Added API docs and bug fixes. 2018-04-18 09:58:06 +07:00