Last active
May 17, 2018 08:03
-
-
Save derozic/a01e377aa7b1a3ddf3be5f327e7d229a to your computer and use it in GitHub Desktop.
Terribly useful commands for running your ubuntu 16.04 GPU miner
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
ETHEREUM
geth console
eth syncing
to figure out if you have completed syncing with the blockchain
if this returns false and then starts to "Imported new block headers" then you are in good shape. You can also check etherscan for the latest block to see if you have arrived.
watch -n 5 nvidia-smi --query-gpu=temperature.gpu --format=csv,noheader
This will ping the GPUs every 5 seconds and "watch" the operation and temperature of your GPUs.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
nproc
gives you the total number of cores/cpuslspcu
gives you detailed information on the cpu