Bitcoin Forum
June 15, 2024, 01:27:36 PM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Litecoin on 5850 Kh/s incorrect  (Read 2679 times)
Clearfly (OP)
Full Member
***
Offline Offline

Activity: 143
Merit: 100



View Profile
April 01, 2013, 01:50:18 PM
 #1

Can anyone explain why when i mine litecoin cg-miner is reporting 340Kh/s yet on the pools it's only showing about 16-20Kh/s.

Tried different pools, notroll.in, suprnova.cc, coinatron
MrWizard
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250


View Profile
April 01, 2013, 01:54:23 PM
 #2

Can anyone explain why when i mine litecoin cg-miner is reporting 340Kh/s yet on the pools it's only showing about 16-20Kh/s.

Tried different pools, notroll.in, suprnova.cc, coinatron
Yea, I noticed that too, but not quite to such an extent.  I call it the hidden pool tax.

"I walked into the room dripping in Bitcoins.  Yea dripping in Bitcoins."
(BTC) 168DCCeGmDy3xTWRimLVhvKtK3yEWbpsSg     (LTC) LbYS8VFqFSU7B9bfaHD11seQMtrtYEKpLe
(BBQ) bNVZErvwLzpEG7H3kt1fycWspzRQB1MJzL
Rawted
Hero Member
*****
Offline Offline

Activity: 742
Merit: 500



View Profile
April 01, 2013, 01:57:34 PM
 #3

The pools all have a ramp up time for measuring your speed. I've mined on most of those and it takes time for your pool stats (which are typically a 24 hour average) to catch up. If you're quickly hopping from pool to pool without giving it the necessary time, this could be the culprit.
Aozora21
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
April 01, 2013, 02:01:19 PM
 #4

at least its telling you something.. 2 different pools still show im not doing anything at all, even after about 5 hours.  no reported shares, no reported speed.
Clearfly (OP)
Full Member
***
Offline Offline

Activity: 143
Merit: 100



View Profile
April 01, 2013, 02:47:53 PM
Last edit: April 01, 2013, 03:02:32 PM by Clearfly
 #5

I understand the pool hoping thing, but i've been on notroll.in for 12hours and have only about 220 shares. About 0.07LTC

After 12 hours it should be nearer 1.5LTC

http://www.litecoinpool.org/calc?hashrate=340&difficulty=100.54392252

Edit:

Using CG-miner
cgminer --scrypt -o http://notroll.in:6332 -u **** -p **** --shaders 1440 --intensity 17 --worksize 256 --lookup-gap 2 -g 1 --gpu-engine 850 --gpu-memclock 1000
Clearfly (OP)
Full Member
***
Offline Offline

Activity: 143
Merit: 100



View Profile
April 01, 2013, 04:02:53 PM
 #6

Kk i think i know what the problem is.

CG miner is showing the difficulty as 6.59M which is the Bitcoin Difficulty not the Litecoin difficulty.

How do i change this?
MaGNeT
Legendary
*
Offline Offline

Activity: 1526
Merit: 1002


Waves | 3PHMaGNeTJfqFfD4xuctgKdoxLX188QM8na


View Profile WWW
April 01, 2013, 05:02:31 PM
 #7

Kk i think i know what the problem is.

CG miner is showing the difficulty as 6.59M which is the Bitcoin Difficulty not the Litecoin difficulty.

How do i change this?

Not, it's correct.
multiply / divide by 65535.
El Dude
Hero Member
*****
Offline Offline

Activity: 770
Merit: 500


View Profile
April 04, 2013, 08:09:07 AM
 #8

I'm also have this problem , on give-me-ltc and tc.kattare, only showing 15 kh on thier site , reaper shows 300khash , after 12 hours don't even have 1 LTC.

Bitcoin and Litecoin hodler
Clearfly (OP)
Full Member
***
Offline Offline

Activity: 143
Merit: 100



View Profile
April 05, 2013, 08:06:31 PM
 #9

I sussed it by adding the option:
--thread-concurrency 8192

The value must be divisable by 64.
pekv2
Hero Member
*****
Offline Offline

Activity: 770
Merit: 502



View Profile
April 05, 2013, 08:33:24 PM
 #10

