Bitcoin Forum
April 25, 2024, 07:30:50 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 [31]
601  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux] on: February 07, 2014, 12:38:24 AM
edit: NVM got it!
602  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux] on: February 06, 2014, 09:58:28 PM
So wait.  Forgive me i'm not used to solo mining...


But are you saying my one 670 that's saying "accepted 37/38" has dug up 38 blocks?

yes -.-

can u post your cudaminer conf?


Cudaminer bat

cudaminer --algo=keccak -o http://127.0.0.1:8108 -u xxx -p xxx -d 0 -C 2 -L 128 -H 2 -l K1000x32 -i 0


maxcoin.conf:

addnode=maxcoin.cloudapp.net
addnode=maxcoinus.cloudapp.net
addnode=maxcoinasia.cloudapp.net
addnode=maxexplorer.cloudapp.net
addnode=213.179.202.19
addnode=91.121.8.25
addnode=213.192.56.163:8334

rpcuser= xxx
rpcpassword= xxx
rpcallowip=127.0.0.1
rpcport=8108
server=1
daemon=1
listen=1



@cbuchner1: This is solo atm

603  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux] on: February 06, 2014, 09:51:43 PM
So wait.  Forgive me i'm not used to solo mining...


But are you saying my one 670 that's saying "accepted 37/38" has dug up 38 blocks?
604  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux] on: February 06, 2014, 07:51:40 PM
Mirror for github:


http://www.sendspace.com/filegroup/8zDemD5cg2zF1eoObCL4z9%2BC2GP2bdrCdwbWb8O0Z4eNzR%2FrqUjyRw



edit: password not released yet that i can see
605  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux] on: February 04, 2014, 07:30:36 PM
So i broke something.  Hopefully someone can enlighten me to where my problem lies (other than in the chair)

Please keep in mind i make no claim to knowing what the hell i'm doing, but only one way to learn, right?

2 670 GTXs, not in sli, sep .bat files for each, x64 cudaminer


  On VTC, K7x32 was producing ~133kh per card.  After tinkering with some different kernals received cuda error 30 and display driver crashed.   Rebooted and went back to K7x32 but that now produced cuda error 30 and a crash.  Reinstalled cuda and vid drivers and was able to use K7x32 with same results (133/per).  Once again tinkered with different kernals (using WHQL driver instead of beta this time to see if there was any difference) and received cuda error 30 etc etc but this time a cuda/driver reinstall didn't fix issue.

Currently running K7x20 with 155kh on one card and 135 on the other atm, but what did i break exactly and how?   

maybe the x32 config is at the limits of what the WDDM graphics card driver will allow you to allocate. Sometimes it works, and sometimes it doesn't. Leave away any -m1 or -C 1/2 options or reduce the x32 to something slightly smaller e.g. x30, x28




Settled on K7x24 for now getting 160kh/157kh.  Pulling m and C seemed to be the big factor.  Thanks!
606  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux] on: February 04, 2014, 07:13:38 PM
So i broke something.  Hopefully someone can enlighten me to where my problem lies (other than in the chair)

Please keep in mind i make no claim to knowing what the hell i'm doing, but only one way to learn, right?

2 670 GTXs, not in sli, sep .bat files for each, x64 cudaminer


  On VTC, K7x32 was producing ~133kh per card.  After tinkering with some different kernals received cuda error 30 and display driver crashed.   Rebooted and went back to K7x32 but that now produced cuda error 30 and a crash.  Reinstalled cuda and vid drivers and was able to use K7x32 with same results (133/per).  Once again tinkered with different kernals (using WHQL driver instead of beta this time to see if there was any difference) and received cuda error 30 etc etc but this time a cuda/driver reinstall didn't fix issue.

Currently running K7x20 with 155kh on one card and 135 on the other atm, but what did i break exactly and how?   
607  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux] on: February 04, 2014, 06:28:09 PM

1024 would get me ~280 with best results from Y14x20
2048 it's ~133 with the best results from K7x32

isn't Y an alias for K? Wink


Actually, it's funny you mention that.  If i try to run Y7x32, it fails horribly aand crashes the driver

according to the code, it shouldn't crash.... K and Y really do the same thing.

Code:
            switch (kernelid)
            {
                case 'T': case 'Z': *kernel = new NV2Kernel(); break;
                case 't':           *kernel = new TitanKernel(); break;
                case 'K': case 'Y': *kernel = new NVKernel(); break;
                case 'k':           *kernel = new KeplerKernel(); break;
                case 'F': case 'L': *kernel = new FermiKernel(); break;
                case 'f': case 'X': *kernel = new TestKernel(); break;
                case ' ': // choose based on device architecture
                    *kernel = Best_Kernel_Heuristics(props);
                break;




After tinkering some more K7x32 isn't working.  Has to be something on my end.  There's a seperate 670 in another machine that's happily hashing away with K7x32, but now the 670s won't. Going to reinstall drivers/cuda and see if anything changes
608  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux] on: February 04, 2014, 06:13:14 PM

1024 would get me ~280 with best results from Y14x20
2048 it's ~133 with the best results from K7x32

isn't Y an alias for K? Wink


Actually, it's funny you mention that.  If i try to run Y7x32, it fails horribly aand crashes the driver
609  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux] on: February 04, 2014, 06:03:03 PM
either way, this is surprising. There should not be much of a difference between N=1024 and N=2048 scrypt coins, really. At high N the low register count kernels have a significant advantage - they reach higher occupancy under tight memory constraints. And they can do a lookup gap without running into much register pressure. But N=2048 isn't high...

Christian


GTX 660:
N:1024, Y5x32, ~240 kH/s
N:2048, Y5x32, ~128 kH/s

Edit: Y5x32 seems to be the fastest kernel/config, even though autotune tends to find Y5x28 the fastest most of the time.


Hi there, long time lurker.  Reg'd to post up for this.


I'm seeing the same trend on GTX 670s.
 
1024 would get me ~280 with best results from Y14x20
2048 it's ~133 with the best results from K7x32
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 [31]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!