Post
Topic
Board Mining (Altcoins)
Re: [TUTORIAL] Solo Mining Litecoins Guide--Windows!
by
headygains
on 17/04/2013, 16:44:06 UTC
Update:

Can't seem to connect to server (localhost?) I'm not really sure why this is,
reaper.conf
Code:
kernel reaper.cl
save_binaries yes
enable_graceful_shutdown no
long_polling yes


mine litecoin

litecoin.conf (reaper)

Code:
host localhost
port 9332
user heady
pass trip


protocol litecoin

worksize 256
aggression 18
threads_per_gpu 1
sharethreads 18
lookup_gap 2
gpu_thread_concurrency 6144
litecoin.conf (appdata\roaming)
Code:

rpcuser=heady
rpcpassword=trip
rpcallowip=127.0.0.1
rpcallowip=108.205.170.147
rpcport=9332
daemon=1
server=1
gen=0

block_nTime=1317972665
block_nNonce=2084524493
I added the 2nd rpcallowip, in hopes that it would connect through my network subnet ip. no dice any ideas?
got lib_curl error code 6
http://curl.haxx.se/libcurl/c/libcurl-errors.html

Code:
CURLE_COULDNT_RESOLVE_HOST (6)

Couldn't resolve host. The given remote host was not resolved.