====== Compiling Vertminer on Ubuntu 16.04 ====== ===== Install Dependencies ===== apt-get -y install gcc g++ build-essential automake linux-headers-$(uname -r) git gawk libcurl4-openssl-dev apt-get install libssl-dev apt-get install nvidia-cuda-dev nvidia-cuda-toolkit ===== Download Vertminer Nvidia Source ===== * Grab the latest stable release from [[https://github.com/vertcoin/vertminer-nvidia/releases]] ===== Configure and Compile ===== tar xvzf v1.0-stable.2.tar.gz cd ~/vertminer-nvidia-1.0-stable.2 ./autogen.sh ./configure make ===== Binary and Config ===== * {{:ubuntu:vertminer.bin|Vertminer for Nvidia 16.04 x64}} { "_comment1" : "Possible keys are the long options (vertminer --help)", "_comment2" : "todo: support /* comments */", "algo" : "blake", "intensity": 19, "api-bind": "127.0.0.1:4068", "statsavg": 20, "quiet" : false, "debug" : false, "protocol" : false, "cpu-priority" : 3, "url" : "stratum+tcp://stratum.eu.miners-pool.eu:8421", "user" : "ShGCAFrspnLDo414EzUyJm4k5Qr2Kkrmvh", "pass" : "x" }