Commit Graph

1386 Commits

Author SHA1 Message Date
SChernykh
c565ed93cd Fixed invalid AstroBWT hashes after algo switching 2020-03-07 16:41:33 +01:00
XMRig
a8904d2293 v5.9.0-dev 2020-03-07 21:27:55 +07:00
XMRig
1b9e3169c6 Added "coin": "keva" and post PR cleanup. 2020-03-07 20:38:44 +07:00
XMRig
f15908e924 Merge branch 'master' of https://github.com/kevacoin-project/xmrig into feature-rx-keva 2020-03-07 17:13:08 +07:00
XMRig
f08a0b470d Added the wizard suggestion. 2020-03-07 03:24:35 +07:00
XMRig
9c3df66c29 v5.8.3-dev 2020-03-07 03:00:34 +07:00
XMRig
b4e59c6c91 Merge branch 'dev' 2020-03-06 13:26:52 +07:00
xmrig
e561f5f9e2 Merge pull request #1582 from SChernykh/dev
Fixed compilation withut randomx/argon2
2020-03-06 13:24:49 +07:00
SChernykh
1db5a6d0b8 Fixed compilation withut randomx/argon2 2020-03-06 07:22:57 +01:00
XMRig
137bbfbdf4 v5.8.2 2020-03-06 13:18:30 +07:00
XMRig
d147eda3cc Fixed Linux build. 2020-03-06 12:59:30 +07:00
XMRig
675c0855df Update year. 2020-03-06 12:57:21 +07:00
XMRig
13c1a31976 #1581 Fixed macOS build. 2020-03-06 12:51:16 +07:00
XMRig
9d1dabf157 Merge branch 'feature-fetch' into dev 2020-03-06 12:45:13 +07:00
XMRig
f016668fc2 HTTP subsystem refactoring. 2020-03-06 12:38:09 +07:00
kevacoin
e5de7a18e0 Fixed scratchpad L2/L3 bit, from 18, 21 to 17 and 20. 2020-03-05 11:23:49 -08:00
SChernykh
19fc7b6f43 AstroBWT 20-50% speedup
Skips hashes with large stage 2 size. Added configurable `astrobwt-max-size` parameter, default value is 550, min 400, max 1200, optimal value ranges from 500 to 600 depending on CPU.

- Intel CPUs get 20-25% speedup
- 1st- and 2nd-gen Ryzens get 30% speedup
- 3rd-gen Ryzens get up to 50% speedup
2020-03-05 12:20:21 +01:00
kevacoin
b02cc24ae1 Added Keva. 2020-03-04 16:23:33 -08:00
XMRig
78284a959c Code cleanup. 2020-03-04 21:00:49 +07:00
XMRig
bed66fb154 http-parser updated to latest version. 2020-03-04 18:30:53 +07:00
XMRig
3a68d1d6c5 v5.8.2-dev 2020-03-04 12:31:27 +07:00
XMRig
4152a56d6f v5.8.1 2020-03-04 10:19:51 +07:00
XMRig
7748c44fe0 Formatting. 2020-03-04 00:06:20 +07:00
xmrig
e9e7fa6025 Merge pull request #1575 from SChernykh/dev
Fixed new block detection for Dero solo mining
2020-03-04 00:03:12 +07:00
SChernykh
c76bd4fc63 Fixed new block detection for Dero solo mining 2020-03-03 17:53:19 +01:00
XMRig
f34d074afc v5.8.1-dev 2020-03-03 23:12:13 +07:00
XMRig
70df1c8471 v5.8.0 2020-03-03 12:09:10 +07:00
XMRig
6cfa7041f7 Sync changes with proxy. 2020-03-01 14:04:58 +07:00
XMRig
23e0f1936d Move "Content-Type" header setting. 2020-03-01 12:57:19 +07:00
XMRig
7144fb01bf #1572 Fix compile warning. 2020-03-01 11:59:53 +07:00
XMRig
e2ad3e697d v5.8.0-dev 2020-03-01 11:48:30 +07:00
XMRig
fbe42fe743 Make "astrobwt" as primary user visible algorithm name. 2020-03-01 10:21:29 +07:00
SChernykh
1ccf408ba7 AstroBWT algorithm (DERO) support
To test:

- Download https://github.com/deroproject/derosuite/releases/tag/AstroBWT
- Run daemon with `--testnet` in command line

In config.json:
- "coin":"dero"
- "url":"127.0.0.1:30306"
- "daemon:"true"
2020-02-29 22:41:24 +01:00
XMRig
7bfc8be4c1 v5.7.1-dev 2020-02-25 15:25:31 +07:00
XMRig
8c29643a69 v5.7.0 2020-02-25 05:41:43 +07:00
XMRig
18191ee40d Optimize file log. 2020-02-23 06:52:23 +07:00
XMRig
1ed7695d0a HTTP subsystem refactoring, fixed possible crashes shortly after destroying daemon or self-select client. 2020-02-23 01:40:19 +07:00
XMRig
8900ea376c Fixed regression. 2020-02-22 04:51:37 +07:00
SChernykh
c6e9e2308d Optimized CFROUND
Shorter version using BMI2 instructionns
2020-02-21 19:00:58 +01:00
xmrig
ddae1e9cd9 Merge pull request #1562 from SChernykh/dev
Fixed 32-bit compilation
2020-02-21 22:09:21 +07:00
SChernykh
6f66a0375f Fixed 32-bit compilation 2020-02-21 16:08:23 +01:00
XMRig
809bbb3196 v5.7.0-dev 2020-02-21 21:58:41 +07:00
xmrig
7b9cc5fbd2 Merge pull request #1560 from SChernykh/dev
Tuned JIT compiler
2020-02-21 03:04:12 +07:00
SChernykh
e030bc8aa6 Merge branch 'dev' of https://github.com/SChernykh/xmrig into dev 2020-02-20 20:59:25 +01:00
SChernykh
c7b4a89832 Tuned JIT compiler
0.3-0.4% speedup depending on CPU.
2020-02-20 20:59:22 +01:00
XMRig
7778b0441e Use "extra_nonce" for daemon client. 2020-02-21 01:31:22 +07:00
XMRig
d8a50bc713 Update default config example. 2020-02-19 01:28:13 +07:00
xmrig
9a74a86b0f Merge pull request #1557 from SChernykh/dev
Refactored fma_soft() in randomx_vm.cl
2020-02-19 00:28:17 +07:00
SChernykh
783f79f264 Refactored fma_soft() in randomx_vm.cl
Fixes #1554 (hopefully)
2020-02-18 18:19:03 +01:00
XMRig
e85014deba Added "-x" and "--proxy" command line options. 2020-02-18 21:42:01 +07:00