mining:nsfminer
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| mining:nsfminer [2022/06/16 17:13] – Sean Rhone | mining:nsfminer [2023/06/29 15:26] (current) – removed Sean Rhone | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Information ====== | ||
| - | |||
| - | * https:// | ||
| - | * :!: OpenCL ((this isn't useful for CUDA as '' | ||
| - | |||
| - | ====== TODO ====== | ||
| - | |||
| - | * :!: This needs to be a systemd background task as this doesn' | ||
| - | |||
| - | ====== Install ====== | ||
| - | |||
| - | * The '' | ||
| - | |||
| - | cd ~ && rm -fv '/ | ||
| - | |||
| - | ====== Nightwane ====== | ||
| - | |||
| - | ===== ROCm ===== | ||
| - | |||
| - | * :!: Some distros don't put '' | ||
| - | |||
| - | ==== Game ==== | ||
| - | |||
| - | * Sets CPU governor to '' | ||
| - | * Resets GPU fan and clock speeds to factory-defaults | ||
| - | * Sets GPU power limit to device-specific max 156W | ||
| - | * Overclocks GPU core clock to 2723 (2723MHz) | ||
| - | * Overclocks GPU memory clock to 1100 (2200MHz) | ||
| - | * :!: Useful to run before gaming in order to reset the core underclock | ||
| - | |||
| - | mkdir -p ~/' | ||
| - | |||
| - | < | ||
| - | #!/bin/sh | ||
| - | |||
| - | sync | ||
| - | |||
| - | # CPU Tuning | ||
| - | sudo cpupower frequency-set --governor ' | ||
| - | |||
| - | # GPU Reset | ||
| - | '/ | ||
| - | |||
| - | # GPU Tuning | ||
| - | echo 's 1 2723' | sudo tee '/ | ||
| - | echo 'm 1 1100' | sudo tee '/ | ||
| - | echo ' | ||
| - | |||
| - | sync | ||
| - | echo 'Game tune complete!' | ||
| - | sleep ' | ||
| - | |||
| - | === Keyboard Shortcut === | ||
| - | |||
| - | * GNOME | ||
| - | * F6 | ||
| - | |||
| - | gnome-terminal -- sh -c ~/' | ||
| - | |||
| - | ==== Miner ==== | ||
| - | |||
| - | * Sets CPU governor to '' | ||
| - | * Resets GPU fan and clock speeds to factory-defaults | ||
| - | * Sets GPU power limit to device-specific max 156W | ||
| - | * Underclocks GPU core clock to 800 (800MHz) | ||
| - | * Overclocks GPU memory clock to 1100 (2200MHz) | ||
| - | |||
| - | * Averages 31Mh/s | ||
| - | * :!: Change '' | ||
| - | |||
| - | mkdir -p ~/' | ||
| - | |||
| - | < | ||
| - | #!/bin/sh | ||
| - | |||
| - | sync | ||
| - | |||
| - | # CPU Tuning | ||
| - | sudo cpupower frequency-set --governor ' | ||
| - | |||
| - | # GPU Reset | ||
| - | '/ | ||
| - | |||
| - | # GPU Tuning | ||
| - | echo 's 1 800' | sudo tee '/ | ||
| - | echo 'm 1 1100' | sudo tee '/ | ||
| - | echo ' | ||
| - | |||
| - | sync | ||
| - | |||
| - | # Miner | ||
| - | ~/' | ||
| - | |||
| - | === Keyboard Shortcut === | ||
| - | |||
| - | * GNOME | ||
| - | * F8 | ||
| - | |||
| - | gnome-terminal -- sh -c ~/' | ||
| - | |||
| - | ====== SELinux ====== | ||
| - | |||
| - | **** | ||
| - | |||
| - | sudo restorecon -F -I -R ~/' | ||
| - | |||
| - | ===== AMDGPU-PRO ===== | ||
| - | |||
| - | * :!: Use instructions above unless ROCm is unsupported ((eg: no PCI Atomics support or Polaris/ | ||
| - | * :!: This is usable as-is for ROCm installs too | ||
| - | |||
| - | ==== Game ==== | ||
| - | |||
| - | * Sets CPU governor to '' | ||
| - | * Resets GPU fan and clock speeds to factory-defaults | ||
| - | * Sets GPU power limit to device-specific max 156W | ||
| - | * Overclocks GPU memory clock to 1150MHz | ||
| - | * :!: Useful to run before gaming in order to reset the core underclock | ||
| - | |||
| - | mkdir -p ~/' | ||
| - | |||
| - | < | ||
| - | # | ||
| - | |||
| - | sync | ||
| - | |||
| - | # CPU Tuning | ||
| - | sudo cpupower frequency-set --governor ' | ||
| - | |||
| - | # GPU Reset | ||
| - | echo ' | ||
| - | echo ' | ||
| - | echo ' | ||
| - | |||
| - | # GPU Tuning | ||
| - | echo 'm 1 1150' | sudo tee '/ | ||
| - | echo ' | ||
| - | |||
| - | sync | ||
| - | echo 'Game tune complete!' | ||
| - | sleep ' | ||
| - | |||
| - | === Keyboard Shortcut === | ||
| - | |||
| - | * GNOME | ||
| - | * F6 | ||
| - | |||
| - | gnome-terminal -- sh -c ~/' | ||
| - | |||
| - | ==== Miner ==== | ||
| - | |||
| - | * Sets CPU governor to '' | ||
| - | * Resets GPU fan and clock speeds to factory-defaults | ||
| - | * Sets GPU power limit to device-specific max 156W | ||
| - | * Limits GPU core clock to 800MHz | ||
| - | * Overclocks GPU memory clock to 1150MHz | ||
| - | * Averages 33Mh/s | ||
| - | * :!: Change '' | ||
| - | |||
| - | mkdir -p ~/' | ||
| - | |||
| - | < | ||
| - | # | ||
| - | |||
| - | sync | ||
| - | |||
| - | # CPU Tuning | ||
| - | sudo cpupower frequency-set --governor ' | ||
| - | |||
| - | # GPU Reset | ||
| - | echo ' | ||
| - | echo ' | ||
| - | echo ' | ||
| - | |||
| - | # GPU Tuning | ||
| - | echo 's 1 800' | sudo tee '/ | ||
| - | echo 'm 1 1150' | sudo tee '/ | ||
| - | echo ' | ||
| - | |||
| - | sync | ||
| - | |||
| - | # Miner | ||
| - | ~/' | ||
| - | |||
| - | === Keyboard Shortcut === | ||
| - | |||
| - | * GNOME | ||
| - | * F8 | ||
| - | |||
| - | gnome-terminal -- sh -c ~/' | ||
/usr/local/www/wiki/data/attic/mining/nsfminer.1655413986.txt.gz · Last modified: by Sean Rhone
