Bitcoin Forum
May 07, 2024, 12:43:46 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 [3] 4 5 »  All
  Print  
Author Topic: LTC GPU Miner Source Code Reward Thread  (Read 11537 times)
tacotime (OP)
Legendary
*
Offline Offline

Activity: 1484
Merit: 1005



View Profile
March 13, 2012, 12:32:35 AM
 #41

Wait are the speeds being listed as actual speeds of running litecoin and its scrypt algorithm?

If so then the network hashrate should be jumpin sky high right now.

Please clarify...

thanks Grin

The price of LTC is comparable to the price of BTC based on per watt averages.  Mining LTC is slightly more profitable based on the average price of LTC right now, however most people would rather mine BTC as there is much greater liquidity and lower volatility (LTC price has been fluctuating on an order of magnitude for the past few months).

Code:
XMR: 44GBHzv6ZyQdJkjqZje6KLZ3xSyN1hBSFAnLP6EAqJtCRVzMzZmeXTC2AHKDS9aEDTRKmo6a6o9r9j86pYfhCWDkKjbtcns
1715042626
Hero Member
*
Offline Offline

Posts: 1715042626

View Profile Personal Message (Offline)

Ignore
1715042626
Reply with quote  #2

1715042626
Report to moderator
1715042626
Hero Member
*
Offline Offline

Posts: 1715042626

View Profile Personal Message (Offline)

Ignore
1715042626
Reply with quote  #2

1715042626
Report to moderator
1715042626
Hero Member
*
Offline Offline

Posts: 1715042626

View Profile Personal Message (Offline)

Ignore
1715042626
Reply with quote  #2

1715042626
Report to moderator
Make sure you back up your wallet regularly! Unlike a bank account, nobody can help you if you lose access to your BTC.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
Cosbycoin
Hero Member
*****
Offline Offline

Activity: 980
Merit: 506



View Profile
March 13, 2012, 12:52:07 AM
 #42

Wait are the speeds being listed as actual speeds of running litecoin and its scrypt algorithm?

If so then the network hashrate should be jumpin sky high right now.

Please clarify...

thanks Grin

The price of LTC is comparable to the price of BTC based on per watt averages.  Mining LTC is slightly more profitable based on the average price of LTC right now, however most people would rather mine BTC as there is much greater liquidity and lower volatility (LTC price has been fluctuating on an order of magnitude for the past few months).

Thanks for the info, but you really didn't answer my question....so ...um no thanks? Huh
moocow1452
Sr. Member
****
Offline Offline

Activity: 240
Merit: 250

Don't mind me.


View Profile
March 13, 2012, 01:09:17 AM
Last edit: March 13, 2012, 03:43:48 AM by moocow1452
 #43

Wanted to get it running with Reaper on my 335m (Alienware m11x, Windows 8,) but it has been fighting me every step of the way. I've narrowed it down to the driver being able to be installed, and even got it to recognize CUDA on one particular driver, but that's been about it as far as luck goes.

Update: An Old Beta Driver was the ticket, now it's just having trouble putting the thing together.

Code:
Using all devices
        0       GeForce GT 335M
Compiling kernel... this could take up to 2 minutes.
:14: error: no matching overload found for arguments of type 'unsigned int  __a
tribute__((ext_vector_type(4))), unsigned int'
        return rotl(n&0x00FF00FF,24U)|rotl(n&0xFF00FF00,8U);
               ^~~~
:607: error: no matching overload found for arguments of type 'unsigned int  __
ttribute__((ext_vector_type(4))), unsigned int'
                w[0] ^= rotl(w[3]     +w[2]     , 7U);
                        ^~~~
:608: error: no matching overload found for arguments of type 'unsigned int  __
ttribute__((ext_vector_type(4))), unsigned int'
                w[1] ^= rotl(w[0]     +w[3]     , 9U);
                        ^~~~
:609: error: no matching overload found for arguments of type 'unsigned int  __
ttribute__((ext_vector_type(4))), unsigned int'
                w[2] ^= rotl(w[1]     +w[0]     ,13U);
                        ^~~~