I understand the pool hoping thing, but i've been on notroll.in for 12hours and have only about 220 shares. About 0.07LTC

After 12 hours it should be nearer 1.5LTC

http://www.litecoinpool.org/calc?hashrate=340&difficulty=100.54392252

Edit:

Using CG-miner
cgminer --scrypt -o http://notroll.in:6332 -u **** -p **** --shaders 1440 --intensity 17 --worksize 256 --lookup-gap 2 -g 1 --gpu-engine 850 --gpu-memclock 1000

https://bitcointalk.org/index.php?topic=162345.msg1717628#msg1717628

These settings are set for two cards. Remove the settings to the right as explained in above post for one card.

Here is for one card. My cgminer.conf file. I get 400 khash/s with these settings, and the pools I use read almost exactly what my cards put out.

Code:
{
"pools" : [
{
"url" : "pool1:port",
"user" : "username.1",
"pass" : "password"
},
{
"url" : "pool2:port",
"user" : "username.1",
"pass" : "password"
}
]
,
"intensity" : "19",
"thread-concurrency" : "5760",
"vectors" : "1",
"worksize" : "256",
"kernel" : "scrypt",
"gpu-fan" : "0-75",
"gpu-vddc" : "1.088",
"gpu-engine" : "0-944",
"gpu-memclock" : "1180",
"gpu-memdiff" : "0,0",
"gpu-powertune" : "0,0",
"temp-cutoff" : "0,0",
"temp-overheat" : "102",
"temp-target" : "100",
"api-port" : "4028",
"expiry" : "120",
"gpu-dyninterval" : "7",
"gpu-threads" : "1",
"log" : "5",
"queue" : "1",
"retry-pause" : "5",
"scan-time" : "60",
"scrypt" : true,
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin"
}
meebs
Hero Member
*****
Offline Offline

Activity: 616
Merit: 500



View Profile
April 05, 2013, 09:11:20 PM
 #11

The pools all have a ramp up time for measuring your speed. I've mined on most of those and it takes time for your pool stats (which are typically a 24 hour average) to catch up. If you're quickly hopping from pool to pool without giving it the necessary time, this could be the culprit.

at least the pools like litecoinpool, notroll.in, and coinotron use an approx 10min avg.

OP, give it at LEAST 10-15 minutes and then check the hash rate in the pool.

THEN, understand it is an AVERAGE, if you have 1200khash showing on cgminer, you can see anywhere from 950-1500 at the pool, depending on miner luck in finding shares.

              ▄▄▄█████████████▄▄▄
           ▄████████▀▀▀▀▀▀▀████████▄
        ▄██████▀▀             ▀▀██████▄
      ▄█████▀▀                    ▀▀█████▄
     █████▀                          ▀█████
    ████▀          ▄▄███████▄▄         ▀████
   ████▌        ▄██▀▀▀    ▀▀▀██▄        ▐████
  ████▌       ▄██▀            ▀██▄       ▐████
 ▐████       ██▀   ▄▄█▀▀▀█▄▄    ▀██       ████▌
 ████▌      ▐█▌   █▀  ▄▄   ▀▀             ▐████
▐████       ██  █▌  █▌ █████████████      ████▌
▐████       ██  ▐█  ▐█                     ████▌
▐████       ██  █▌  █▌ █████████████      ████▌
 ████▌      ▐█▌   █▄  ▀▀   ▄▄    ██▀      ▐████
 ▐████       ██▄   ▀▀█▄▄▄█▀▀    ██▌       ████▌
  █████       ▀██▄            ▄██▀       █████
   █████        ▀██▄▄▄    ▄▄▄██▀        █████
    █████          ▀▀███████▀▀         █████
     █████▄                          ▄█████
      ▀█████▄▄                    ▄▄█████▀
        ▀██████▄▄             ▄▄██████▀
           ▀████████▄▄▄▄▄▄▄████████▀
              ▀▀▀█████████████▀▀▀
Global Cryptocurrency
          ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

  DECENTRALISING PRODUCTION, LOGISTICS AND PAYMENT 
                ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬   3D SERVICE      32 BAY     GCC WEBWALLET
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!