• Welcome to Overclockers Forums! Join us to reply in threads, receive reduced ads, and to customize your site experience!

SOLVED Give-Me-Coins not showing my stats

Overclockers is supported by our readers. When you click a link to make a purchase, we may earn a commission. Learn More.

pcgamer4life

Member
Joined
Dec 30, 2004
Hey Guys, I just started mining ltc yesterday as more of a learning exercise than anything. My first time dabbling in mining at all. I downloaded a wallet and let it sync, created an account on Give-Me-coins.com, added my wallet, downloaded cgminer, and started running:

Code:
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
color 07
cgminer.exe --scrypt -o stratum+tcp://ltc.give-me-coins.com:3333 -u USER.WORKER -p PASS -I 18 -w 128 --thread-concurrency 5600

All seems to go well, I ran for about 12 hours yesterday, and here's the summary:
Code:
 [2014-01-15 08:49:02]
Summary of runtime statistics:

 [2014-01-15 08:49:02] Started at [2014-01-14 21:09:08]
 [2014-01-15 08:49:02] Pool: stratum+tcp://ltc.give-me-coins.com:3333

 [2014-01-15 08:49:02] Runtime: 11 hrs : 39 mins : 53 secs
 [2014-01-15 08:49:02] Average hashrate: 327.5 Kilohash/s
 [2014-01-15 08:49:02] Solved blocks: 49
 [2014-01-15 08:49:02] Best share difficulty: 107K
 [2014-01-15 08:49:02] Share submissions: 2695
 [2014-01-15 08:49:02] Accepted shares: 2609
 [2014-01-15 08:49:02] Rejected shares: 86
 [2014-01-15 08:49:02] Accepted difficulty shares: 192400
 [2014-01-15 08:49:02] Rejected difficulty shares: 6656
 [2014-01-15 08:49:02] Reject ratio: 3.2%
 [2014-01-15 08:49:02] Hardware errors: 52
 [2014-01-15 08:49:02] Utility (accepted shares / min): 3.73/min

 [2014-01-15 08:49:02] Work Utility (diff1 shares solved / min): 293.29/min

 [2014-01-15 08:49:02] Stale submissions discarded due to new blocks: 0

 [2014-01-15 08:49:02] Unable to get work from server occasions: 1

 [2014-01-15 08:49:02] Work items generated locally: 3597
 [2014-01-15 08:49:02] Submitting work remotely delay occasions: 0

 [2014-01-15 08:49:02] New blocks detected on network: 303

 [2014-01-15 08:49:02] Summary of per device statistics:

 [2014-01-15 08:49:02] GPU0                | (5s):327.0K (avg):327.5Kh/s | A:192
400 R:6656 HW:52 WU:293.3/m
 [2014-01-15 08:49:02]
 [2014-01-15 08:49:02] Stratum connection to pool 0 interrupted

 [2014-01-15 08:49:02] Pool 0 stratum+tcp://ltc.give-me-coins.com:3333 not responding!


But when I log in to my account on give-me-coins, it shows my hashrate as 0, shows that I have no submitted shares.

Am I missing something? Should I use a different pool?

Thanks!
 
Last edited:
Did you create a worker when you signed up? Is your worker really setup as "USER.WORKER" with password "PASS"?
 
I did create a worker (or rather, I believe it was created automatically when I created my account), and I set the username/password in my cgminer options to match my login info on the site (-u Negativeten.WORKER -p mypassword)

[edit] I just realized that perhaps the '.WORKER' should be '.Name'.. where name is '1' in this case...
 

Attachments

  • worker.png
    worker.png
    24.6 KB · Views: 57
Yep, I feel like an idiot. I just changed the worker name and all is working fine now.


So all of the work done last night was for nothing? Not like it matters at the scale at which I'm mining, but sort of irritating that I overlooked something that trivial.
 
I did create a worker (or rather, I believe it was created automatically when I created my account), and I set the username/password in my cgminer options to match my login info on the site (-u Negativeten.WORKER -p mypassword)

[edit] I just realized that perhaps the '.WORKER' should be '.Name'.. where name is '1' in this case...

Ah, an easy fix. :beer:
 
Yep, I feel like an idiot. I just changed the worker name and all is working fine now.


So all of the work done last night was for nothing? Not like it matters at the scale at which I'm mining, but sort of irritating that I overlooked something that trivial.

I did the same thing when I started. Just got lucky and caught it sooner.
 
You should also look into the hardware errors you received, you should be hoping for 0.
 
Thanks for the tip, I monitored it while running just now and noticed that the driver crashed/recovered a few times. I was running it slightly overclocked, I'll try stock settings and see what happens.
 
Thanks for the tip, I monitored it while running just now and noticed that the driver crashed/recovered a few times. I was running it slightly overclocked, I'll try stock settings and see what happens.

Might need more voltage for that OC.
 
Back