mirror of
https://github.com/xmrig/xmrig.git
synced 2026-01-12 19:32:44 -05:00
Compare commits
4 Commits
v6.22.0
...
2703bde1a5
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2703bde1a5 | ||
|
|
ef14d55aa5 | ||
|
|
e682f89298 | ||
|
|
785836cd9a |
@@ -2,11 +2,8 @@
|
||||
|
||||
# https://xmrig.com/docs/miner/hugepages#onegb-huge-pages
|
||||
|
||||
sysctl -w vm.nr_hugepages=$(nproc)
|
||||
sysctl -w vm.nr_hugepages="$(nproc)"
|
||||
|
||||
for i in $(find /sys/devices/system/node/node* -maxdepth 0 -type d);
|
||||
do
|
||||
echo 3 > "$i/hugepages/hugepages-1048576kB/nr_hugepages";
|
||||
done
|
||||
find /sys/devices/system/node/node* -maxdepth 0 -type d -exec sh -c 'echo 3 > "$1/hugepages/hugepages-1048576kB/nr_hugepages"' _ {} \;
|
||||
|
||||
echo "1GB pages successfully enabled"
|
||||
echo "1GB pages successfully enabled"
|
||||
|
||||
@@ -16,7 +16,7 @@ xmrig -a gr -o rtm.suprnova.cc:4273 --tls -u WALLET_ADDRESS -p x
|
||||
|
||||
You can use **rtm_ghostrider_example.cmd** as a template and put pool URL and your wallet address there. The general XMRig documentation is available [here](https://xmrig.com/docs/miner).
|
||||
|
||||
**Using `--threads` or `-t` option is NOT recommended because it turns off advanced built-in config.** If you want to tweak the nubmer of threads used for GhostRider, it's recommended to start using config.json instead of command line. The best suitable command line option for this is `--cpu-max-threads-hint=N` where N can be between 0 and 100.
|
||||
**Using `--threads` or `-t` option is NOT recommended because it turns off advanced built-in config.** If you want to tweak the number of threads used for GhostRider, it's recommended to start using config.json instead of command line. The best suitable command line option for this is `--cpu-max-threads-hint=N` where N can be between 0 and 100.
|
||||
|
||||
## Performance
|
||||
|
||||
|
||||
Reference in New Issue
Block a user