Pages:
Author

Topic: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX] - page 15. (Read 3426944 times)

hero member
Activity: 840
Merit: 1000
@RandomNoob:

How about commenting out (or temporarily removing):
block_nTime=1317972665
block_nNonce=2084524493


I don't recall ever seeing these parameters before, so I guess they look alien to me.
Other than that, do you have a sync'ed wallet?


Took those out.  Tried.  Failed.  Same messages.

Yes, wallet is synched and up to date.

Have you opened your rpcport in the firewall?

Yes. In both my OS firewall and in my Router's port forwarding.

Okay. Where do you have your .conf file? It should be in %appdata%/litecoin

It's here:  C:\Users\\AppData\Roaming\Litecoin
that is correct. Ok last thing i know about is port should be 9332, if it is so then i don't know what else could be wrong.
newbie
Activity: 15
Merit: 0
@RandomNoob:

How about commenting out (or temporarily removing):
block_nTime=1317972665
block_nNonce=2084524493


I don't recall ever seeing these parameters before, so I guess they look alien to me.
Other than that, do you have a sync'ed wallet?


Took those out.  Tried.  Failed.  Same messages.

Yes, wallet is synched and up to date.

Have you opened your rpcport in the firewall?

Yes. In both my OS firewall and in my Router's port forwarding.

Okay. Where do you have your .conf file? It should be in %appdata%/litecoin

It's here:  C:\Users\\AppData\Roaming\Litecoin
hero member
Activity: 840
Merit: 1000
@RandomNoob:

How about commenting out (or temporarily removing):
block_nTime=1317972665
block_nNonce=2084524493


I don't recall ever seeing these parameters before, so I guess they look alien to me.
Other than that, do you have a sync'ed wallet?


Took those out.  Tried.  Failed.  Same messages.

Yes, wallet is synched and up to date.

Have you opened your rpcport in the firewall?

Yes. In both my OS firewall and in my Router's port forwarding.

Okay. Where do you have your .conf file? It should be in %appdata%/litecoin
newbie
Activity: 15
Merit: 0
@RandomNoob:

How about commenting out (or temporarily removing):
block_nTime=1317972665
block_nNonce=2084524493


I don't recall ever seeing these parameters before, so I guess they look alien to me.
Other than that, do you have a sync'ed wallet?


Took those out.  Tried.  Failed.  Same messages.

Yes, wallet is synched and up to date.

Have you opened your rpcport in the firewall?

Yes. In both my OS firewall and in my Router's port forwarding.
hero member
Activity: 840
Merit: 1000
@RandomNoob:

How about commenting out (or temporarily removing):
block_nTime=1317972665
block_nNonce=2084524493


I don't recall ever seeing these parameters before, so I guess they look alien to me.
Other than that, do you have a sync'ed wallet?


Took those out.  Tried.  Failed.  Same messages.

Yes, wallet is synched and up to date.

Have you opened your rpcport in the firewall?
newbie
Activity: 15
Merit: 0
@RandomNoob:

How about commenting out (or temporarily removing):
block_nTime=1317972665
block_nNonce=2084524493


I don't recall ever seeing these parameters before, so I guess they look alien to me.
Other than that, do you have a sync'ed wallet?


Took those out.  Tried.  Failed.  Same messages.

Yes, wallet is synched and up to date.
legendary
Activity: 1154
Merit: 1001
@RandomNoob:

How about commenting out (or temporarily removing):
block_nTime=1317972665
block_nNonce=2084524493


I don't recall ever seeing these parameters before, so I guess they look alien to me.
Other than that, do you have a sync'ed wallet?
newbie
Activity: 15
Merit: 0
the few times i've solo mined with daemons, i haven't used rpcconnect in the .conf. I'm not sure, but that is really the only thing that stands out to me

Took the rpcconnect line out.  No change.

  Everything I've read says that this should work, but it's not.  I guess I'm just not supposed to mine.
hero member
Activity: 750
Merit: 500
the few times i've solo mined with daemons, i haven't used rpcconnect in the .conf. I'm not sure, but that is really the only thing that stands out to me
newbie
Activity: 15
Merit: 0
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.   Sad

