User Tools

Site Tools


mining:nsfminer

This is an old revision of the document!


Information

Nightwane

  • RX 6600 XT
  • OpenCL
  • Sets GPU core clock to 800
  • Sets GPU memory clock to 1150
  • Sets GPU power limit to max 156W
  • Sets fan speed to 80%

Install

mkdir -p ~/'.local/bin/nsfminer' && gio open ~/'.local/bin/nsfminer'

Script

  • :!: Change x to a BTC wallet address
nano ~/'.local/bin/nsfminer/Nightwane.sh'
#!/usr/bin/bash

# GPU OC
sync
rocm-smi --setfan '80%'
echo 'm 1 1150' | sudo tee '/sys/class/drm/card0/device/pp_od_clk_voltage'
echo 'c' | sudo tee '/sys/class/drm/card0/device/pp_od_clk_voltage'
rocm-smi --setpoweroverdrive '156' --autorespond 'yes'

# Miner
sync
./'nsfminer' -P 'stratum2+tcp://x.Nightwane@daggerhashimoto.usa.nicehash.com:3353'

Reset

nano ~/'.local/bin/nsfminer/Nightwane-Reset.sh'
#!/usr/bin/bash

# GPU OC
sync
rocm-smi --resetclocks
rocm-smi --resetfans
rocm-smi --setpoweroverdrive '156' --autorespond 'yes'
echo 'Automatic fan speed, default clocks, and max power limit set!'
sleep '3'

Permissions

chmod +x ~/'.local/bin/nsfminer/nsfminer' ~/'.local/bin/nsfminer/Nightwane/ROCm/Game.sh' ~/'.local/bin/nsfminer/Nightwane/ROCm/Miner.sh' && sync

GNOME Shell

  • Use as keyboard shortcuts F6 and F8 respectively
gnome-terminal -- sh -c ~/'.local/bin/nsfminer/Nightwane/ROCm/Game.sh'
gnome-terminal -- sh -c ~/'.local/bin/nsfminer/Nightwane/ROCm/Miner.sh'
/var/www/wiki/data/attic/mining/nsfminer.1652492580.txt.gz ยท Last modified: 2022/05/13 21:43 by Sean Rhone