:610: error: no matching overload found for arguments of type 'unsigned int  __
ttribute__((ext_vector_type(4))), unsigned int'
                w[3] ^= rotl(w[2]     +w[1]     ,18U);
                        ^~~~
:611: error: no matching overload found for arguments of type 'unsigned int  __
ttribute__((ext_vector_type(4))), unsigned int'
                w[2] ^= rotl(w[3].wxyz+w[0].zwxy, 7U);
                        ^~~~
:612: error: no matching overload found for arguments of type 'unsigned int  __
ttribute__((ext_vector_type(4))), unsigned int'
                w[1] ^= rotl(w[2].wxyz+w[3].zwxy, 9U);
                        ^~~~
:613: error: no matching overload found for arguments of type 'unsigned int  __
ttribute__((ext_vector_type(4))), unsigned int'
                w[0] ^= rotl(w[1].wxyz+w[2].zwxy,13U);
                        ^~~~
:614: error: no matching overload found for arguments of type 'unsigned int  __
ttribute__((ext_vector_type(4))), unsigned int'
                w[3] ^= rotl(w[0].wxyz+w[1].zwxy,18U);
                        ^~~~
:624: error: no matching overload found for arguments of type 'unsigned int  __
ttribute__((ext_vector_type(4))), unsigned int'
                w[0] ^= rotl(w[3]     +w[2]     , 7U);
                        ^~~~
:625: error: no matching overload found for arguments of type 'unsigned int  __
ttribute__((ext_vector_type(4))), unsigned int'
                w[1] ^= rotl(w[0]     +w[3]     , 9U);
                        ^~~~
:626: error: no matching overload found for arguments of type 'unsigned int  __
ttribute__((ext_vector_type(4))), unsigned int'
                w[2] ^= rotl(w[1]     +w[0]     ,13U);
                        ^~~~
:627: error: no matching overload found for arguments of type 'unsigned int  __
ttribute__((ext_vector_type(4))), unsigned int'
                w[3] ^= rotl(w[2]     +w[1]     ,18U);
                        ^~~~
:628: error: no matching overload found for arguments of type 'unsigned int  __
ttribute__((ext_vector_type(4))), unsigned int'
                w[2] ^= rotl(w[3].wxyz+w[0].zwxy, 7U);
                        ^~~~
:629: error: no matching overload found for arguments of type 'unsigned int  __
ttribute__((ext_vector_type(4))), unsigned int'
                w[1] ^= rotl(w[2].wxyz+w[3].zwxy, 9U);
                        ^~~~
:630: error: no matching overload found for arguments of type 'unsigned int  __
ttribute__((ext_vector_type(4))), unsigned int'
                w[0] ^= rotl(w[1].wxyz+w[2].zwxy,13U);
                        ^~~~
:631: error: no matching overload found for arguments of type 'unsigned int  __
ttribute__((ext_vector_type(4))), unsigned int'
                w[3] ^= rotl(w[0].wxyz+w[1].zwxy,18U);
                        ^~~~

2012-03-12 23:41:07 Error: Error building OpenCL program
Rubberduckie
Legendary
*
Offline Offline

Activity: 1442
Merit: 1000



View Profile
March 13, 2012, 08:58:27 AM
 #44

Any of you guys solo mining LTC with reaper?

I'm not submitting any shares in reaper but GPU is @ 100%,just wondered if this is normal. Huh

Tittiez
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500



View Profile
March 13, 2012, 10:20:28 AM
 #45

Any of you guys solo mining LTC with reaper?

I'm not submitting any shares in reaper but GPU is @ 100%,just wondered if this is normal. Huh

I told you, when you solo mine duckie, one share = a block Cheesy

Therefor you will have to wait awhile. Or, you know, you can point your miner to my ltc p2pool node. :~)

Edit:

Looking at litecoinpool, you have about 300kh/s if it is correct. Therefor, it should take you about 4-7 hours per block. (Variance is a killer though)
n4l3hp
Full Member
***
Offline Offline

Activity: 173
Merit: 100