Here is what I have now:

Litecoin conf:

rpcuser=
rpcpassword=
rpcallowip=127.0.0.1
rpcconnect=127.0.0.1
rpcport=
server=1
gen=0
port=
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: -u -p


And when I run it, I get:


C:\Users\\Desktop>C:\CudaMiner\cudaminer-2014-02-28\x64\cudaminer -o 127.0.
0.1: -u -p
           *** 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

legendary
Activity: 1154
Merit: 1001
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!
newbie
Activity: 15
Merit: 0
legendary
Activity: 1484
Merit: 1082
ccminer/cpuminer developer
newbie
Activity: 15
Merit: 0
rpcallowip=127.0.0.*
port=enter port

Cheers!


Still not working, but there's a difference...

If I put it in with the *, it says that it's invalid and must be in the format blah, blah, blah...   

If I put in the specified 127.0.0.1 and port=, it gives me:  HTTP request failed.  Empty reply from server.  json_rpc_call...



Bump....  Anyone?
member
Activity: 80
Merit: 10
hi all is anyone mining etherum yet
newbie
Activity: 15
Merit: 0
rpcallowip=127.0.0.*
port=enter port

Cheers!


Still not working, but there's a difference...

If I put it in with the *, it says that it's invalid and must be in the format blah, blah, blah...   

If I put in the specified 127.0.0.1 and port=, it gives me:  HTTP request failed.  Empty reply from server.  json_rpc_call...

hero member
Activity: 809
Merit: 501
rpcallowip=127.0.0.*
port=enter port

Cheers!
newbie
Activity: 15
Merit: 0
 Ok, I admit being a clueless Noob.  I'm trying to tiptoe into mining and I just wanted to set up the simplest thing available to understand things and then get more complex later.  However, even the most basic thing is not working.   Embarrassed

When I run CudaMiner, I get:  HTTP request failed: The requested URL returned error 404 not found.   json_rpc_call failed.

My CudaMinder command line is simply: 

C:\CudaMiner\cudaminer-2014-02-28\x86\cudaminer -o 127.0.0.1:port -u -p 

My Wallet is Litecoin (because I already had it), with conf file:

rpcuser=
rpcpassword=
rpcallowip=127.0.0.1
rpcconnect=127.0.0.1
rpcport=port
server=1
gen=0
rpctimeout=30
daemon=1

block_nTime=1317972665
block_nNonce=2084524493

Obviously username, password, and port are not shown, but they do match.

What am I missing?   Huh

I know it's likely to be a DOH! moment, but I'm frustrated and can't see my error.  Any help would be greatly appreciated.
hero member
Activity: 840
Merit: 1000
i`m speek about tpruvot ccminer - it not use additional flags except type of kernel and gap
cudaminer work fine with 5 cards

I have also added scrypt-n in my fork. I have replaced the keccak implementation, so it should run a littlebit faster.

without the launchconfig it will probobily not work
970: --algo=scrypt-jane:16 -L 8 -i 1 -l t32x4 -C 1 -b 65536
750ti: --algo=scrypt-jane:16 -H 2 -L 8 -i 0 -l t64x1 -b 4096 -m 1
Will those flags work with ccminer for scrypt-jane NF16? or do i just put in the launch config?


Haven't tested, but from the commandline just start the miner like this: (gtx 970) (nfactor 16)

ccminer -a scrypt-jane:16 -L 8 -i 1 -l t32x4 -C 1 -b 65536 -u xxx -p xxx -o stratum(pool adress)

Ok Will try and see how it performs.
hero member
Activity: 672
Merit: 500
Banned: For Your Protection
Apologies in advance for dropping the advert:

I'm looking to find 2 people, 3 tops, interested in buying a private ccminer for Axiom.
PM me here or IRC if interested, armed with 0.5 BTC to not waste my time (or yours).

A trusted escrow is absolutely fine if the buyer has not already established prior business trust with me.
[ Conservative performance, 250 h/s on a gtx 750 ti ]

As far as I know, this coin is (was) only CPU mined until now, and it has a very hot market on Bitty.



Well crap, I'm broke.
Pages:
Jump to: