Commit graph

48 commits

Author SHA1 Message Date
enWILLYado
451e710af6 Fixes for new release
3.3.3-3
2018-03-18 23:21:33 +01:00
enWILLYado
afd97d26fe Merge branch 'master' into base_origin_feb14 2018-03-18 22:48:46 +01:00
enWILLYado
c1f1cb0f47
Update from master (#6)
* can build without microhttpd when WITH_HTTPD=OFF

* #341 Fix wrong exit code.

* +15% boost with non-AES CPU

Performance boost validated on Core 2 Quad processor under Windows 10.
But it's Windows/MS Visual C++ specific.

* #341 Added option --dry-run.

* Remove compilation warnings under MSVC

* up to 20% perf increase with Cryptonight with non-AES CPU

This time, the performance increase is got with MSVC and GCC. On non-AES CPU, there were an useless load/store SSE2 register. The last MSVC "hack" is replaced by a portable code and he's more complete (a load is saved).

On my C2Q6600, with 3 thread, I have +16% with MSVC2015 and +20% with GCC 7.3, compared to official 2.4.4 version.

* Compilation error under FreeBSD

ULONG is not recognized under this OS, so replaced it with more portable definition.

* Update README.md

* Update README.md

* Update README.md

* Correct L2 cache size calculation for Intel Core 2 family

This is a workaround for total L2 cache size calculation of Intel Core Solo, Core Duo, Core 2 Duo, Core 2 Quad and their Xeon homologue. These processors have L2 cache shared by 2 cores.

There is maybe more CPU with L2 shared cache, but I am sure that these models are concerned and they are not so numerous.
A better way would be to modify libcpuid to implement L2 cache counting.

* Fix code style, replace tabs to space.

* Fix code style, replace tabs to space #2.

* Update README.md

* Update CHANGELOG.md

* Update README.md

* Update README.md

* v2.4.5 RC

* Update CHANGELOG.md

* Run internal http server in main loop to avoid requirement to thread synchronization.

* Added XMRIG_DEPS cmake variable for unified dependencies.

* Use adaptive timer instead of idle handler for HTTP server.

* Changes for the Monero v1 PoW

* #428 Fixed regression with CPU cache size detection.

* Fixed regression (all versions since 2.4 affected) fragmented responses from pool/proxy parsed incorrectly.

* Update copyright and move version into Job class.

* PoW changes WIP

* Added reference hashes.

* Added full IPv6 support.

* Added option to disable Monero v7 PoW, may useful in future if other coins update their network to v7 without PoW change.

* Automatically enable nicehash when use with upcoming xmrig-proxy 2.5.

* Added coin field support added in xmrig-proxy 2.5.

* Update CHANGELOG.md

* Update CHANGELOG.md

* Revert changes in Api class, single threaded http server will not be included in 2.5 release.

* v2.5.0-dev

* Change donation address to separate old and new versions.

* Some small fixes.

* Better v1 PoW implementation, added variant option.

* Added test hashes for AEON.

* Change port for AEON donate.

* Add -DBUILD_STATIC=ON for static builds

See #238

* Simplify variant selection.

* #438 Fixed memory release.

* Fix for previous commit.

* Fix FindUV.cmake and FindMHD.cmake.

* Fixes for 32 bit gcc builds.

* Remove align.h.

* Fix.

* Fix FindMHD.cmake

* Fix macOS compile.

* v2.5.0

* Update README.md

* Update README.md
2018-03-14 22:30:47 +01:00
enWILLYado
2272a5ab4d Merge branch 'pr/3' 2018-02-17 23:57:57 +01:00
enWILLYado
27fe9b58ef Merge branch 'pr/3' 2018-02-17 23:51:16 +01:00
xmrig
cc22c9d61c
Update README.md 2018-02-18 05:49:37 +07:00
xmrig
45f5afd2b7
Merge pull request #379 from DeadManWalkingTO/master
Update README.md
2018-02-18 05:48:09 +07:00
enWILLYado
c5b914fa2d Merge branch 'master' of https://github.com/xmrig/xmrig 2018-02-17 23:46:27 +01:00
xmrig
f0604d1e97
Update README.md 2018-02-18 05:06:10 +07:00
DeadManWalking
75f462f0e1
Update README.md 2018-02-02 00:58:11 +02:00
DeadManWalking
9f92449e15
Update README.md 2018-02-02 00:54:58 +02:00
DeadManWalking
a917590862
Update README.md 2018-02-02 00:14:39 +02:00
enwillyado
265b55550f
Update README.md 2018-01-28 15:11:31 +01:00
enwillyado
7d423f9228
Update README.md 2018-01-21 01:13:41 +01:00
xmrig
d73bee81ab
Update README.md 2018-01-07 21:36:49 +07:00
XMRig
785df62183 Update README.md. 2018-01-02 13:49:31 +07:00
xmrig
ee441b6b9a
Update README.md 2017-11-02 03:39:47 +03:00
xmrig
c384df9651
Update README.md 2017-11-02 03:37:58 +03:00
xmrig
4138d4a178 Update README.md 2017-10-12 22:40:20 +03:00
xmrig
f96e9d5ab7 Update README.md 2017-08-20 10:32:52 +03:00
xmrig
bb4aeed874 Update README.md 2017-08-20 10:02:52 +03:00
xmrig
076a69907c Update README.md 2017-08-20 09:55:03 +03:00
xmrig
fa5e326d5e Update README.md 2017-08-20 09:48:31 +03:00
xmrig
fbaae0f080 Update README.md 2017-08-18 17:11:26 +03:00
xmrig
d53a47b12f Update README.md 2017-08-18 06:47:51 +03:00
xmrig
35b188762c Update README.md 2017-07-12 14:02:07 +03:00
xmrig
a96782218f Update README.md 2017-07-03 07:24:56 +03:00
xmrig
72569a7fc7 Update README.md 2017-07-02 22:21:29 +03:00
xmrig
6fd4d99fa1 Update README.md 2017-06-16 14:36:24 +03:00
xmrig
e3689ccb1a Move build instructions to Wiki 2017-06-14 16:49:47 +03:00
xmrig
babc48f767 Update README.md 2017-06-14 16:42:00 +03:00
xmrig
33d752bcaa Update README.md 2017-06-14 16:18:13 +03:00
xmrig
108fd5690e Update README.md 2017-05-20 23:43:39 +03:00
xmrig
88dd218ad8 Update README.md 2017-05-15 19:57:20 +03:00
xmrig
ee9ba778f8 Update README.md 2017-05-15 18:32:27 +03:00
xmrig
aab48fde96 Update README.md 2017-05-13 20:31:27 +03:00
xmrig
bf25b4e5d4 Update README.md 2017-05-13 20:26:35 +03:00
XMRig
8dda8d293b Update README.md. 2017-04-25 03:35:03 +03:00
XMRig
e71e9486c6 Remove conflicting declaration for _mulx_u64. 2017-04-25 03:20:32 +03:00
xmrig
3492670839 Merge pull request #3 from esfomeado/patch-1
More detailed instructions to build on Windows
2017-04-21 18:39:04 +03:00
xmrig
5513fab59b Update README.md 2017-04-21 12:34:59 +03:00
Esfomeado
25d76626c1 More detailed instructions to build on Windows 2017-04-21 10:08:04 +01:00
xmrig
78a4b9de0f Update README.md 2017-04-17 05:44:49 +03:00
xmrig
9fe2bbcd81 Update README.md 2017-04-16 16:37:12 +03:00
xmrig
adb778de8a Update README.md 2017-04-15 10:52:08 +03:00
xmrig
6fb01a5a9a Update README.md 2017-04-15 09:56:09 +03:00
XMRig
2396e8ea85 Update README.md. 2017-04-15 09:46:16 +03:00
XMRig
ed320731e9 Initial import. 2017-04-15 09:02:08 +03:00