Author

Topic: Solo mining to one wallet from multiple PCs using CCMiner (Read 3739 times)

sr. member
Activity: 361
Merit: 267
Did you try with another wallet? Never mined/used Darkcoin.

What do you mean?  Try a different currency?  I've only tried it with DarkCoin.  I'll try a different X11 currency and let you know what I find.
legendary
Activity: 1884
Merit: 1005
Did you try with another wallet? Never mined/used Darkcoin.
sr. member
Activity: 361
Merit: 267
Its all about the rpcallowip=

I would suggest to just allow all ips and try it that way.

rpcallowip=*

if that doesnt help, check/deactivate firewall to test.

Thanks for the reply...  I tried that as well.  Even from a local PC using localhost in CCMiner and in darkcoin.conf, I still get the same error.  I've tried this on my work PC as well as my home PC with the same outcome; I also tried running the wallet on another PC and pointing my miner at it and still the same error.  All three tests were with fresh downloads of the wallet that were allowed to completely update.  Obviously, the wallets were restarted after each set of changes.
legendary
Activity: 1884
Merit: 1005
Its all about the rpcallowip=

I would suggest to just allow all ips and try it that way.

rpcallowip=*

if that doesnt help, check/deactivate firewall to test.
sr. member
Activity: 361
Merit: 267
Anyone?  I'm totally lost here.

I changed my config file on the wallet to try localhost, the ip address of the PC, the external address of the PC...

darkcoin.conf:
Code:
rpcuser=user	
rpcpassword=x
rpcallowip=127.0.0.1
rpcallowip=192.168.0.25
rpcallowip=10.0.0.45
rpcallowip=208.253.161.x
rpcallowip=173.77.148.x
rpcallowip=ANYOTHERMINERS
rpcport=9999
server=1
daemon=1
listen=1


miner.bat:
Code:
ccminer30.exe --algo=x11 -o 192.168.0.25:9999  -u user -p x
pause


My response:
Quote
C:\Mining\ccminer\x86>ccminer30.exe --algo=x11 -o 192.168.0.25:9999  -u user
 -p x
     *** ccMiner for nVidia GPUs by Christian Buchner and Christian H. ***
                     This is version 1.2 (beta)
          based on pooler-cpuminer 2.3.2 (c) 2010 Jeff Garzik, 2012 pooler
          based on pooler-cpuminer extension for HVC from
               https://github.com/heavycoin/cpuminer-heavycoin
                        and
               http://hvc.1gh.com/
        Cuda additions Copyright 2014 Christian Buchner, Christian H.
          LTC donation address: LKS1WDKGED647msBQfLBHV3Ls8sveGncnm
          BTC donation address: 16hJF5mceSojnTD3ZTUDqdRhDyPJzoRakM
          YAC donation address: Y87sptDEcpLkLeAuex6qZioDbvy1qXZEj4
[2014-08-12 08:01:05] 1 miner threads started, using 'x11' algorithm.
[2014-08-12 08:01:05] HTTP request failed: Empty reply from server
[2014-08-12 08:01:05] json_rpc_call failed, retry after 30 seconds
sr. member
Activity: 361
Merit: 267
I asked this on the Darkcoin forums, but they don't seem as active as we are here:

I have a two part question/issue...

I'm trying to configure my PC to run CCMiner to localhost mining to my wallet. I tried mining directly to the wallet without changing the darkcoin.conf file, but that didn't work. I also started the wallet with the -server variable and it still didn't work. I tried no port as well as different range of ports...

CCMiner:
Code:
ccminer35-50.exe --algo=x11 -o stratum+tcp://127.0.0.1:9999 -u user -p x
pause

darkcoin.conf:
Code:
rpcuser=user
rpcpassword=x
rpcallowip=127.0.0.1
rpcport=9999
daemon=1
server=1
gen=0

How do I mine to a wallet on my PC from CCMiner on my PC?
Can I mine to my wallet from other home computers by adding 'addnode=' or 'connect='?
Jump to: