XMRig
dfc3b4632a
Added backward compatibility support.
2022-04-15 14:13:45 +07:00
XMRig
6106bf30de
Backport non breaking changes from the new base.
2022-04-08 14:33:16 +07:00
SChernykh
48bd09f730
Fixed compilation error
2022-03-24 16:38:47 +01:00
SChernykh
23c12fc351
Optimized keccak
...
Big astrobwt/v2 speedup on non-AVX2 CPUs: **Core i7-2600 +64% (17 -> 28 kh/s)**
2022-03-24 13:10:03 +01:00
SChernykh
87fd0ea94a
Added alternative algo names for Dero HE
2022-03-05 13:32:16 +01:00
SChernykh
4a42dca2cb
Show block/miniblock counters more often
2022-03-05 10:00:39 +01:00
SChernykh
b674fafa0f
DaemonClient: fixed broken coin
setting
2022-03-05 09:56:30 +01:00
SChernykh
b5da73389f
Dero HE fork support (astrobwt/v2 algorithm)
2022-03-05 00:31:18 +01:00
XMRig
14117e9658
#2910 Fixed donation for GhostRider/RTM.
2022-01-31 14:29:41 +07:00
SChernykh
644f4cc017
Fixed unaligned memory accesses
2022-01-26 17:18:18 +01:00
xmrig
4001488888
Merge pull request #2856 from SChernykh/dev
...
Fix for short responses from some Raptoreum pools
2022-01-05 10:22:39 +07:00
SChernykh
9bec1521b8
Fix for short responses from some Raptoreum pools
2022-01-04 23:54:59 +01:00
Tony Butler
2e738509bb
Add support for client.reconnect method
2021-12-30 06:26:52 -07:00
XMRig
81b18c0741
#2771 Fixed environment variables support in EthStratumClient.
2021-12-02 19:36:51 +07:00
SChernykh
4ea8fe694d
GhostRider benchmark: added 20 more possible rounds
2021-12-01 20:26:41 +01:00
SChernykh
efb322df66
Refactored Chrono::highResolutionMSecs()
...
Improved precision
2021-11-30 08:11:09 +01:00
xmrig
c40f1f9f66
Merge pull request #2738 from SChernykh/dev
...
More GhostRider fixes
2021-11-28 18:19:08 +07:00
SChernykh
15e5052dd0
More GhostRider fixes
...
- Fixed "difficulty is not a number" when diff is high on some pools
- Fixed GhostRider compilation when WITH_KAWPOW=OFF
2021-11-28 12:11:08 +01:00
Tony Butler
02240eff8c
Slash and burn EOL whitespace everywhere
2021-11-27 17:59:40 -07:00
SChernykh
c6292ce9ee
GhostRider hotfixes
...
- Added average hashrate display
- Fixed the number of threads shown at startup
- Fixed `--threads` or `-t` command line option (but `--cpu-max-threads-hint` is recommended to use)
2021-11-27 12:27:26 +01:00
XMRig
ecceba8ecd
Add GhostRider support for AutoClient.
2021-11-25 17:44:36 +07:00
SChernykh
a1d7ee4c6b
Benchmark support for GhostRider (offline only)
...
Command line:
```
./xmrig --bench=250K -a gr --rotation 15
```
Where `rotation` is an integer between 0 and 19 (inclusive).
2021-11-24 15:54:09 +01:00
SChernykh
a6656a8c49
Fixed broken difficulty adjustment on some Raptoreum pools
2021-11-23 18:02:58 +01:00
SChernykh
ceaebfd877
GhostRider algorithm (Raptoreum) support
2021-11-23 08:14:01 +01:00
xmrig
1210e8e95c
Merge pull request #2644 from Spudz76/dev-fixMemleaks
...
Patch a couple minor leaks
2021-10-25 20:33:10 +07:00
Tony Butler
f6d45f7990
Fix various memory leaks
2021-10-25 04:06:49 -06:00
SChernykh
b9464f993b
Fix MSVC compilation error
2021-10-25 10:26:44 +02:00
XMRig
733b85a132
Code cleanup.
2021-10-13 05:43:05 +07:00
David Main
446810a837
fix: expand validation of tx_extra for merge mining tag
2021-10-12 11:17:37 +02:00
XMRig
07e0966517
Added "--versions" alias.
2021-10-05 21:49:03 +07:00
XMRig
a9d4c2a923
Removed uv_os_gethostname call for all OS.
2021-09-28 23:56:33 +07:00
SChernykh
b2cc2ef0d7
Fixed Windows 7 compatibility
...
Fixes #2585
2021-09-17 12:05:37 +02:00
XMRig
123c7ab140
Added support for new CUDA plugin API.
2021-08-29 14:22:19 +07:00
XMRig
35acb3f00b
Merge branch 'GraftRandomX' of https://github.com/Stardock2018/xmrig into pr2563
2021-08-28 11:50:17 +07:00
Chris
7f2771b466
Fixed Algorithm id
...
Algorithm id should be 0x72151267, second and third byte encode L3 and L2 size.
0x72 = 'r'
0x15 = 1 << 0x15 (L3 size)
0x12 = 1 << 0x12 (L2 size)
0x67 = 'g'
2021-08-27 10:31:36 -06:00
Chris
5fdf5516ff
Added Graft RandonX
2021-08-27 08:19:54 -06:00
XMRig
234de96784
Update rapidjson.
2021-08-27 18:51:59 +07:00
XMRig
c27f535768
Fixed build on Linux.
2021-08-25 18:52:54 +07:00
XMRig
c7ac314110
Code cleanup based on Clang-Tidy.
2021-08-25 18:45:15 +07:00
XMRig
bea2a6cf5b
Update BlockTemplate class.
2021-08-23 18:32:58 +07:00
XMRig
460d9c75c5
Add global wallet address parser for DaemonClient.
2021-08-18 13:36:50 +07:00
XMRig
d1033abbe5
Update Coin, BlobReader and WalletAddress.
2021-08-17 08:17:21 +07:00
XMRig
602e3a7587
Fix algorithms order.
2021-08-14 05:48:37 +07:00
SChernykh
5958490c23
Fixed Termux build
2021-08-13 12:02:03 +02:00
XMRig
f92ad4423d
Fix Job::getNumTransactions.
2021-08-12 22:30:47 +07:00
XMRig
e0749a82c2
Fix cn-pico name.
2021-08-12 17:52:52 +07:00
XMRig
9580f5395f
Removed shortName.
2021-08-11 22:26:34 +07:00
XMRig
e9ae4deb91
Removed duplicate strings.
2021-08-11 22:07:43 +07:00
XMRig
aee0762424
Fix typo.
2021-08-11 16:27:36 +07:00
XMRig
e6332eff2b
Implemented stable algorithm ids.
2021-08-11 03:46:34 +07:00