Bitcoin Forum
April 27, 2024, 12:12:43 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 241 ... 1135 »
  Print  
Author Topic: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX]  (Read 3426868 times)
coercion
Newbie
*
Offline Offline

Activity: 34
Merit: 0


View Profile
February 05, 2014, 07:06:25 PM
 #3801

@cbuchner1:
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.

I think this is a good idea, but in the mean time, you can scroll through commit history looking for relevant comments or the date of that last known stable release, or click on "releases" on git hub, then click the hash stub of the appropriate release, copy the hash and just checkout that commit locally then checkout -b for your tinkering. Now that I look though, it seems there are no longer any releases or tags for anything prior to 2014-2-2 :/

I guess you probably already know all that. I had to checkout previous commits a few times in the last few weeks and didn't have too much trouble finding the appropriate versions, granted I probably pay too much attention to cbuchner's commits (I read the commit log more often than I do this thread)
1714219963
Hero Member
*
Offline Offline

Posts: 1714219963

View Profile Personal Message (Offline)

Ignore
1714219963
Reply with quote  #2

1714219963
Report to moderator
1714219963
Hero Member
*
Offline Offline

Posts: 1714219963

View Profile Personal Message (Offline)

Ignore
1714219963
Reply with quote  #2

1714219963
Report to moderator
"Bitcoin: mining our own business since 2009" -- Pieter Wuille
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714219963
Hero Member
*
Offline Offline

Posts: 1714219963

View Profile Personal Message (Offline)

Ignore
1714219963
Reply with quote  #2

1714219963
Report to moderator
bathrobehero
Legendary
*
Offline Offline

Activity: 2002
Merit: 1051


ICO? Not even once.


View Profile
February 05, 2014, 07:14:58 PM
 #3802

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

Well, I'm still doing solo MRC with just one card just for fun at this point (in a couple of weeks I might be able to withdraw some forex money and build my first mining rig) and keeping an eye out for other coins, mainly because I'm not so sure about MRC anymore and YAC is completely dead to me as I can't solomine it. Today I hit my record in MRC (which put me over 2 mil):


One coin I'd like to see back on exchanges is ZCC. It went through a fork which might just killed it.

About CudaManager:
It sometimes seem to just straight out freeze my PC which I haven't seen in a long time before so I'm sticking with a million .bat files and CLI with some text modifications of my own.

Not your keys, not your coins!
cbuchner1 (OP)
Hero Member
*****
Offline Offline

Activity: 756
Merit: 502


View Profile
February 05, 2014, 09:14:15 PM
 #3803

So I ported the nv_kernel.cu (K kernel) over to Fermi (replacing Kepler specific warp shuffle instructions with equivalent shared memory operations), in hope that this might run faster than the current Fermi kernel. But... nope. Losing 5-15% speed, depending on whether it's compiled for compute 1.0 or compute 2.0.  So that code is ready for the dumpster.

Christian
fruitsdemers
Newbie
*
Offline Offline

Activity: 37
Merit: 0


View Profile
February 05, 2014, 09:51:16 PM
 #3804

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

I'd like to hear from 780ti users on vert as well.

I'm using --algo=scrypt:2048 -L 2 -d 0 -H 2 -l T15x24 -i 0
and it's giving me about 280kh/s nowhere close to the 330 regular 780s seem to get. Using the lower case t kernel seems to get less than 200 no matter what I try...
cbuchner1 (OP)
Hero Member
*****
Offline Offline

Activity: 756
Merit: 502


View Profile
February 05, 2014, 10:02:37 PM
 #3805

I have access to maxcoin cpuminer code. Excellent. Launch was delayed 24 hours. excellent.

it's linked here: https://bitcointalk.org/index.php?topic=450539.0

liomojo1
Hero Member
*****
Offline Offline

Activity: 676
Merit: 500


View Profile
February 05, 2014, 10:34:26 PM
 #3806

I want to tryyyy , hehehe. We will be waiting for your next superb work Smiley Smiley Smiley
cbuchner1 (OP)
Hero Member
*****
Offline Offline

Activity: 756
Merit: 502


View Profile
February 05, 2014, 10:52:40 PM
Last edit: February 05, 2014, 11:05:05 PM by cbuchner1
 #3807

I want to tryyyy , hehehe. We will be waiting for your next superb work Smiley Smiley Smiley

NOTE: the specific Keccak implementation differs a great deal from eCoin... Those trying the eCoin GPUminers will be in for a surprise...

solvent
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
February 05, 2014, 11:12:59 PM
 #3808

I have access to maxcoin cpuminer code. Excellent. Launch was delayed 24 hours. excellent.