View Profile
March 13, 2012, 02:26:12 PM
 #46

Finally got it working on my 6870. Using Reaper 13 Beta 2 Win32.

Stock settings (900/1050)

worksize 64
aggression 11
threads_per_gpu 2
sharethreads 8
lookup_gap 2
gpu_thread_concurrency 2048 (anything higher will cause Reaper to exit if I dont increase lookup_gap)

190Kh/s (less than 1% stale at Coinotron 1 hr)

Using aggression 14 will bump it to 320Kh/s but at 80-90% stales.
Bitinvestor
Sr. Member
****
Offline Offline

Activity: 470
Merit: 250


View Profile
March 13, 2012, 03:01:07 PM
 #47

Does anybody have it working on a 79xx? It doesn't work on my 7950, I get 100% stales.

Those who cause problems for others also cause problems for themselves.
n4l3hp
Full Member
***
Offline Offline

Activity: 173
Merit: 100


View Profile
March 13, 2012, 03:38:27 PM
 #48

Try lower aggression.
Bitinvestor
Sr. Member
****
Offline Offline

Activity: 470
Merit: 250


View Profile
March 13, 2012, 03:54:17 PM
 #49

Try lower aggression.

Yes, I did that. I also played with all the other settings. The result is the same: 100% stales all the time.

Those who cause problems for others also cause problems for themselves.
tacotime (OP)
Legendary
*
Offline Offline

Activity: 1484
Merit: 1005



View Profile
March 13, 2012, 06:42:03 PM
 #50

The CL code is specific to the hardware in the 5xxx and 6xxx series...  it doesn't compile at all for nVidia cards and it's not surprising that it doesn't compile for the 7xxx series too.

Code:
XMR: 44GBHzv6ZyQdJkjqZje6KLZ3xSyN1hBSFAnLP6EAqJtCRVzMzZmeXTC2AHKDS9aEDTRKmo6a6o9r9j86pYfhCWDkKjbtcns
Tittiez
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500



View Profile
March 13, 2012, 07:47:28 PM
 #51

Try lower aggression.

Yes, I did that. I also played with all the other settings. The result is the same: 100% stales all the time.

I had trouble with worksize, anything under/over 256 would break my miner, making it report MH/s rather then kH/s and it wouldn't send any shares. Try 256 worksize. Also, as bad as this may sound, you could mine a litecoinpool because it pays for stales. But you would only be benefiting yourself, so I wouldn't.
Bitinvestor
Sr. Member
****
Offline Offline

Activity: 470
Merit: 250


View Profile
March 13, 2012, 07:59:49 PM
 #52

I had trouble with worksize, anything under/over 256 would break my miner, making it report MH/s rather then kH/s and it wouldn't send any shares. Try 256 worksize. Also, as bad as this may sound, you could mine a litecoinpool because it pays for stales. But you would only be benefiting yourself, so I wouldn't.

Nope, doesn't work with worksize 256. I tried connecting to litecoinpool but they don't want my stales, they call them Invalid Shares (reaper calls them stales).

The CL code is specific to the hardware in the 5xxx and 6xxx series...  it doesn't compile at all for nVidia cards and it's not surprising that it doesn't compile for the 7xxx series too.

Yep, looks like I'll have to wait until somebody fixes this.

Those who cause problems for others also cause problems for themselves.
Sherkel
aka Tombstoner
Full Member
***
Offline Offline

Activity: 131
Merit: 100


View Profile
March 13, 2012, 09:15:27 PM
 #53

