1
0
mirror of https://github.com/xmrig/xmrig.git synced 2026-01-13 11:42:45 -05:00

Compare commits

...

4 Commits

Author SHA1 Message Date
Craig Andrews
2703bde1a5 Merge 785836cd9a into ef14d55aa5 2024-08-16 17:56:25 -04:00
xmrig
ef14d55aa5 Merge pull request #3529 from eltociear/patch-1
docs: update ghostrider/README.md
2024-08-12 03:01:13 +07:00
Ikko Eltociear Ashimine
e682f89298 docs: update ghostrider/README.md
nubmer -> number
2024-08-12 03:54:26 +09:00
Craig Andrews
785836cd9a Fix shellcheck warnings in enable_1gb_pages.sh 2021-06-08 21:50:12 -04:00
2 changed files with 4 additions and 7 deletions

View File

@@ -2,11 +2,8 @@
# https://xmrig.com/docs/miner/hugepages#onegb-huge-pages # 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); find /sys/devices/system/node/node* -maxdepth 0 -type d -exec sh -c 'echo 3 > "$1/hugepages/hugepages-1048576kB/nr_hugepages"' _ {} \;
do
echo 3 > "$i/hugepages/hugepages-1048576kB/nr_hugepages";
done
echo "1GB pages successfully enabled" echo "1GB pages successfully enabled"

View File

@@ -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). 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 ## Performance