ubuntu 16.04
cuda install
wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64/cuda-repo-ubuntu1604_8.0.61-1_amd64.deb
dpkg -i cuda-repo-ubuntu1604_8.0.61-1_amd64.deb
apt-get update
apt-get install cuda-8-0
apt install libmicrohttpd-dev libssl-dev cmake build-essential libhwloc-dev git
apt install ocl-icd-opencl-dev
cd /usr/local/src/
git clone https://github.com/fireice-uk/xmr-stak.git
mkdir xmr-stak/build
cd xmr-stak/build
cmake .. -DCUDA_ARCH=61 -DCUDA_TOOLKIT_ROOT_DIR=/usr/local/cuda-8.0
make install
./xmr-stak
setting
vi /lib/systemd/system/xmr-stak.service
[Unit]
Description=xmr
After=network.target
[Service]
ExecStart=/usr/local/src/xmr-stak/build/bin/xmr-stak -c /usr/local/src/xmr-stak/build/bin/config.txt
User=root
[Install]
WantedBy=multi-user.target
systemctl daemon-reload
systemctl enable xmr-stak.service
'Etc' 카테고리의 다른 글
캐시워크 추천코드 입력하고 500캐시 받기 (0) | 2018.04.09 |
---|---|
게임 타이틀 최저가 검색 사이트 (0) | 2018.03.14 |
2017년 키워드 정리! (0) | 2018.01.16 |
갤럭시 s6 메인보드 수리 (3) | 2017.12.27 |
유비소프트 게임무료배포 월드 인 컨플릭트, 어쎄신 크리드 와치독 (0) | 2017.12.19 |