Created
June 29, 2017 05:51
-
-
Save kalda341/648731dcf548a331783ad4080659398e to your computer and use it in GitHub Desktop.
ethereum_ubuntu.bash
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
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