Bitcoin Forum

Other => Beginners & Help => Topic started by: f4t4l on December 18, 2013, 09:21:59 AM



Title: error at Cudaminer
Post by: f4t4l on December 18, 2013, 09:21:59 AM
hi,i cant run cuda miner.this is error:

] 1 miner threads started, using 'scrypt' algorithm.
] HTTP request failed: Failed connect to 127.0.0.1:9332; N

] json_rpc_call failed, retry after 15 seconds



Title: Re: error at Cudaminer
Post by: lordniko on December 18, 2013, 10:02:51 AM
Hi there,

I'm using cudaminer myself. Some more information would be useful to track down the problem.

I guess cudaminer is working properly, but the connection (or the connection information) is wrong. The IP address 127.0.0.1 represents your system's loopback adapter, i.e. you are attempting to connect to your own machine (as opposed to a mining pool, for example). is this intended?


Title: Re: error at Cudaminer
Post by: f4t4l on December 18, 2013, 10:12:43 AM
Hi there,

I'm using cudaminer myself. Some more information would be useful to track down the problem.

I guess cudaminer is working properly, but the connection (or the connection information) is wrong. The IP address 127.0.0.1 represents your system's loopback adapter, i.e. you are attempting to connect to your own machine (as opposed to a mining pool, for example). is this intended?
thanks,how i can change  127.0.0.1 to my own machine?(means is  host pool?)


Title: Re: error at Cudaminer
Post by: lordniko on December 18, 2013, 10:19:55 AM
I'm not quite getting what you are trying to do.
Are you trying to connect to a pool? Or are you mining alone?

How do you invoke cudaminer?
Example: My command-line input for mining:
Code:
./cudaminer -u user.worker -p workerpassword -o stratum+tcp://usa.wemineltc.com:3334


Title: Re: error at Cudaminer
Post by: f4t4l on December 18, 2013, 10:35:02 AM
I'm not quite getting what you are trying to do.
Are you trying to connect to a pool? Or are you mining alone?

How do you invoke cudaminer?
Example: My command-line input for mining:
Code:
./cudaminer -u user.worker -p workerpassword -o stratum+tcp://usa.wemineltc.com:3334
i want trying to connect a pool. see my screen shot :

http://8pic.ir/images/11665800551772010903.jpg


Title: Re: error at Cudaminer
Post by: lordniko on December 18, 2013, 12:15:53 PM
Okay, we got the error message.

Now give some information about the connection settings you are using. Without those, we cannot find the reason.