Cryptocurrency Mining Setup and Notes: Difference between revisions

From myWiki
Created page with "Setup Ubuntu Server 16.04.3 Ethereum (geth) sudo add-apt-repository ppa:ethereum/ethereum -y sudo so apt update sudo apt install ethereum -y Import ethereum key or create..."
 
No edit summary
Line 11: Line 11:
AMDGPU-PRO 17.50-511655 (--compute has been deprecated)
AMDGPU-PRO 17.50-511655 (--compute has been deprecated)
  amdgpu-pro-install --opencl=legacy,rocm --headless
  amdgpu-pro-install --opencl=legacy,rocm --headless
sudo apt-get install mesa-common-dev


Notes:
Notes:

Revision as of 15:11, 14 January 2018

Setup Ubuntu Server 16.04.3

Ethereum (geth)

sudo add-apt-repository ppa:ethereum/ethereum -y
sudo so apt update
sudo apt install ethereum -y

Import ethereum key or create new account

geth account list

AMDGPU-PRO 17.50-511655 (--compute has been deprecated)

amdgpu-pro-install --opencl=legacy,rocm --headless
sudo apt-get install mesa-common-dev

Notes:

boot to onboard VGA first

cli: don't start GUI in headless (server) setup

sudo systemctl set-default multi-user.target

Ethminer

git repository download

Zcash

website

Mining

ethermine.org (ethereum & zcash)