Pages:
Author

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

hero member
Activity: 770
Merit: 500
There getting DDoS at the moment.
sr. member
Activity: 277
Merit: 250
I create the account 2012-03-01 but i dont use much then if you want a place there i can share my account(only the time you get your own account), i give to you the worker/password and you give to me your LTC address.
hero member
Activity: 770
Merit: 500
When will the registrations be open? Looking to point 8 7950s at a PPs LTC pool.
full member
Activity: 227
Merit: 100
Please give the invitation to the pool. I have 5 cars by 2.8 Kh / s each, a total of 14.000 Kh / s
hero member
Activity: 838
Merit: 507
A DDoS attack is currently affecting the website and some of the miners.
Make sure you have failover correctly set up in cgminer.
hero member
Activity: 838
Merit: 507
what is the conditions of joining your pool ?
At the moment there are no fixed requirements. Applications are reviewed on a case-by-case basis.
sr. member
Activity: 490
Merit: 250
what is the conditions of joining your pool ?
full member
Activity: 202
Merit: 100
What is the reward system on pool, pps or pplns??? or other?
member
Activity: 87
Merit: 10
Thanks. But with which name I must save this batch file?
cgminer is called from within the batch file. The name of the batch file itself is irrelevant.
This batch file will look like this:
Code:
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
cgminer --scrypt [all the other options here]
When you want to start cgminer, you start it by running the batch file.

Thanks a lot!!!
hero member
Activity: 838
Merit: 507
Thanks. But with which name I must save this batch file?
cgminer is called from within the batch file. The name of the batch file itself is irrelevant.
This batch file will look like this:
Code:
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
cgminer --scrypt [all the other options here]
When you want to start cgminer, you start it by running the batch file.
member
Activity: 87
Merit: 10
I read that but I can't understand. I am a very new miner. Sorry about my ignorance but what does it mean "are not cgminer options" and "on Windows you set them in the batch file you use to start cgminer, on two separate lines". What is the batch file? Where I must put these two commands? Is correct the config above without "GPU_MAX_ALLOC_PERCENT and GPU_USE_SYNC_OBJECTS"?

If you don't have problems when running cgminer without having set those two environment variables I suppose you can just ignore them. I can't be totally sure because I haven't used Windows in ages.
Otherwise, make a batch file (a .bat file) where you set the two variables and then call cgminer.

Quote
On windows the same commands can be passed via a batch file if the following lines are in the .bat before starting cgminer:
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1

Thanks. But with which name I must save this batch file?
hero member
Activity: 838
Merit: 507
I read that but I can't understand. I am a very new miner. Sorry about my ignorance but what does it mean "are not cgminer options" and "on Windows you set them in the batch file you use to start cgminer, on two separate lines". What is the batch file? Where I must put these two commands? Is correct the config above without "GPU_MAX_ALLOC_PERCENT and GPU_USE_SYNC_OBJECTS"?

If you don't have problems when running cgminer without having set those two environment variables I suppose you can just ignore them. I can't be totally sure because I haven't used Windows in ages.
Otherwise, make a batch file (a .bat file) where you set the two variables and then call cgminer.

Quote
On windows the same commands can be passed via a batch file if the following lines are in the .bat before starting cgminer:
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
member
Activity: 87
Merit: 10
Thanks a lot. Is this config correct (I need advise especially for the first point of your advices):

cgminer.exe --scrypt --setx GPU_MAX_ALLOC_PERCENT 100 --setx GPU_USE_SYNC_OBJECTS 1 -o http://litecoinpool.org:9332 -u roland.1 -p 1 -I 15 --shaders 480

No, GPU_MAX_ALLOC_PERCENT and GPU_USE_SYNC_OBJECTS are not cgminer options. Normally on Windows you set them in the batch file you use to start cgminer, on two separate lines. This is described in the document I linked above.

I read that but I can't understand. I am a very new miner. Sorry about my ignorance but what does it mean "are not cgminer options" and "on Windows you set them in the batch file you use to start cgminer, on two separate lines". What is the batch file? Where I must put these two commands? Is correct the config above without "GPU_MAX_ALLOC_PERCENT and GPU_USE_SYNC_OBJECTS"?
hero member
Activity: 838
Merit: 507
Thanks a lot. Is this config correct (I need advise especially for the first point of your advices):

cgminer.exe --scrypt --setx GPU_MAX_ALLOC_PERCENT 100 --setx GPU_USE_SYNC_OBJECTS 1 -o http://litecoinpool.org:9332 -u roland.1 -p 1 -I 15 --shaders 480

No, GPU_MAX_ALLOC_PERCENT and GPU_USE_SYNC_OBJECTS are not cgminer options. Normally on Windows you set them in the batch file you use to start cgminer, on two separate lines. This is described in the document I linked above.
member
Activity: 87
Merit: 10
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".

Litecoin mining requires different settings than Bitcoin mining.
All cgminer users should read this document before trying to configure their miners.
The most important points are:
  • Set GPU_MAX_ALLOC_PERCENT and GPU_USE_SYNC_OBJECTS.
  • Set the --scrypt option.
  • Tell cgminer how many shaders your GPU has by using the --shaders option.
  • Find an appropriate intensity.
  • Make sure that no hardware errors occur (all HW figures must stay at 0).

Thanks a lot. Is this config correct (I need advise especially for the first point of your advices):

cgminer.exe --scrypt --setx GPU_MAX_ALLOC_PERCENT 100 --setx GPU_USE_SYNC_OBJECTS 1 -o http://litecoinpool.org:9332 -u roland.1 -p 1 -I 15 --shaders 480

Thanks a lot
hero member
Activity: 838
Merit: 507
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".

Litecoin mining requires different settings than Bitcoin mining.
All cgminer users should read this document before trying to configure their miners.
The most important points are:
  • Set GPU_MAX_ALLOC_PERCENT and GPU_USE_SYNC_OBJECTS.
  • Set the --scrypt option.
  • Tell cgminer how many shaders your GPU has by using the --shaders option.
  • Find an appropriate intensity.
  • Make sure that no hardware errors occur (all HW figures must stay at 0).
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
Pages:
Jump to: