Mining is working... but no coins :(
-
Hi,
So I have successfully been CPU mining over the last few weeks in the d2 FTC pool. Finally got my r9 280x, fired it up and it seems to be mining fine @720kHs, but when I look at the ftc.d2.cc site it shows my worker is active but does not show my hashrate or any shares.
This is the .bat I am using:
cgminer.exe --scrypt -o stratum+tcp://pool.d2.cc:3333 -u username -p password -I 13 -g 2 -w 256 --thread-concurrency 8128Pool - stratum+tcp://pool.d2.cc:3333
I have checked that the worker name and password match. Initially I thought it might take a while to appear, but even after several hours it was still the same. I can’t see what the problem is. Any ideas as to what the problem might be?
[attachment deleted by admin]
-
The pool had a delay on paying out and updating stats at that moment, could you check to see what your balance is now?
-
Checked it again, still the same. Doesn’t even show the estimated profit, it’s like I’m not mining at all.
-
You’re getting 720 kh/s CPU mining? Impressive! I would suggest contacting D2 directly as he can probably help you out pretty quickly.
-
mining at d2 pool as user??
you have remembered to use username.workername right?
-
[quote name=“svennand” post=“47026” timestamp=“1387790262”]
mining at d2 pool as user??you have remembered to use username.workername right?
[/quote][quote author=delimitri link=topic=6296.msg46823#msg46823 date=1387701283]
cgminer.exe --scrypt -o stratum+tcp://pool.d2.cc:3333 -u [b]username[/b] -p [b]password[/b] -I 13 -g 2 -w 256 --thread-concurrency 8128
[/quote]Have you set up a worker?
lets say you log in as bob. and you set your worker name as frank. and your password is , well lets just say password for this example, your line should look like this…
cgminer.exe --scrypt -o stratum+tcp://pool.d2.cc:3333 -u [b][u]bob.frank[/u][/b] -p [b]password[/b] -I 13 -g 2 -w 256 --thread-concurrency 8128
That might be your problem… That “.” is pretty important…