Created
May 10, 2022 08:12
-
-
Save bernaction/80c5f4f786af11373ca0876049116c91 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Instalar Driver NVIDIA de forma mais rápida: | |
| nvidia-driver-update https://us.download.nvidia.com/XFree86/Linux-x86_64/510.68.02/NVIDIA-Linux-x86_64-510.68.02.run | |
| NBMiner 41.3 | |
| miner stop ; killall -9 nbminer ; cd /tmp ; rm nbminer*.tgz* ; wget https://github.com/NebuTech/NBMiner/releases/download/v41.3/NBMiner_41.3_Linux.tgz && tar -xvf NBMiner_41.3_Linux.tgz && cp -r /tmp/NBMiner_Linux/nbminer /hive/miners/nbminer/41.0/ && miner start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
io