it's linked here: https://bitcointalk.org/index.php?topic=450539.0



Great. I was going to post this: http://pastebin.com/GD09hEcD but I don't know if it is to any help.

cudaminer is really awesome  Smiley , all other miners just doesn't do it with nvidia.
micryon
Full Member
***
Offline Offline

Activity: 154
Merit: 100


View Profile WWW
February 05, 2014, 11:43:51 PM
 #3809

I have access to maxcoin cpuminer code. Excellent. Launch was delayed 24 hours. excellent.

it's linked here: https://bitcointalk.org/index.php?topic=450539.0



Great!  Well minerd going to be deprecated in a hurry at this rate..

VTC: Vi5NxyF6FPCCEQDrsDcA34P8pXe1Yck21y
PDR: PP3EQsV3oX9bBkjpsnESguMHz3tfMqHXhy PlanetDollar
fcode
Full Member
***
Offline Offline

Activity: 170
Merit: 100


View Profile
February 05, 2014, 11:47:15 PM
 #3810

Sweet, looking forward to this new development Cheesy  Might be a fun programming challenge with not being able to test it.
micryon
Full Member
***
Offline Offline

Activity: 154
Merit: 100


View Profile WWW
February 05, 2014, 11:48:29 PM
 #3811

Btw,

I think there's a bug with multi-thread with > 8 GPUs.

Even if you try to use -d9 now, it gives an error that cuda devices don't exist.. but worked fine with earlier submit.  (haven't isolated the regression CL yet though).

VTC: Vi5NxyF6FPCCEQDrsDcA34P8pXe1Yck21y
PDR: PP3EQsV3oX9bBkjpsnESguMHz3tfMqHXhy PlanetDollar
relm9
Hero Member
*****
Offline Offline

Activity: 840
Merit: 1000



View Profile
February 06, 2014, 12:13:39 AM
 #3812

I have access to maxcoin cpuminer code. Excellent. Launch was delayed 24 hours. excellent.

it's linked here: https://bitcointalk.org/index.php?topic=450539.0



Nice Grin
bigjme
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile
February 06, 2014, 12:19:39 AM
 #3813

Seems everyone is looking forward to maxcoin. How come?

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

Activity: 140
Merit: 100


View Profile
February 06, 2014, 12:22:23 AM
 #3814

Wow, Christian is busy tonight. Fast max update. Looking forward to testing this.
cbuchner1 (OP)
Hero Member
*****
Offline Offline

Activity: 756
Merit: 502


View Profile
February 06, 2014, 12:23:55 AM
 #3815

Btw,

I think there's a bug with multi-thread with > 8 GPUs.

Even if you try to use -d9 now, it gives an error that cuda devices don't exist.. but worked fine with earlier submit.  (haven't isolated the regression CL yet though).

yes, my arrays are all size 8.  If you have more than 8 CUDA devices in one machine, this is outrageous Wink

Christian
cbuchner1 (OP)
Hero Member
*****
Offline Offline

Activity: 756
Merit: 502


View Profile
February 06, 2014, 12:24:38 AM
 #3816

Seems everyone is looking forward to maxcoin. How come?

the coin's announcement brought down bitcointalk.org. cudaminer might be the only viable GPU miner - who knows.

Christian
bigjme
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile
February 06, 2014, 12:28:45 AM
 #3817

Sounds like a fun launch. I will be sure to set up the wallet now.

What configs should we use for cudaminer for this?

Owner of: cudamining.co.uk
cbuchner1 (OP)
Hero Member
*****
Offline Offline

Activity: 756
Merit: 502


View Profile
February 06, 2014, 12:33:25 AM
 #3818

Sounds like a fun launch. I will be sure to set up the wallet now.

What configs should we use for cudaminer for this?

nope, wallet launches tomorrow 19:30 GMT. Only the miner code is available (big mistake on their side IMHO),.

bigjme
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile
February 06, 2014, 12:36:02 AM
 #3819

Yeh. I had a download off their website for the wallet but it was empty.

Is there some sort of scrypt-jane: for maxcoin?
Want to get my mining config ready

Owner of: cudamining.co.uk
relm9
Hero Member
*****
Offline Offline

Activity: 840
Merit: 1000



View Profile
February 06, 2014, 12:40:03 AM
 #3820

Yeh. I had a download off their website for the wallet but it was empty.

Is there some sort of scrypt-jane: for maxcoin?
Want to get my mining config ready

It's SHA-3, only mineable on CPU unless cbuchner updates cudaminer to support it.
Pages: « 1 ... 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 241 ... 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!