Pages:
Author

Topic: [ANN] The First Litecoin PPS Pool (litecoinpool.org) - page 58. (Read 226988 times)

member
Activity: 87
Merit: 10
Hello,

It is the first time that I mine Litecoin and I have problems with the configuration of cgminer. I used this configuration:

cgminer.exe -o http://litecoinpool.org:9332 -u workername -p password -I 7

But I have only rejected shares with the written "target-miss". I have also the same velocity as when I mined bitcoin (about 100Mh/sec).

Can anybody help me to do the right configuration of cgminer?

Thanks in advance

this pools registration is still closed you need to find another pool, register there and use your worker name and pass listed in the worker page
list of other pools https://www.litecoinpool.org/pools

I'm already a new registered member.
sr. member
Activity: 252
Merit: 250
Hello,

It is the first time that I mine Litecoin and I have problems with the configuration of cgminer. I used this configuration:

cgminer.exe -o http://litecoinpool.org:9332 -u workername -p password -I 7

But I have only rejected shares with the written "target-miss". I have also the same velocity as when I mined bitcoin (about 100Mh/sec).

Can anybody help me to do the right configuration of cgminer?

Thanks in advance

this pools registration is still closed you need to find another pool, register there and use your worker name and pass listed in the worker page
list of other pools https://www.litecoinpool.org/pools
member
Activity: 87
Merit: 10
Hello,

It is the first time that I mine Litecoin and I have problems with the configuration of cgminer. I used this configuration:

cgminer.exe -o http://litecoinpool.org:9332 -u workername -p password -I 7

But I have only rejected shares with the written "target-miss". I have also the same velocity as when I mined bitcoin (about 100Mh/sec).

Can anybody help me to do the right configuration of cgminer?

Thanks in advance
sr. member
Activity: 472
Merit: 250

Very interesting. Hopefully, this will produce a nice drop in difficulty as well.
newbie
Activity: 10
Merit: 0
I noticed few people mining with insane speed like 140.000 kHs, can anyone share or suggest what they may use - is it some special equipment or just tens of computers with a lot of cards in each....
I'm wondering too. The (back of a napkin) math looks like this:
140,000 Khs / 650 Khs = 215 7950s or about 200 7970s.
So one of 3 things is going on.
1) It's a serious miner farm. At ~ 200 watts per 7950 he's drawing ~ 43,000 watts 0_0
2) Someone has made some custom hardware and kept remarkably quiet about it.
3) It's a bot net.
 
member
Activity: 114
Merit: 100
I noticed few people mining with insane speed like 140.000 kHs, can anyone share or suggest what they may use - is it some special equipment or just tens of computers with a lot of cards in each....
legendary
Activity: 1022
Merit: 1001
I'd fight Gandhi.
Having issues with this pool since I started mining a few weeks back. It seems that 1/3rd of my shares aren't making it to the pool. Each one of my rigs are chugging away at ~900KH/s. However, it's only displaying about 2/3rds of my speed (~600KH/s). With two of these rigs running at 900 each (1.8MH/s in total), I should be getting somewhere around 3.25 LTC per day. However, my past 24 hour reward is displaying 1.6 LTC. It's been like this for awhile, and not very profitable.

What am I missing here?
The pool is not the problem.

Are you having bad latency?
Are you getting HW errors?

It's very likely a latency issue.
I think I've got it nailed down now. Pointed one of my miners towards coinotron, and still had issues. Ruled out pool issues right away. Was using the scrypt GUIminer (reaper), so I gave cgminer a go. Had issues as well, but noticed that in their FAQ they listed my problem. I lowered the intensity a tiny bit, then both pools started receiving the shares properly. Never had HW error, no latency problems. Good thing it was a simple fix! Smiley It's weird that it says you're mining at a certain speed, but not actually getting all of it back to the pool. Would have never guessed intensity.
aa
hero member
Activity: 544
Merit: 500
Litecoin is right coin
Having issues with this pool since I started mining a few weeks back. It seems that 1/3rd of my shares aren't making it to the pool. Each one of my rigs are chugging away at ~900KH/s. However, it's only displaying about 2/3rds of my speed (~600KH/s). With two of these rigs running at 900 each (1.8MH/s in total), I should be getting somewhere around 3.25 LTC per day. However, my past 24 hour reward is displaying 1.6 LTC. It's been like this for awhile, and not very profitable.

