bitcoin - k821209/pipelines GitHub Wiki

GPU mining

https://github.com/tpruvot/ccminer

First, install Cuda toolkit and nVidia Driver, and type nvidia-smi to check if your card is detected.

Install dependencies sudo apt-get install libcurl4-openssl-dev libssl-dev libjansson-dev automake autotools-dev build-essential

Ubuntu is now shipped with gcc 6 or 7 so please install gcc/g++ 5 and make it the default (required by the cuda toolkit)

sudo apt-get install gcc-5 g++-5
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-5 1

Then use the helper ./build.sh in ccminer source folder, edit configure.sh and the Makefile.am if required.

./build.sh
./ccminer --version

https://blockchain.info/ ๊ฐ™์€๋ฐ ๊ฐ€์„œ ์ง€๊ฐ‘์„ ์—ด๊ณ  ์ง€๊ฐ‘ ์ฃผ์†Œ๋ฅผ ๋ฐ›๋Š”๋‹ค.

https://slushpool.com/help/get-started/getting_started ์ด๋Ÿฐ ๋งˆ์ด๋‹ ํ’€์—๊ฐ€์„œ ๊ฐ€์ž…ํ•˜๊ณ  ์ง€๊ฐ‘์ฃผ์†Œ๋ฅผ ๋“ฑ๋กํ•œ๋‹ค.

๋งˆ์ด๋‹ ํ’€์˜ ์„œ๋ฒ„, ํฌํŠธ๋ฅผ ๋ฐ›๊ณ 

./ccminer -a sha256d -o stratum+tcp://sg.stratum.slushpool.com:3333 --user=k821209.worker1

์ด๋Ÿฐ์‹ ์‹คํ–‰์„ ํ•œ๋‹ค. --user๋ฅผ ๋ฐ”๊ฟ”์ค˜์•ผ ๋ณธ์ธ์˜ ๋งˆ์ด๋‹ ํ’€ ๊ธฐ์—ฌ๋„๋ฅผ ์˜ฌ๋ฆด ์ˆ˜ ์žˆ๋‹ค.