Need some help please
-
tried to set forth on some solo mining tonight and again i failed:
kept getting this message:[2013-07-15 01:05:09] Started cgminer 3.3.1
[2013-07-15 01:05:23] Probing for an alive pool
[2013-07-15 01:05:28] Pool 0 slow/down or URL or credentials invalid
[2013-07-15 01:06:23] No servers were found that could be used to get work from[2013-07-15 01:06:23] Please check the details from the list below of the serve
s you have input
[2013-07-15 01:06:23] Most likely you have input the wrong URL, forgotten to ad
a port, or have not set up workers
[2013-07-15 01:06:23] Pool: 0 URL: http://192.168.1.139:5587 User: x.y Password: z
[2013-07-15 01:06:23] Press any key to exit, or cgminer will try again in 15s.
[2013-07-15 01:06:44] Pool 0 slow/down or URL or credentials invalidmy config file looks like this :
rpcallowip=127.0.0.1
rcpallowip=192.168.1.*
rpcport=5587
rpcuser=x
rpcpassword=z
daemon=1
server=1
gen=0
testnet=0
listen=0
maxconnections=100
addnode=69.85.86.195any idea what i am doing wrong here? i tried user and password this way too: -u x -p z.
-
[quote name=“d2” post=“21590” timestamp=“1373879821”]
listen=0Might be causing the issue but I doubt it as I’m pretty sure that parameter is just supposed to be for other daemons / wallets to leech the block chain from you.
It could be your machine has a firewall enabled. Windows generally does by default.
It could be the block chain isn’t finished downloading so the client isn’t accepting connections.
It could also be an issue with the client of the coin you are trying to mine. Should probably post in NUG thread on bitcointalk and see if others are also having issues with that coins client.
[/quote]not sure its happening on any coins i try to solo–otherwise cgminer and cudaminer both work fine if not soloing.
-
cgminer --scrypt -o http://127.0.0.1:5587 -u x -p z
rpcallowip=127.0.0.1
rcpallowip=192.168.*.*
rpcport=5587
rpcuser=x
rpcpassword=z
daemon=1
server=1
maxconnections=100
addnode=69.85.86.19are you using -server on the shortcut to launch the client? may not matter with server set in the config though
most likely a syntax error somewhere. try recreating the config file from scratch and make sure it is actually a .conf file *don’t ask*
+what D2 said :P -
run feathercoin client with the option --server (not sure if this is still needed, but i do it just to be safe)
Strange port your using.
I normally use 9337 (standard port for ftc). also make sure that the port you use do not collide with other apps, and that the router has forwardered the port to that specific machine.
do a online port scan to check.EDIT:
The port forward thingy do not apply if your just mining from the local computer where you run the program.ALSO if you look closely you have written rcpallowip it should be rpcallowip… might that be it?