Changes

Jump to navigation Jump to search
529 bytes added ,  09:32, 20 January 2019
no edit summary
sudo nvidia-smi -pl 100
 
==Disable automatic updates==
Automatic updated might interfere with your miner. To disable them, edit the following file:
 
sudo nano /etc/apt/apt.conf.d/20auto-upgrades
 
With the file opened in the nano editor, switch off the updator by changing values from 1 to 0:
 
APT::Periodic::Update-Package-Lists "0";
APT::Periodic::Unattended-Upgrade "0";
 
Type ''Ctrl+O'' to save and ''Ctrl+X'' to exit
 
Disabling automatic updates creates a security risk. To keep your system updated manually:
 
sudo apt update
sudo apt upgrade
==Setting up the miner==

Navigation menu