What am I missing here?
The pool is not the problem.

Are you having bad latency?
Are you getting HW errors?

It's very likely a latency issue.
hero member
Activity: 770
Merit: 502
I wrote the frontend for this pool from scratch back in 2011, so the bugs in MMCFE never affected us.
I did take inspiration from Simplecoin for the GUI, but the actual code is completely different and unique.

Cool. Appreciate the response.
legendary
Activity: 1022
Merit: 1001
I'd fight Gandhi.
Having issues with this pool since I started mining a few weeks back. It seems that 1/3rd of my shares aren't making it to the pool. Each one of my rigs are chugging away at ~900KH/s. However, it's only displaying about 2/3rds of my speed (~600KH/s). With two of these rigs running at 900 each (1.8MH/s in total), I should be getting somewhere around 3.25 LTC per day. However, my past 24 hour reward is displaying 1.6 LTC. It's been like this for awhile, and not very profitable.

What am I missing here?
hero member
Activity: 838
Merit: 507
Heya, pooler.

Not sure what this is about, but wondering if you would take a read and if this would involve litecoinpool at all.

Thanks.

https://bitcointalk.org/index.php?topic=213592.0;topicseen

I wrote the frontend for this pool from scratch back in 2011, so the bugs in MMCFE never affected us.
I did take inspiration from Simplecoin for the GUI, but the actual code is completely different and unique.
hero member
Activity: 770
Merit: 502
Heya, pooler.

Not sure what this is about, but wondering if you would take a read and if this would involve litecoinpool at all.

Thanks.

https://bitcointalk.org/index.php?topic=213592.0;topicseen

Probably not; however, there are known issues with MMCFE, which is the most widely used front-end for pools. I have noticed that with several Alt coins(especially those with a low difficulty) MMCFE does not reward the users for some blocks.

Run this on your database to see if this is happening to you...

Code:
SELECT blockNumber AS unpaid_blocks FROM `winning_shares` WHERE blockNumber NOT IN (SELECT assocBlock FROM ledger)
UNION ALL
SELECT assocBlock AS unpaid_blocks FROM `ledger` WHERE assocBlock NOT IN (SELECT blockNumber FROM winning_shares)
The result here will check winning_shares against your ledger, and tell you which block numbers do not correlate.


Until I have a repair, and automatic payment method for these unpaid blocks I will be offering this list to the users of http://dgc.turbocoin.us and our other pools upon repair.

Maybe other operators can report back here from their various coins to see if particular coins have an issue or low difficulty, or low confirm requirements causes it.

Thanks.
hero member
Activity: 838
Merit: 507
So, is registration going to open up, since you are no where near having %51 of the hashrate??

By the way, I haven't had much time to work on the pool in the past few days, but I do have plans to let it grow as soon as I'm done implementing a more scalable software solution for the mining backend. I just really want to make sure that reliability and performance are not sacrificed.
For now I am accepting applications (via email only please) from miners that would like to join, but I can't promise anything
full member
Activity: 182
Merit: 100
fml
So, is registration going to open up, since you are no where near having %51 of the hashrate??
hero member
Activity: 838
Merit: 507
Your STRATUM just went down.
The US server had some technical issues; it's back up now.
Tip: You can configure cgminer to automatically switch to the european server if the US server goes down for whatever reason.

Share accepting but no status update on account.
Everything looks fine to me, please pm me your details if you want me to check your account.
full member
Activity: 140
Merit: 100
Share accepting but no status update on account.
member
Activity: 84
Merit: 10
Your STRATUM just went down.
newbie
Activity: 19
Merit: 0
Can I has invite/registration, pwease?!

I'd like to sign up; any way we can join a mailing list for notification when registration opens up?  I've had my eye on ya for a while.
Pages:
Jump to: