Skip to content

Instantly share code, notes, and snippets.

@derozic
Last active May 17, 2018 08:03
Show Gist options
  • Save derozic/a01e377aa7b1a3ddf3be5f327e7d229a to your computer and use it in GitHub Desktop.
Save derozic/a01e377aa7b1a3ddf3be5f327e7d229a to your computer and use it in GitHub Desktop.
Terribly useful commands for running your ubuntu 16.04 GPU miner
@derozic
Copy link
Author

derozic commented May 9, 2018

nproc gives you the total number of cores/cpus
lspcu gives you detailed information on the cpu

@derozic
Copy link
Author

derozic commented May 9, 2018

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.

@derozic
Copy link
Author

derozic commented May 17, 2018

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