2018. február 12., hétfő

Monero bányászat - xmr-stak telepítése Ubuntu 17.10

# https://github.com/fireice-uk/xmr-stak/blob/master/doc/compile_Linux.md
# Ubuntu / Debian

 sudo apt install -y libmicrohttpd-dev libssl-dev cmake build-essential libhwloc-dev g++-5
git clone https://github.com/fireice-uk/xmr-stak.git
mkdir xmr-stak/build
cd xmr-stak/build
cmake ..
make install

 gedit CMakeCache.txt # I haven't found a way to pass this parameter to cmake
# find CUDA_NVCC_FLAGS:STRING=
# change it to CUDA_NVCC_FLAGS:STRING=-ccbin gcc-5
# save, exit

echo "Press ENTER if you're done."
read


make