Bitcoin Forum
June 23, 2024, 07:34:28 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux] on: February 08, 2014, 08:08:44 AM
We need a google spreadsheet for Keccak !

BTW anyone can get me the settings for a Gtx 670 ?
Try the following:
Code:
cudaminer.exe --algo=keccak -l K1344x28 -L 512 -i 0 -H 0 -o stratum+tcp://erebor.dwarfpool.com:3339 -O mWdSHhzMnGzgWAqP5MupXGCDqEom4PLWa5:x
Crashing with those.

Try to change the number after K1344x. Starting with 24, if it crashes, lower it by 2 until stable.
2  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux] on: February 08, 2014, 08:01:00 AM
Best launch options for GTX 760 so far, gives about 100Mh/s.
Code:
cudaminer.exe --algo=keccak -l K1152x28 -L 512 -i 0 -H 0 -o stratum+tcp://poool.address:port -O username.worker:password

Code:
[2014-02-08 01:13:57] Stratum detected new block
[2014-02-08 01:13:57] GPU #0: GeForce GTX 760, 107123 khash/s
[2014-02-08 01:14:00] GPU #0: GeForce GTX 760, 107380 khash/s
[2014-02-08 01:14:00] accepted: 523/668 (78.29%), 107380 khash/s (yay!!!)
[2014-02-08 01:14:00] GPU #0: GeForce GTX 760, 106543 khash/s
[2014-02-08 01:14:00] accepted: 524/669 (78.33%), 106543 khash/s (yay!!!)
[2014-02-08 01:14:01] GPU #0: GeForce GTX 760, 107092 khash/s
[2014-02-08 01:14:01] accepted: 525/670 (78.36%), 107092 khash/s (yay!!!)
[2014-02-08 01:14:07] GPU #0: GeForce GTX 760, 106881 khash/s
[2014-02-08 01:14:07] accepted: 526/671 (78.39%), 106881 khash/s (yay!!!)
[2014-02-08 01:14:12] GPU #0: GeForce GTX 760, 107064 khash/s
[2014-02-08 01:14:12] accepted: 527/672 (78.42%), 107064 khash/s (yay!!!)
[2014-02-08 01:14:13] GPU #0: GeForce GTX 760, 107188 khash/s
[2014-02-08 01:14:13] accepted: 528/673 (78.45%), 107188 khash/s (yay!!!)
What is your clock man ? I cant get more than 99000 at max speed.

I'm using a Gigabyte GV-N760OC-2GD card with a +125MHz core clock increasement (1346MHz in total) using latest MSI Afterburner beta. For power saving I have set the memory clock to -500MHz. It has zero impact on hashrate. The CPU is Core i7-4770.
3  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux] on: February 08, 2014, 07:54:37 AM
We need a google spreadsheet for Keccak !

BTW anyone can get me the settings for a Gtx 670 ?
Try the following:
Code:
cudaminer.exe --algo=keccak -l K1344x28 -L 512 -i 0 -H 0 -o stratum+tcp://erebor.dwarfpool.com:3339 -O mWdSHhzMnGzgWAqP5MupXGCDqEom4PLWa5:x
4  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux] on: February 07, 2014, 11:39:58 PM
boos seems to be pool-side issue. On dwarf only about 80% was valid, after switching to maxcoinpool.com the rate is better - between 90-95%.
5  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux] on: February 07, 2014, 11:31:52 PM
Code:
cudaminer.exe -s 10 --algo=keccak -d gtx780 -L 128 -l K1024x32 -C 0 -i 1 -m 0 -o stratum+tcp://URL:PORT -u WALLET -p x


Best code for GTX780 atm.


If anyone else has better let me know. getting 70-100mh/s on dwarfpool.

Try the following and show the results.

Code:
cudaminer.exe --algo=keccak -l K2304x28 -L 512 -i 0 -H 0 -o stratum+tcp://poool.address:port -O username.worker:password

If it's fine, you can try to increase the number after K2304x, for example K2304x32 and check if the performance is increasing, Find the last stable value until the cudaminer crashes. The number after K is and should be the number of CUDA cores your GeForce GPU is having (2304 for GTX 780, for other GeForce cards check the first number of column named "Core config 1" HERE).

How much do you get with that? Do you get over 178 Mh/s?

I don't have a GTX 780. I'm just using the same logic as I used to my 760 and reached the limits.
6  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux] on: February 07, 2014, 11:24:41 PM
Code:
cudaminer.exe -s 10 --algo=keccak -d gtx780 -L 128 -l K1024x32 -C 0 -i 1 -m 0 -o stratum+tcp://URL:PORT -u WALLET -p x


Best code for GTX780 atm.


If anyone else has better let me know. getting 70-100mh/s on dwarfpool.

Try the following and show the results.

Code:
cudaminer.exe --algo=keccak -l K2304x28 -L 512 -i 0 -H 0 -o stratum+tcp://poool.address:port -O username.worker:password

If it's fine, you can try to increase the number after K2304x, for example K2304x32 and check if the performance is increasing, Find the last stable value until the cudaminer crashes. The number after K is and should be the number of CUDA cores your GeForce GPU is having (2304 for GTX 780, for other GeForce cards check the first number of column named "Core config 1" HERE).
7  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux] on: February 07, 2014, 10:54:54 PM
Best launch options for GTX 760 so far, gives about 100Mh/s.
Code:
cudaminer.exe --algo=keccak -l K1152x28 -L 512 -i 0 -H 0 -o stratum+tcp://poool.address:port -O username.worker:password

Code:
[2014-02-08 01:13:57] Stratum detected new block
[2014-02-08 01:13:57] GPU #0: GeForce GTX 760, 107123 khash/s
[2014-02-08 01:14:00] GPU #0: GeForce GTX 760, 107380 khash/s
[2014-02-08 01:14:00] accepted: 523/668 (78.29%), 107380 khash/s (yay!!!)
[2014-02-08 01:14:00] GPU #0: GeForce GTX 760, 106543 khash/s
[2014-02-08 01:14:00] accepted: 524/669 (78.33%), 106543 khash/s (yay!!!)
[2014-02-08 01:14:01] GPU #0: GeForce GTX 760, 107092 khash/s
[2014-02-08 01:14:01] accepted: 525/670 (78.36%), 107092 khash/s (yay!!!)
[2014-02-08 01:14:07] GPU #0: GeForce GTX 760, 106881 khash/s
[2014-02-08 01:14:07] accepted: 526/671 (78.39%), 106881 khash/s (yay!!!)
[2014-02-08 01:14:12] GPU #0: GeForce GTX 760, 107064 khash/s
[2014-02-08 01:14:12] accepted: 527/672 (78.42%), 107064 khash/s (yay!!!)
[2014-02-08 01:14:13] GPU #0: GeForce GTX 760, 107188 khash/s
[2014-02-08 01:14:13] accepted: 528/673 (78.45%), 107188 khash/s (yay!!!)
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!