User Tools

Site Tools


mining:nsfminer

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
mining:nsfminer [2022/06/09 05:34] Sean Rhonemining:nsfminer [2022/06/28 17:55] – Fix paths, increase core for 4K and GW1 Sean Rhone
Line 18: Line 18:
 ===== ROCm ===== ===== ROCm =====
  
-  * :!: Some distros don't put ''rocm-smi'' in PATH, so the path expects Fedora+  * :!: openSUSE has ''rocm-smi'' at ''/opt/rocm/bin/rocm-smi''
  
 ==== Game ==== ==== Game ====
Line 43: Line 43:
  
 # GPU Tuning # GPU Tuning
-echo 's 1 2723' | sudo tee '/sys/class/drm/card0/device/pp_od_clk_voltage' +echo 's 1 2723' | sudo tee '/sys/class/drm/card'*'/device/pp_od_clk_voltage' 
-echo 'm 1 1100' | sudo tee '/sys/class/drm/card0/device/pp_od_clk_voltage' +echo 'm 1 1100' | sudo tee '/sys/class/drm/card'*'/device/pp_od_clk_voltage' 
-echo 'c' | sudo tee '/sys/class/drm/card0/device/pp_od_clk_voltage'+echo 'c' | sudo tee '/sys/class/drm/card'*'/device/pp_od_clk_voltage'
  
 sync sync
Line 63: Line 63:
   * Resets GPU fan and clock speeds to factory-defaults   * Resets GPU fan and clock speeds to factory-defaults
   * Sets GPU power limit to device-specific max 156W   * Sets GPU power limit to device-specific max 156W
-  * Underclocks GPU core clock to 800 (800MHz)+  * Underclocks GPU core clock to 1100 (1100MHz)
   * Overclocks GPU memory clock to 1100 (2200MHz)   * Overclocks GPU memory clock to 1100 (2200MHz)
  
Line 83: Line 83:
  
 # GPU Tuning # GPU Tuning
-echo 's 1 800' | sudo tee '/sys/class/drm/card0/device/pp_od_clk_voltage' +echo 's 1 1100' | sudo tee '/sys/class/drm/card'*'/device/pp_od_clk_voltage' 
-echo 'm 1 1100' | sudo tee '/sys/class/drm/card0/device/pp_od_clk_voltage' +echo 'm 1 1100' | sudo tee '/sys/class/drm/card'*'/device/pp_od_clk_voltage' 
-echo 'c' | sudo tee '/sys/class/drm/card0/device/pp_od_clk_voltage'+echo 'c' | sudo tee '/sys/class/drm/card'*'/device/pp_od_clk_voltage'
  
 sync sync
  
 # Miner # Miner
-~/'.local/bin/nsfminer/nsfminer' -P 'stratum2+tcp://x.Nightwane@daggerhashimoto.usa.nicehash.com:3353'</code>+~/'.local/bin/nsfminer/nsfminer' -P 'stratum2+tcp://x.Nightwane@daggerhashimoto.auto.nicehash.com:9200'</code>
  
 === Keyboard Shortcut === === Keyboard Shortcut ===
Line 98: Line 98:
  
   gnome-terminal -- sh -c ~/'.local/bin/nsfminer/Nightwane/ROCm/Miner.sh'   gnome-terminal -- sh -c ~/'.local/bin/nsfminer/Nightwane/ROCm/Miner.sh'
 +
 +====== SELinux ======
 +
 +****
 +
 +  sudo restorecon -F -I -R ~/'.local/bin/nsfminer' && sync
  
 ===== AMDGPU-PRO ===== ===== AMDGPU-PRO =====
Line 175: Line 181:
  
 # Miner # Miner
-~/'.local/bin/nsfminer/nsfminer' -P 'stratum2+tcp://x.Nightwane@daggerhashimoto.usa.nicehash.com:3353'</code>+~/'.local/bin/nsfminer/nsfminer' -P 'stratum2+tcp://x.Nightwane@daggerhashimoto.auto.nicehash.com:9200'</code>
  
 === Keyboard Shortcut === === Keyboard Shortcut ===