Skip to content

Instantly share code, notes, and snippets.

@kalda341
Created June 29, 2017 05:51
Show Gist options
  • Save kalda341/648731dcf548a331783ad4080659398e to your computer and use it in GitHub Desktop.
Save kalda341/648731dcf548a331783ad4080659398e to your computer and use it in GitHub Desktop.
ethereum_ubuntu.bash
sudo apt-get install software-properties-common
sudo apt-get install amdgpu-pro
sudo add-apt-repository ppa:ethereum/ethereum
sudo apt-get update
sudo apt-get install ethereum ethminer
#geth account new
ethminer --farm-recheck 200 -S eu1.ethermine.org:4444 -FS us1.ethermine.org:4444 -O 0x5040705407fa18d72ae8ea23f91e22e68c5a7197.work
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment