Title: Eth mining on Ubuntu 16.04 complete guide Post by: mosidze on September 11, 2017, 09:46:48 AM Hello
This is my first post here, and i know, that's this one is not first, related to such question, however, currently im managing farm with more than 1000 PC, and have good experience So, let me briefly describe, how to run miner fast on Ubuntu 16.04 Desktop 1) Download and install OS, default settings is ok 2) Update using update GUI manager 3) run Code: sudo add-apt-repository ppa:graphics-drivers/ppa Code: sudo visudo -f /etc/sudoers add line Code: usernameusedforlogin ALL=(ALL) NOPASSWD:ALL usernameusedforlogin is your current username save Code: esc :wq! 4)Download and unzip Claymore Dual Miner from here https://github.com/nanopool/Claymore-Dual-Miner/releases (https://github.com/nanopool/Claymore-Dual-Miner/releases) Personally I'm create folder called miner, so from here i will use path /miner in all examples 5) Create XORG config file as follow Code: sudo nvidia-xconfig -a --allow-empty-initial-configuration --enable-all-gpus --cool-bits=31 Do not create xorg.conf again, it's will be created automaticly after restart 6)RESTART 7) go to Claymore-Dual-Miner directory (/miner in my case) and create file called start.sh Code: nano start.sh Code: #!/bin/sh for NVIDIA p106-100 Code: #!/bin/sh Both this files, will overclock GPU's and will reduce power drain make it exacutable Code: chmod a+x start.sh 8) create or open config.txt Code: nano config.txt Code: -epool POOL-NAME:PORT Save 9) crete file called autorun.sh it's will use screen and autologin add follow Code: #!/bin/sh chmod a+x autorun.sh them find "Startup Application" in Unity dash, create new startup enry and type (in command box) Code: gnome-terminal-command /miner/autorun.sh 10) Ok your miner is ready, reboot and enjoy For sure, if you think, that's my topic help you you can donate me at 0xb2D98b7E7651361a06b2a3FD46F88D382304B054 etherium wallet But, this is not mandatory Title: Re: Eth mining on Ubuntu 16.04 complete guide Post by: NameTaken on September 11, 2017, 09:54:17 AM Newer Nvidia driver version makes no hashrate difference.
No need to use sudo to run nvidia-settings. Setting SUID to nvidia-smi is easier than editing visudo. Code: $ sudo chmod 4755 /usr/lib/nvidia-375/bin/nvidia-smi Ubuntu as well as all major distros have adopted systemd so I recommend using that instead of screen, cron, rc.local, &, etc. Title: Re: Eth mining on Ubuntu 16.04 complete guide Post by: mosidze on September 11, 2017, 10:14:49 AM Newer Nvidia driver version makes no hashrate difference. Disagree 20m/h default vs 24 on 106-100 and 32 vs 26 on 1070 with reduced power is big difference |