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/05/14 01:08] – Sean Rhone | mining:nsfminer [2023/06/29 15:26] (current) – removed Sean Rhone | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Information ====== | ||
| - | |||
| - | * https:// | ||
| - | |||
| - | ====== Install ====== | ||
| - | |||
| - | ===== OpenCL ===== | ||
| - | |||
| - | * :!: There is a CUDA version, but it doesn' | ||
| - | |||
| - | cd ~ && rm -fv '/ | ||
| - | |||
| - | ====== Nightwane ====== | ||
| - | |||
| - | ===== ROCm ===== | ||
| - | |||
| - | ==== 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 | ||
| - | |||
| - | mkdir -p ~/' | ||
| - | |||
| - | < | ||
| - | # | ||
| - | |||
| - | sync | ||
| - | |||
| - | # CPU Tuning | ||
| - | sudo cpupower frequency-set --governor ' | ||
| - | |||
| - | # GPU Reset | ||
| - | '/ | ||
| - | |||
| - | # 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 | ||
| - | |||
| - | mkdir -p ~/' | ||
| - | |||
| - | < | ||
| - | # | ||
| - | |||
| - | sync | ||
| - | |||
| - | # CPU Tuning | ||
| - | sudo cpupower frequency-set --governor ' | ||
| - | |||
| - | # GPU Reset | ||
| - | '/ | ||
| - | |||
| - | # 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.1652504932.txt.gz · Last modified: by Sean Rhone
