User Tools

Site Tools


mining:nsfminer

Differences

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

Link to this comparison view

Next revision
Previous revision
mining:nsfminer [2022/05/13 21:43] – created Sean Rhonemining:nsfminer [2023/06/29 15:26] (current) – removed Sean Rhone
Line 1: Line 1:
-====== Information ====== 
  
-  * https://github.com/no-fee-ethereum-mining/nsfminer 
-  * :!: TODO: All of this 
- 
-===== 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 ==== 
- 
-  * https://github.com/no-fee-ethereum-mining/nsfminer/releases 
- 
-  * [[https://github.com/no-fee-ethereum-mining/nsfminer/releases/download/v1.3.14/nsfminer_1.3.14-ubuntu_20.04-opencl.tgz|nsfminer_1.3.14-ubuntu_20.04-opencl.tgz]] 
-  * Last checked: 2022/05/06 
-  * Download the latest release, extract it, and place ''nsfminer'' in ''~/.local/bin/nsfminer'' 
- 
-  mkdir -p ~/'.local/bin/nsfminer' && gio open ~/'.local/bin/nsfminer' 
- 
-==== Script ==== 
- 
-  * :!: Change ''x'' to a BTC wallet address 
- 
-  nano ~/'.local/bin/nsfminer/Nightwane.sh' 
- 
-<code> 
-#!/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'</code> 
- 
-=== Reset === 
- 
-  nano ~/'.local/bin/nsfminer/Nightwane-Reset.sh' 
- 
-<code> 
-#!/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'</code> 
- 
-==== 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