Bitcoin Forum
May 03, 2024, 02:25:32 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 [302] 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 ... 1135 »
  Print  
Author Topic: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX]  (Read 3426872 times)
bathrobehero
Legendary
*
Offline Offline

Activity: 2002
Merit: 1051


ICO? Not even once.


View Profile
February 09, 2014, 12:21:29 AM
 #6021

Before I go to sleep, I figured I share this picture which pretty much sums up all the maxcoin pools:


Not your keys, not your coins!
1714746332
Hero Member
*
Offline Offline

Posts: 1714746332

View Profile Personal Message (Offline)

Ignore
1714746332
Reply with quote  #2

1714746332
Report to moderator
1714746332
Hero Member
*
Offline Offline

Posts: 1714746332

View Profile Personal Message (Offline)

Ignore
1714746332
Reply with quote  #2

1714746332
Report to moderator
1714746332
Hero Member
*
Offline Offline

Posts: 1714746332

View Profile Personal Message (Offline)

Ignore
1714746332
Reply with quote  #2

1714746332
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714746332
Hero Member
*
Offline Offline

Posts: 1714746332

View Profile Personal Message (Offline)

Ignore
1714746332
Reply with quote  #2

1714746332
Report to moderator
cbuchner1 (OP)
Hero Member
*****
Offline Offline

Activity: 756
Merit: 502


View Profile
February 09, 2014, 12:26:13 AM
 #6022


Wow. Are you seriously only getting 160khash on a GTX 780? I can get that on a 7850, and that's a $150 card.

Or are the Cudaminer and Cgminer displays not directly comparable?

