Bitcoin Forum
April 25, 2024, 06:56:12 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 [190] 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 ... 1135 »
  Print  
Author Topic: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX]  (Read 3426868 times)
sambiohazard
Hero Member
*****
Offline Offline

Activity: 840
Merit: 1000



View Profile
February 05, 2014, 07:10:07 AM
 #3781

I ran autotune again in debug.  And got this
cudaminer -d gtx780ti -H 1 -l T59x4 -C 2 -i 0

This gives me what I got with the december release around 630 to 650.


Would you try 60x4 as 780ti has 15 SMX thus 15*4 = 60. Maybe it will help.

EDIT: Also should it not be t instead of T = Y kernel from nvidia.
"If you don't want people to know you're a scumbag then don't be a scumbag." -- margaritahuyan
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714028172
Hero Member
*
Offline Offline

Posts: 1714028172

View Profile Personal Message (Offline)

Ignore
1714028172
Reply with quote  #2

1714028172
Report to moderator
bathrobehero
Legendary
*
Offline Offline

Activity: 2002
Merit: 1051


ICO? Not even once.


View Profile
February 05, 2014, 07:30:58 AM
 #3782

Could you give me some advices how to finetune Kepler and Titan cards for mining low-factor scrypt-jane coins? For example with Vertcoin

VertCoin is an exception, it's not scrypt-jane, it's scrypt with an adaptive N factor.

Not your keys, not your coins!
Galvin
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
February 05, 2014, 08:22:12 AM
 #3783

I ran autotune again in debug.  And got this
cudaminer -d gtx780ti -H 1 -l T59x4 -C 2 -i 0

This gives me what I got with the december release around 630 to 650.


Would you try 60x4 as 780ti has 15 SMX thus 15*4 = 60. Maybe it will help.

EDIT: Also should it not be t instead of T = Y kernel from nvidia.

I tried t60x4 get around 370.  and T60x4 gives me 570.
So T59x4 is the best so far.
morbooo
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
February 05, 2014, 08:41:19 AM
 #3784

Multi-GPU on Kepler is working great now, thanks!
micryon
Full Member
***
Offline Offline

Activity: 154
Merit: 100


View Profile WWW
February 05, 2014, 10:03:53 AM
 #3785

any support for SHA-3 upcoming MAXCoin?

VTC: Vi5NxyF6FPCCEQDrsDcA34P8pXe1Yck21y
PDR: PP3EQsV3oX9bBkjpsnESguMHz3tfMqHXhy PlanetDollar
cbuchner1 (OP)
Hero Member
*****
Offline Offline

Activity: 756
Merit: 502


View Profile
February 05, 2014, 10:08:01 AM
 #3786

any support for SHA-3 upcoming MAXCoin?

