본문 바로가기
Blockchain

Ubuntu 에서 이더리움 마이닝 하기

by Playdev 2021. 3. 7.
728x90

 

Using the PPA is obviously easier on Ubuntu. Add it to your system.

$ sudo add-apt-repository ppa:ethereum/ethereum
$ sudo apt update

 

Now, install the Ethereum package.

$sudo apt install ethereum

 

Ethminer 설치

- github.com/ethereum-mining/ethminer/releases

 

Releases · ethereum-mining/ethminer

Ethereum miner with OpenCL, CUDA and stratum support - ethereum-mining/ethminer

github.com

$ mkdir ethminer
$ wget -O ethminer/ethminer.tar.gz https://github.com/ethereum-mining/ethminer/releases/download/v0.18.0/ethminer-0.18.0-cuda-9-linux-x86_64.tar.gz
$ tar xzf ethminer/ethminer.tar.gz -C ethminer/

 

설치가 정상적으로 진행되었다면, 아래와 같이 정보를 확인 할 수 있다.

 

 

 

마이닝

- ethermine.org/start에서 서버 정보를 확인 후 마이닝을 시작한다.

# ex) ./ethminer/bin/ethminer -G -P stratum1_tcp://{{ETHEREUM_ADDRESS_HERE}}@{{MINING_SERVER}:{{STRATUM_PORT}

./ethminer/bin/ethminer -G -P stratum1_tcp://0xD148Ba155F7818d33C1C2Cb5f3E44587b6801B1D@asia1.ethermine.org:4444

 

내 미니 서버에는 GPU 가 없어 진행이 안된다...

728x90

'Blockchain' 카테고리의 다른 글

맥북으로 라이트코인(LTC) 마이닝 하기 (feat. CPU)  (0) 2021.04.11