they are comparable. I think the code can be optimized more. Keccak should be able to be parallelized in a different way,
using more than 1 thread to compute one hash. This would the lower register use and provide more speed (similar to how David Andersen's CUDA code improved hashing speed for scrypt). We're not maxing out the TDP limits of your GTX 780 cards yet.

Bear in mind that I hacked this up within 24 hours, and cudaminer was the first and only GPU miner from hour zero of the coin launch, racking up HUGE profits for many nVidia card owners, myself included.

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

Activity: 756
Merit: 502


View Profile
February 09, 2014, 12:27:28 AM
 #6023

Before I go to sleep, I figured I share this picture which pretty much sums up all the maxcoin pools:



these stats are inaccurate. Network hash rate should be in the 40 THash range. That's 40000 GHash only.
cbuchner1 (OP)
Hero Member
*****
Offline Offline

Activity: 756
Merit: 502


View Profile
February 09, 2014, 12:28:34 AM
 #6024


3.0, and the hash rate is low isn't it?

and i have two C2050 (capability 2.0) that does the same thing

share your launch configs, please. I would like to figure out what is wrong there. But from the cudaminer screenshot I cannot guess much.
_Wolverine_
Newbie
*
Offline Offline

Activity: 19
Merit: 0


View Profile
February 09, 2014, 12:31:10 AM
 #6025


3.0, and the hash rate is low isn't it?

and i have two C2050 (capability 2.0) that does the same thing

share your launch configs, please. I would like to figure out what is wrong there. But from the cudaminer screenshot I cannot guess much.


k10 (cap 3.0)

./CudaMiner/cudaminer --algo=keccak -u worker -p x -o stratum+tcp://max.netcodepool.org:5555 -d 0,1,2,3 -i 0,0,0,0 -H 1 -C 2 -l k144x24

c2050 (cap 2.0)

./CudaMiner/cudaminer --algo=keccak -u worker -p x -o stratum+tcp://max.netcodepool.org:5555 -d 0,1 -i 0,0 -H 1 -C 2 -l f2571x1


-l values are from auto-tune
nitai
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
February 09, 2014, 12:31:42 AM
 #6026

can you use the maxcoin cgminer with nvidia cards ? because mine does nog work en read here that some actually pulled it off someone please help?

It works however my ti560 was 40000 vs 72000.

I just used their compiled version with defaults and it ran, when I tried to optomize it cgminer would crash.

What settings are you using to get 72Mhash on 560 Ti? I have the same card and I can only get like 19Mhash, but get 40Mhash with cgminer.
bathrobehero
Legendary
*
Offline Offline

Activity: 2002
Merit: 1051


ICO? Not even once.


View Profile
February 09, 2014, 12:32:08 AM
 #6027

./CudaMiner/cudaminer --algo=keccak -u worker -p x -o stratum+tcp://max.netcodepool.org:5555 -d 0,1,2,3 -i 0,0,0,0 -H 1 -C 2 -l k144x24

c2050 (cap 2.0)

./CudaMiner/cudaminer --algo=keccak -u worker -p x -o stratum+tcp://max.netcodepool.org:5555 -d 0,1 -i 0,0 -H 1 -C 2 -l f2571x1


-l values are from auto-tune

-H 1? Try -H 2

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

Activity: 756
Merit: 502


View Profile
February 09, 2014, 12:33:44 AM
 #6028

k10 (cap 3.0)

./CudaMiner/cudaminer --algo=keccak -u worker -p x -o stratum+tcp://max.netcodepool.org:5555 -d 0,1,2,3 -i 0,0,0,0 -H 1 -C 2 -l k144x24

c2050 (cap 2.0)

./CudaMiner/cudaminer --algo=keccak -u worker -p x -o stratum+tcp://max.netcodepool.org:5555 -d 0,1 -i 0,0 -H 1 -C 2 -l f2571x1


-l values are from auto-tune

oh my god did you not look at the readme? Autoune is completely non functional for keccak.
the keccak code was hacked up in just 24 hours and barely functional. Autotune did NOT
make it in before the coin's release.

Take the example values from the README. They start with upper case F and K letters.

-L 256 -l F1024x16  for Fermi devices   (the upper case letter is important)
-L 256 -l K1024x32  for Kepler devices
don't bother with -l T... as this is slower and requires Compute 3.5 anyways

I would also suggest to run exactly one cudaminer instance per card, as otherwise the
likelyhood of crashing is higher. only the latest code on github improves this.

Christian
ManIkWeet
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
February 09, 2014, 12:34:48 AM
 #6029

Okay, I have everything (about 1 GHash) pointed at the pool now. One Windows box, two Linux boxes. No CPU validation errors. good accept rates verywhere.
Let's see how this plays (pays) out over time.

Did my latest commit fix your CPU validation issues?

Christian

Even if netcodepool wasn't down, I couldn't tell you, I got one in total.

Edit:
Wouldn't T be capable of going faster eventually though?

BTC donations: 18fw6ZjYkN7xNxfVWbsRmBvD6jBAChRQVn (thanks!)
_Wolverine_
Newbie
*
Offline Offline

Activity: 19
Merit: 0


View Profile
February 09, 2014, 12:37:34 AM
 #6030


oh my god did you not look at the readme? Autoune is completely non functional for keccak.
the keccak code was hacked up in just 24 hours and barely functional. Autotune did NOT
make it in before the coin's release.

Take the example values from the README. They start with upper case F and K letters.

-L 256 -l F1024x16  for Fermi devices
-L 256 -l K1024x32  for Kepler devices
don't bother with -l T... as this is slower and requires Compute 3.5 anyways

I would also suggest to run exactly one cudaminer instance per card, as otherwise the
likelyhood of crashing is higher. only the latest code on github improves this.

Christian


Damn, sorry =/
cbuchner1 (OP)
Hero Member
*****
Offline Offline

Activity: 756
Merit: 502


View Profile
February 09, 2014, 12:45:01 AM
 #6031

Weird, my fastest worker (3 GTX 780Ti ~ 540 MHash) gets just 80% accepted shares on max.netcodepool.org, but the other two workers (300 MHash and 178 MHash) get 96% and 98% accepted.  As if faster workers have more trouble with the pool. Unusual.

Christian.
spinkick
Newbie
*
Offline Offline

Activity: 22
Merit: 0


View Profile
February 09, 2014, 12:46:09 AM
 #6032


Weird, my fastest worker (3 GTX 780Ti ~ 540 MHash) gets just 80% accepted shares on max.netcodepool.org, but the other workers (300 MHash and 178 MHash) get 96% and 98% accepted.  Unusual.

Christian.


Yeah, my two gtx 780's are at 80% accepted as well.


Instances or workers? I can try different workers. They are running in two separate instances right now, pointed to the same worker.
cbuchner1 (OP)
Hero Member
*****
Offline Offline

Activity: 756
Merit: 502


View Profile
February 09, 2014, 12:47:14 AM
 #6033


Yeah, my two gtx 780's are at 80% accepted as well.


have you tried splitting them up into two separate workers, or are you already doing that?
bathrobehero
Legendary
*
Offline Offline

Activity: 2002
Merit: 1051


ICO? Not even once.


View Profile
February 09, 2014, 12:47:41 AM
 #6034

GTX 660 had ~96% at 86MH/s few hours earlier.

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

Activity: 28
Merit: 0


View Profile
February 09, 2014, 12:50:40 AM
 #6035

Weird, my fastest worker (3 GTX 780Ti ~ 540 MHash) gets just 80% accepted shares on max.netcodepool.org, but the other two workers (300 MHash and 178 MHash) get 96% and 98% accepted.  As if faster workers have more trouble with the pool. Unusual.

Christian.


GTX 680 around 73% after a few hours, same pool
ManIkWeet
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
February 09, 2014, 12:51:44 AM
 #6036

Weird, my fastest worker (3 GTX 780Ti ~ 540 MHash) gets just 80% accepted shares on max.netcodepool.org, but the other two workers (300 MHash and 178 MHash) get 96% and 98% accepted.  As if faster workers have more trouble with the pool. Unusual.

Christian.

Weird, at first I had like 65% accepted and now I can't connect at all :s

BTC donations: 18fw6ZjYkN7xNxfVWbsRmBvD6jBAChRQVn (thanks!)
relm9
Hero Member
*****
Offline Offline

Activity: 840
Merit: 1000



View Profile
February 09, 2014, 12:54:35 AM
 #6037

I'm getting an 80-85% acceptance rate from my 780s, though they are on the same worker... going to try splitting them up and see how that goes.
AizenSou
Hero Member
*****
Offline Offline

Activity: 938
Merit: 1000


View Profile
February 09, 2014, 12:56:28 AM
 #6038

Weird, my fastest worker (3 GTX 780Ti ~ 540 MHash) gets just 80% accepted shares on max.netcodepool.org, but the other two workers (300 MHash and 178 MHash) get 96% and 98% accepted.  As if faster workers have more trouble with the pool. Unusual.

Christian.


My fastest worker gets 95% shares on max.netcodepool.org but some slower workers just 60% shares. So bad that I never seen in my life. I stop mining with this pool. max.hashfaster.com is better for me.

Btw the price drops as I predicted. My prediction for this madness in next two days:
- Price drops to 0.001
- Diff goes up to 100k.

By then mining Maxcoin will be the same profitable as another altcoins.

Just my 2 cents.  Grin

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

Activity: 756
Merit: 502


View Profile
February 09, 2014, 12:59:59 AM
 #6039



By then mining Maxcoin will be the same profitable as another altcoins.

Just my 2 cents.  Grin


yeah, but until then let's all ride the gravy train. Weeeeee!
relm9
Hero Member
*****
Offline Offline

Activity: 840
Merit: 1000



View Profile
February 09, 2014, 01:03:47 AM
 #6040

Weird, my fastest worker (3 GTX 780Ti ~ 540 MHash) gets just 80% accepted shares on max.netcodepool.org, but the other two workers (300 MHash and 178 MHash) get 96% and 98% accepted.  As if faster workers have more trouble with the pool. Unusual.

Christian.


My fastest worker gets 95% shares on max.netcodepool.org but some slower workers just 60% shares. So bad that I never seen in my life. I stop mining with this pool. max.hashfaster.com is better for me.

Btw the price drops as I predicted. My prediction for this madness in next two days:
- Price drops to 0.001
- Diff goes up to 100k.

By then mining Maxcoin will be the same profitable as another altcoins.

Just my 2 cents.  Grin



The one thing separating this alt from others is that its being hyped up Kesier though... he's BTC rich, could easily buy up the orderbook to 0.05 for publicity's sake. It went from 0.007 to 0.04 on MCXnow in a matter of minutes the night this was released so could happen again. Who knows. Already made quite a bit from mining so I'll hold onto some of it.
Pages: « 1 ... 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 [302] 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 ... 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!