depends. I tend to add new hashing algorithms only if there are enough coins to mine (there's more than a dozen Yacoin clones, for example).

If someone posts a reasonable bounty, I might add it faster. Or someone else takes cudaminer and adds it provided the bounty is reasonably high (it's open source, and forking it on github is easy as pie).

Anyway.... 9 more hours before the wallet and miners are released, so I cannot currently see how it is working - in particular how the PBKDF2 is applied and whether they use Keccak256 or Keccak512.

Christian
Morgahl
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
February 05, 2014, 03:03:03 PM
Last edit: February 05, 2014, 03:23:40 PM by Morgahl
 #3787

I tried t60x4 get around 370.  and T60x4 gives me 570.
So T59x4 is the best so far.

There seems to be a lot of confusion over the different kernels since the release so I just want to repost directly from the README:

Code:
Prefix	Alias	Compute Req.	Registers	use for
F L 1.0 64 scrypt & low N-factor scrypt-jane
K Y 3.0 63 scrypt & low N-factor scrypt-jane
T Z 3.5 80 scrypt & low N-factor scrypt-jane

f X 1.0 32 high N-factor scrypt-jane
k 3.0 32 high N-factor scrypt-jane
t 3.5 32 high N-factor scrypt-jane

the old "Legacy" kernel has been replaced with the F kernel, which will also be faster on Compute 1.0 legacy devices in many cases.
Therefore the F kernel has been compiled to require only Compute 1.0 capability.
      

T, K, F, t, k, and f are different kernels with different uses. Please keep this in mind when you are making suggestions to others on what kernel to use.

For those who were using interim releases (special thanks to those who provided their self compiled binaries!)
  • If you were using T, K, or X kernels for scrypt-jane , you will want to use t, k, or f respectively.
  • If you were using Z, Y for scrypt in the interim releases, you will want to use T, K not t, k.

SMX counts(source http://en.wikipedia.org/wiki/CUDA):
Code:
Compute ver.	1.0 	1.1 	1.2 	1.3 	2.0 	2.1 	3.0 	3.5
Cores per SMX 8 8 8 8 32 48 192 192
To find the compute level of your card please review this site:
http://www.techpowerup.com/gpudb/

For scrypt using the K Kernel generally the best basic configuration is going to be K(SMX)x32, you can find the SMX number by finding the number of Cuda cores on your card and dividing by 192. For example a GTX 680 has 1536 Cuda cores this means the SMX for your card is 8 giving you a basic config of:
Code:
-l K8x32

For scrypt using the T Kernel generally the best basic configuration is going to be T(SMX)x24, you can find the SMX number by finding the number of Cuda cores on your card and dividing by 192. For example a GTX Titan has 2688 Cuda cores this means the SMX for your card is 14 giving you a basic config of:
Code:
-l T14x24
Special note here, some oddities have been noted for some makes and models of cards in this kernel and the T(SMX)x24 is not always the best, Once you have establish a baseline hash rate at T(SMX)x24 try to reduce the "warps" section (ex. T(SMX)x20 or T(SMX)x16) and see if there is improvement.

For scrypt using the F Kernel generally the best basic configuration is going to be F(SMX/2)x32, you can find the SMX number by finding the number of Cuda cores on your card and dividing by the appropriate core count for your Compute capability. For example a GTX 580 has 512 Cuda cores and is compute 2.0 this means the SMX for your card is 16 giving you a basic config of:
Code:
-l F8x32
Note: If anyone has a different observation for the Fermi cards please let me know! I have only compiled this part from observation I have no direct experience with this GPU Class and Cudaminer.


This only helps with basic Kernel selection and configuration, it is up to the individual to identify what additional -H, -C, -m, and -L parameters work best on your configuration.
bigjme
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile
February 05, 2014, 03:22:04 PM
 #3788

ok so my microcoin on my 780 is sitting at just over 1million coins every 24 hours.
i hope these coins go up, im still using my build from 1/2/14 as i havent been getting emails for replies to this post AGAIN and i cant remmeber where i last read from, something to do with upper and lower case kernels doing different things now.

how are you finding things christian? and you bathrobe?
switched over to something else or are you riding out the microcoin silence?

Owner of: cudamining.co.uk
SystmHash
Newbie
*
Offline Offline

Activity: 37
Merit: 0


View Profile
February 05, 2014, 03:22:26 PM
 #3789

Vertcoin on GTX780 with core overclocked to 1254Mhz = ~335kh/s
cudaminer.exe --algo=scrypt:2048 -d 0 -H 2 -C 1 -l T12x20 -i 0

GTX 670 overclocked to 1200mhz (using CPU for sha256) = ~155kh/s
cudaminer.exe --algo=scrypt:2048 -d 1 -H 1 -l K35x6 -i 0

Use these!

Donations welcome!
VTC = VouDyTwF5QNvmGukvdHgsZNwtJKjcY6aRD

I have a GTX 780 and with those arguments I get around 25kh/s. Adding -L 2 gets me to 200kh/s.
What model is your 780?

It's GIGABYTE GV-N780GHZ-3GD GeForce GTX 780 3GB 384-bit GDDR5 PCI Express 3.0 HDCP Ready Video Card
djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
February 05, 2014, 03:24:35 PM
 #3790

Can someone re-explain what does 24 represents. I didn't get it the first time and it is quite difficult to find it in the thread..

djm34 facebook page
BTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze
Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
February 05, 2014, 03:39:30 PM
 #3791

ok so my microcoin on my 780 is sitting at just over 1million coins every 24 hours.
i hope these coins go up, im still using my build from 1/2/14 as i havent been getting emails for replies to this post AGAIN and i cant remmeber where i last read from, something to do with upper and lower case kernels doing different things now.

how are you finding things christian? and you bathrobe?
switched over to something else or are you riding out the microcoin silence?
Funny, but it seems easier to get blocks in solo mining (less miner ?).
Yesterday I I was on a pool for a two hours MRC mining session, then got bored after 1 hours and switched to solo got 2 block in 10 minutes intervals...

djm34 facebook page
BTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze
Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
cbuchner1 (OP)
Hero Member
*****
Offline Offline

Activity: 756
Merit: 502


View Profile
February 05, 2014, 04:05:21 PM
 #3792

ok so my microcoin on my 780 is sitting at just over 1million coins every 24 hours. how are you finding things christian? and you bathrobe? switched over to something else or are you riding out the microcoin silence?

Currently microcoining with just above 2MHash/s. Having 20+ mio. in the wallet just feels right. Always mining in a pool though.

Christian
bigjme
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile
February 05, 2014, 04:22:43 PM
 #3793

Ahh, following my luck with solo mining, 550khash/s gets just over 1 million a day. 2 mhash/s following that should be getting about 4million a day. Obviously its never that simple but the principle is there

Owner of: cudamining.co.uk
Stanr010
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
February 05, 2014, 04:31:24 PM
 #3794

I posted a new release 2014-02-04 fixing two important bugs.

- autotune underreporting kHash/s values if the kernel finished in under 50ms (forgot to divide time elapsed by number of measurements, doh!)
- Multi-GPU support was not working - it is now.



OMG at last!!!! Thank you, thank you, thank you!!!


For the longest time I couldn't understand why I got cpu validation errors. I finally understood after reading the readme that I had to run it individually for each GPU. Glad that's finally fixed.
eduncan911
Member
**
Offline Offline

Activity: 101
Merit: 10

Miner / Engineer


View Profile WWW
February 05, 2014, 04:55:23 PM
 #3795

@cbuchner1:

Awesome fracking work with scrypt-jane man!

May I make a developer suggestion?  Could you "branch" in Github, away from the master, the next time you want to experiment and upgrade code?  It was quite difficult to find stable scrypt versions during this last endeavor.  Ping me in PM and I can help ya out on github branch management, and how to submit pull requests to merge it back into the master.  It's actually quite simple.

In short, leave the master alone: calling it your "stable" releases.  Branch for any possible changes, upgrades, or even hotfixes with "git checkout -b".  Nothing to download, and you are now on a new branch.  Once it's fixed, patched, etc and you are read, submit a Pull request to the master, and then go approve the Pull request - BAM now you have the latest in master.

It would keep those of us that like to tinker with your code, to only tinker with the "stable" master branch - while you merge in hotfixes and big new algorithms.  Smiley

Thanks again man!


Now, to get me some Jane!

BTC: 131Zt92zoA7XUfkLhm1p2FwSP3tAxE43vf
supaflyx3
Newbie
*
Offline Offline

Activity: 63
Merit: 0


View Profile
February 05, 2014, 05:25:59 PM
 #3796

Could someone with a 780ti chime in with their settings for vert? I've tried everything I've found in this thread so far, and I've only been able to get 175KH/s max out of my 780ti. My config is:
--algo=scrypt:2048 -L 1 -d 0 -H 2 -l t15x16 -i 0
bigjme
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile
February 05, 2014, 05:29:17 PM
 #3797

anyone else's micro coin wallet saying the checkpoint is too old? and to wait for the block chain to update or contact the developer?
it popped up a few minutes ago for me

Owner of: cudamining.co.uk
ak84
Full Member
***
Offline Offline

Activity: 126
Merit: 100


View Profile
February 05, 2014, 05:44:16 PM
 #3798

Can someone upload a copy of cudaminer.zip (february 04 2014)?

Mega download is not working for me.

▬▬▬▬▬▬▬▬▬ Edutainment.Tech ▬▬▬▬▬▬▬▬▬
Double ICO: Games for smart and games for business
SmartGames    ◼ CorpEdu
DeltaQuebec
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile WWW
February 05, 2014, 05:49:34 PM
 #3799

I would like to say a thank you to the dev for 2.3 & 2.4. I was on the December beta running my GTX 650TI and thought I had all I could get out of her with that. HOWEVER, 2.2 & 2.4 x64 versions have givin me another 11-12%$ hash!!! I have documented this the best I could on https://www.weminecryptos.com/forum/topic/516-nvidia-geforce-gtx-650-ti/ with photos. For those of you whom are running a ASUS GTX 650TI (OC)  and you get sub 130 kh/s performance, you may want to check out the link above. Your mileage may vary.

Thanks again to the dev & I am VERY VERY excited to hear fail-overs are in the plans! YAY!!! Smiley


supaflyx3
Newbie
*
Offline Offline

Activity: 63
Merit: 0


View Profile
February 05, 2014, 06:12:49 PM
 #3800

Use cudamanager for fail-overs, its great.
Pages: « 1 ... 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 [190] 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 ... 1135 »
  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!