reaper.conf reaper 配置产生错误

reaper.conf reaper 配置产生错误
################################
host mine.pool-x.eu
port 9000
user USER.WORKER
pass PASSWORD
protocol litecoin


kernel reaper.cl
threads_per_gpu 1
aggression 13
worksize 256
save_binaries yes
cpu_mining_threads 0
platform 0
enable_graceful_shutdown no
long_polling no

kernel reaper.cl
threads_per_gpu 2
aggression 13
worksize 128
save_binaries yes
cpu_mining_threads 0
platform 0
enable_graceful_shutdown no
long_polling no

###############################################

输出:

2013-12-09 16:08:25 Error 52 getting work. See http://curl.haxx.se/libcurl/c/libcurl-errors.html for error code explanations.
2013-12-09 16:08:25 Couldn't connect to server. Trying again in a few seconds... 

为什么这个配置会产生这个错误?我使用的是 ubuntu 12.04。

答案1

我通过运行解决了这个问题:

sudo apt-get install make automake build-essential libcurl4-openssl-dev

如果有帮助的话请告诉我。

相关内容