its rpcport=
Had that from the start. No luck.
I'm not sure I read your response right.
To be clear:
First, your
port=X , must have a different value from
rpcport=Y.
Secondly, your cudaminer launch, must then point to port "Y", not to port "X". The miner connects to the
rpcport, not to the
port. Hope this made sense...
The only other suggestion I have is to add
listen=1.
Good luck!
Good suggestions, still no joy, though.
Here is what I have now:
Litecoin conf:
rpcuser=<user>
rpcpassword=<pass>
rpcallowip=127.0.0.1
rpcconnect=127.0.0.1
rpcport=<portX>
server=1
gen=0
port=<portY>
rpctimeout=30
daemon=1
listen=1
block_nTime=1317972665
block_nNonce=2084524493
Cudaminer:
C:\CudaMiner\cudaminer-2014-02-28\x64\cudaminer -o 127.0.0.1:<portX> -u <user> -p <pass>
And when I run it, I get:
C:\Users\<user>\Desktop>C:\CudaMiner\cudaminer-2014-02-28\x64\cudaminer -o 127.0.
0.1:<portX> -u <user> -p <pass>
*** CudaMiner for nVidia GPUs by Christian Buchner ***
This is version 2014-02-28 (beta)
based on pooler-cpuminer 2.3.2 (c) 2010 Jeff Garzik, 2012 pooler
Cuda additions Copyright 2013,2014 Christian Buchner
LTC donation address: LKS1WDKGED647msBQfLBHV3Ls8sveGncnm
BTC donation address: 16hJF5mceSojnTD3ZTUDqdRhDyPJzoRakM
YAC donation address: Y87sptDEcpLkLeAuex6qZioDbvy1qXZEj4
[2015-08-02 01:04:47] 1 miner threads started, using 'scrypt' algorithm.
[2015-08-02 01:04:47] HTTP request failed: Empty reply from server
[2015-08-02 01:04:47] json_rpc_call failed, retry after 15 seconds
[2015-08-02 01:05:02] HTTP request failed: Empty reply from server
[2015-08-02 01:05:02] json_rpc_call failed, retry after 15 seconds
This *really* shouldn't be this hard. :-p