mining:team_red_miner
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
mining:team_red_miner [2022/09/15 17:50] – Sean Rhone | mining:team_red_miner [2023/06/29 15:26] (current) – removed Sean Rhone | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Information ====== | ||
- | |||
- | * https:// | ||
- | * AMD OpenCL | ||
- | |||
- | ====== TODO ====== | ||
- | |||
- | * :!: This needs to be a systemd background task as this doesn' | ||
- | * TODO: See if the above is true for TRM | ||
- | * TODO: Different systemd scripts for different algos, SELinux allows, remove core underclock | ||
- | |||
- | ====== Install ====== | ||
- | |||
- | * https:// | ||
- | * The '' | ||
- | |||
- | cd ~ && rm -Rfv '/ | ||
- | |||
- | ===== SELinux ===== | ||
- | |||
- | **** | ||
- | |||
- | sudo restorecon -F -I -R ~/' | ||
- | |||
- | ====== Nightwane ====== | ||
- | |||
- | * :!: 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 and/or boost from stock limits | ||
- | |||
- | 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 ' | ||
- | |||
- | # End</ | ||
- | |||
- | ==== 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 | ||
- | ~/' | ||
- | |||
- | # End</ | ||
- | |||
- | ==== Keyboard Shortcut ==== | ||
- | |||
- | * GNOME | ||
- | * F8 | ||
- | |||
- | gnome-terminal -- sh -c ~/' | ||
/srv/www/wiki/data/attic/mining/team_red_miner.1663278645.txt.gz · Last modified: (external edit)