Getting "Weird response from server." on my 6570 (don't ask) with these settings:
worksize 256
aggression 1
threads_per_gpu 1
sharethreads 10
lookup_gap 2
gpu_thread_concurrency 2048
cpu_mining_threads 0

Next thing I knew, I had 440 invalid shares on litecoinpool. I tried worksizes 64 and 128, and both got rid of the message but gave no shares, even stale ones.

What do you get when you cross dominoes and The Matrix?
<A dominatrix!>
tacotime (OP)
Legendary
*
Offline Offline

Activity: 1484
Merit: 1005



View Profile
March 13, 2012, 09:29:53 PM
 #54


Yep, looks like I'll have to wait until somebody fixes this.


v13 beta 3:

Fixed compiling for Tahiti (79xx), and probably many other cards too
Using Catalyst 12.2 or newer is now recommended

http://zerosignalgame.com/reaperv13beta3_64.zip

Code:
XMR: 44GBHzv6ZyQdJkjqZje6KLZ3xSyN1hBSFAnLP6EAqJtCRVzMzZmeXTC2AHKDS9aEDTRKmo6a6o9r9j86pYfhCWDkKjbtcns
Bitinvestor
Sr. Member
****
Offline Offline

Activity: 470
Merit: 250


View Profile
March 13, 2012, 09:43:14 PM
 #55


Yep, looks like I'll have to wait until somebody fixes this.


v13 beta 3:

Fixed compiling for Tahiti (79xx), and probably many other cards too
Using Catalyst 12.2 or newer is now recommended

http://zerosignalgame.com/reaperv13beta3_64.zip

That didn't take long, haha! Unfortunately I've run out of time for today. I'll test it tomorrow.

Those who cause problems for others also cause problems for themselves.
tacotime (OP)
Legendary
*
Offline Offline

Activity: 1484
Merit: 1005



View Profile
March 13, 2012, 09:46:38 PM
 #56

Yup...  Got a 6870 undervolted to 1000mV @ 850MHz and it's doing 280 kh/s and stays in the 60C's at only 50% fan speed.

Code:
XMR: 44GBHzv6ZyQdJkjqZje6KLZ3xSyN1hBSFAnLP6EAqJtCRVzMzZmeXTC2AHKDS9aEDTRKmo6a6o9r9j86pYfhCWDkKjbtcns
Sherkel
aka Tombstoner
Full Member
***
Offline Offline

Activity: 131
Merit: 100


View Profile
March 13, 2012, 10:02:17 PM
 #57


Yep, looks like I'll have to wait until somebody fixes this.


v13 beta 3:

Fixed compiling for Tahiti (79xx), and probably many other cards too
Using Catalyst 12.2 or newer is now recommended

http://zerosignalgame.com/reaperv13beta3_64.zip
It works!
I only get about 14 kH/s, but it's to be expected with a 6570.

What do you get when you cross dominoes and The Matrix?
<A dominatrix!>
Fuzzy
Hero Member
*****
Offline Offline

Activity: 560
Merit: 500



View Profile
March 13, 2012, 10:40:33 PM
 #58

Yup...  Got a 6870 undervolted to 1000mV @ 850MHz and it's doing 280 kh/s and stays in the 60C's at only 50% fan speed.

What are your litecoin.conf settings?
Rubberduckie
Legendary
*
Offline Offline

Activity: 1442
Merit: 1000



View Profile
March 13, 2012, 10:48:52 PM
 #59

Yup...  Got a 6870 undervolted to 1000mV @ 850MHz and it's doing 280 kh/s and stays in the 60C's at only 50% fan speed.

What are your litecoin.conf settings?


in reaper:

host localhost
port 9332
user ***************************
pass *************fart****


protocol litecoin

worksize 256
aggression 15
threads_per_gpu 1
sharethreads 18
lookup_gap 2
gpu_thread_concurrency 6144

in appdata:


rpcuser=*****************
rpcpassword=***************fart**********
server=1
daemon=1







tacotime (OP)
Legendary
*
Offline Offline

Activity: 1484
Merit: 1005



View Profile
March 13, 2012, 11:05:13 PM
 #60

Yup...  Got a 6870 undervolted to 1000mV @ 850MHz and it's doing 280 kh/s and stays in the 60C's at only 50% fan speed.

What are your litecoin.conf settings?

stock

Code:
XMR: 44GBHzv6ZyQdJkjqZje6KLZ3xSyN1hBSFAnLP6EAqJtCRVzMzZmeXTC2AHKDS9aEDTRKmo6a6o9r9j86pYfhCWDkKjbtcns
Pages: « 1 2 [3] 4 5 »  All
  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!