@@ -14,13 +14,13 @@ Using https://github.com/tevador/RandomX master@ac574e3
1414 2) CPU mining: DaggerMiner.exe -cpu -a <WALLET_ADDRESS> -p <POOL_ADDRESS> -t 8
1515
1616** The project supports Windows, Linux and Mac OS now.**
17- ** Binary file available for Window**
18- [ Download] ( https://github.com/XDagger/XdagRandomxMiner/releases/tag/v0.4 )
17+ ** Binary file available for Window and Linux **
18+ [ Download] ( https://github.com/XDagger/XdagRandomxMiner/releases/tag/v0.4.2 )
1919
2020
2121## How to build
2222
23- ## Windows:
23+ ## Windows:
2424The project has dependencies: Boost and OpenSSL
2525Boost and OpenSSL libraries are included by Nuget Manager and should be downloaded automatically.
2626
@@ -36,23 +36,39 @@ On Windows 10 once you obtain the privilege, admin rights no longer required to
3636
3737 2) CPU mining: DaggerMiner.exe -cpu -a <WALLET_ADDRESS> -p <POOL_ADDRESS> -t 8
3838
39+ 3) CPU huge pages mining: DaggerMiner.exe -cpu -L -a <WALLET_ADDRESS> -p <POOL_ADDRESS> -t 8
40+
3941
4042## Linux:
4143
42- Check dependencies: libboost-dev, libboost-system-dev, openssl, librandomx.
44+ Check dependencies: libboost-dev, libboost-system-dev, openssl, librandomx.
4345
4446Download this source code, then cd to source folder. Build with cmake.
47+ #### Enable huge pages
48+
49+ Temporary (until next reboot) reserve huge pages
50+
51+ ``` bash
52+ sudo sysctl -w vm.nr_hugepages=1280
53+ ```
54+
55+ Permanent huge pages reservation
4556
57+ ``` bash
58+ sudo bash -c " echo vm.nr_hugepages=1280 >> /etc/sysctl.conf"
59+ ```
4660### Launch parameters:
4761
4862 1) CPU benchmark: ./DaggerMiner -cpu -M -t 4
4963
5064 2) CPU mining: ./DaggerMiner -cpu -a <WALLET_ADDRESS> -p <POOL_ADDRESS> -t 8
51-
5265
53- ## Mac:
66+ 3) CPU huge pages mining: ./DaggerMiner -cpu -L -a <WALLET_ADDRESS> -p <POOL_ADDRESS> -t 8
67+
68+
69+ ## Mac:
5470Install Boost with brew.
55- Open XCode project to build Mac OS version.
71+ Open XCode project to build Mac OS version.
5672
5773### Launch parameters:
5874 1) CPU benchmark: ./DaggerMiner -cpu -M -t 4
@@ -65,4 +81,4 @@ Open XCode project to build Mac OS version.
6581
6682
6783## License
68- [ ![ FOSSA Status] ( https://app.fossa.com/api/projects/git%2Bgithub.com%2FXDagger%2FXdagRandomxMiner.svg?type=large )] ( https://app.fossa.com/projects/git%2Bgithub.com%2FXDagger%2FXdagRandomxMiner?ref=badge_large )
84+ [ ![ FOSSA Status] ( https://app.fossa.com/api/projects/git%2Bgithub.com%2FXDagger%2FXdagRandomxMiner.svg?type=large )] ( https://app.fossa.com/projects/git%2Bgithub.com%2FXDagger%2FXdagRandomxMiner?ref=badge_large )
0 commit comments