Ethereum Mining using Linux

Ethereum Mining using Linux

Here is how I started mining Ethereum using my Linux PC.
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:ethereum/ethereum
sudo apt-get update
I used Coinbase as they have a really good app to create an Ethereum wallet. You can use whatever you like but take a note of your wallet address as we will need it soon. Now run this command with your address in place.
ethminer  -F http://ethereumpool.co/?miner=10@0x[YOUR_WALLET_ADDRESS]
If you feel generous you can donate to my wallet or just run the following command to mine to my address for a couple of days.
ethminer  -F http://ethereumpool.co/?miner=10@0x12Fa142034B348DDB8563A65AdB732efB23e6710

BTC: 3HrdXMjhFVGvc93kTs6vujRmztRBZtkrA9 ETH: 0x12Fa142034B348DDB8563A65AdB732efB23e6710 ZCash: t1WBx2WP1DaNBr6bECExQWT6g3PT85CMhiG

What GPU do you have?

NVIDIA

Cuda

AMD

Download and install the following files.

AMD Accelerated Processing

Display Library

Unzip the AMD-APP-SDK-v3.0.130.136-GA and run:
sh AMD/AMD-APP-SDK-v3.0.130.136-GA-linux32.sh
After Installation:
sudo ln -s /opt/AMDAPPSDK-2.9-1 /opt/AMDAPP
ln -s /opt/AMDAPP/include/CL /usr/include
sudo ln -s /opt/AMDAPP/lib/x86_64/* /usr/lib/
reboot
apt-get install fglrx-updates
// wget, tar, opencl
sudo aticonfig --adapter=all --initial
sudo aticonfig --list-adapters
* 0. 01:00.0 AMD Radeon R9 200 Series

* - Default adapter
Hope this helps

Categories: Posts