mining:team_red_miner
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
mining:team_red_miner [2022/07/05 09:00] – created Sean Rhone | mining:team_red_miner [2023/06/29 15:26] (current) – removed Sean Rhone | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Information ====== | ||
- | |||
- | * https:// | ||
- | * OpenCL | ||
- | |||
- | ====== TODO ====== | ||
- | |||
- | * :!: This needs to be a systemd background task as this doesn' | ||
- | * TODO: See if the above is true for TRM | ||
- | * :!: All of this is TODO | ||
- | |||
- | ====== Install ====== | ||
- | |||
- | * The '' | ||
- | |||
- | cd ~ && rm -fv '/ | ||
- | |||
- | ====== Nightwane ====== | ||
- | |||
- | ===== ROCm ===== | ||
- | |||
- | * :!: openSUSE has '' | ||
- | |||
- | ==== 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 1100 (1100MHz) | ||
- | * 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 1100' | 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 ~/' | ||
/srv/www/wiki/data/attic/mining/team_red_miner.1657026039.txt.gz · Last modified: (external edit)