Difference between revisions of "Ethereum: Genoil di Ubuntu 16.04"

From OnnoWiki
Jump to navigation Jump to search
Line 21: Line 21:
 
  cmake -DBUNDLE=miner ..
 
  cmake -DBUNDLE=miner ..
 
  make -j8
 
  make -j8
 +
make install
  
 +
lokasi binary di
 +
 +
/usr/local/bin/ethminer
  
 
Saat menjalankan coba tambahkan
 
Saat menjalankan coba tambahkan

Revision as of 18:59, 19 November 2017

sumber: https://github.com/nanopool/genoil-ethereum

sudo su
add-apt-repository ppa:ethereum/ethereum -y
apt update
apt install ethereum -y
apt-get -y install software-properties-common git
apt-get install git libcryptopp-dev libleveldb-dev libjsoncpp-dev \
libboost-all-dev libgmp-dev libreadline-dev libcurl4-gnutls-dev ocl-icd-libopencl1 \
opencl-headers mesa-common-dev libmicrohttpd-dev build-essential curl cmake -y

Compile Genoil

cd /usr/local/src/
git clone https://github.com/Genoil/cpp-ethereum/
cd /usr/local/src/cpp-ethereum/
mkdir build
cd /usr/local/src/cpp-ethereum/build
cmake -DBUNDLE=miner ..
make -j8
make install

lokasi binary di

/usr/local/bin/ethminer

Saat menjalankan coba tambahkan

For OpenCL: --cl-global-work 16384
For CUDA: --cuda-grid-size 8192 --cuda-block-size 128 --cuda-schedule auto

Referensi