Bitcoin Forum
May 02, 2024, 08:08:38 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 ... 1135 »
  Print  
Author Topic: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX]  (Read 3426872 times)
coercion
Newbie
*
Offline Offline

Activity: 34
Merit: 0


View Profile
February 14, 2014, 06:05:06 PM
 #6781

would Linux offer a feature to keep rolling logs that are automatically getting trimmed at the top, e.g. to a fixed file size or to a fixed number of lines?

You can define a log rotation job with logrotate and specify a max file size. http://linux.die.net/man/8/logrotate

Logrotate is a daily cron, though it can be moved to be performed at other frequencies, hourly for example. If I were going to rotate cuda logs I would probably add my own hourly cron rather than modifying logrotate. I think both solutions would present problems if the process maintains an open file descriptor (like it does for stdout, and using > to redirect just redefines stdout) and never gets restarted.

A simple bash script could automatically trim files. Check line count with `wc -l`, if it's above your limit do `tail -n <lines limit>` and redirect that back to the log, but it will currently do funky things if the file is open/being used by cudaminer. Using that method with a bash redirect will fill the file with 0s (or potentially random data) up to the file seek position maintained by the process. Redirecting the tail into a second file and replacing the first with the second is also no good, you'll stop getting output, but the process still has a fd so the system is still keeping track of a file and potentially writing data to disk, just not to any files you can actually see without mucking through /proc.

Adding an argument for log outputs would go a long way to fix this, but there are a few ways it could actually be handled. Honestly the easiest method (or my impression of the easiest, which is likely naïve as I'm a computer architecture hacker not a sys admin) would be to implement log rotation into cudaminer. Write a wrapper for the logging function, check the seek position (or file size, but that might be more costly), if it's above the limit do a bit of file manipulation (copy the file and reset seek or rename the file and open a new fd).

I'm probably just missing a simpler solution, but I'm a C programmer with a bad habit of reinventing the wheel.
1714637318
Hero Member
*
Offline Offline

Posts: 1714637318

View Profile Personal Message (Offline)

Ignore
1714637318
Reply with quote  #2

1714637318
Report to moderator
1714637318
Hero Member
*
Offline Offline

Posts: 1714637318

View Profile Personal Message (Offline)

Ignore
1714637318
Reply with quote  #2

1714637318
Report to moderator
1714637318
Hero Member
*
Offline Offline

Posts: 1714637318

View Profile Personal Message (Offline)

Ignore
1714637318
Reply with quote  #2

1714637318
Report to moderator
The block chain is the main innovation of Bitcoin. It is the first distributed timestamping system.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714637318
Hero Member
*
Offline Offline

Posts: 1714637318

View Profile Personal Message (Offline)

Ignore
1714637318
Reply with quote  #2

1714637318
Report to moderator
1714637318
Hero Member
*
Offline Offline

Posts: 1714637318

View Profile Personal Message (Offline)

Ignore
1714637318
Reply with quote  #2

1714637318
Report to moderator
1714637318
Hero Member
*
Offline Offline

Posts: 1714637318

View Profile Personal Message (Offline)

Ignore
1714637318
Reply with quote  #2

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

Activity: 756
Merit: 502


View Profile
February 14, 2014, 06:09:32 PM
 #6782

Also consider running cudaminer with a 30 minute time limit, in a script that restarts it over and over. This will make it recover from GPU faults...
see360
Member
**
Offline Offline

Activity: 91
Merit: 10


View Profile
February 14, 2014, 06:55:42 PM
 #6783

1045 khash/s for microCoin (MRC) on a 1000W PSU

GPU 0   526 khash/s   780ti SC
GPU 1   245 khash/s   660ti OEM
GPU 2   264 khash/s   660ti SC

-d 0,1,2 -i 0,0,0 --algo=scrypt-jane:MRC -C 0,1,1 -H 2,2,2 -m 1,1,1 -l T24x24,K7x32,K7x24 -R 3 -s 10 -L 1 -b 4096

I'm mining microcoin as well, on a pair of GTX770s.  Does the -L 1 -b 4096 make much of a performance difference?  I am getting about 350 KH/s per card.   I'm at work so I can't test it until I get home.  Just wondering if I should make any change.

-L2   377+180+185=742 khash/s (much less!)
-L3   270+140+147=557 khash/s (even less)

-b2048  531+246+263=1040 khash/s (pretty close, but still a little less)
-b8192  525+246+263=1034 khash/s (again, not much difference, but less)

1. I've only been mining with Nfactor=9 (N=1024). Does that change much, will it affect the optimal settings?
2. getmininginfo in the microcoin wallet always returns 0. Does anyone know how to see total network hashes/s?
Stanr010
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
February 14, 2014, 07:56:14 PM
 #6784

Nobody cares about Maxcoin in this threat anymore?
Diff has increased 2folds and the price 4folds as well.
Mine this while it is still possible, my cudaminer folks, my prediction is it will explode again soon.

I was able to mine 1k Maxcoin in few days when the price so low and the diff low as well. I mined and won't sell a single coin.

Yesterday when the price was increased 5folds I sold a few coins to cover my lost in the last few days. Keep the rest for the next explodes.

might give it a try again, the R9 290x has just arrived... and it has a backplate... (the real question being why the gtx780ti doesn't have one...)

R9 290x are awful to mine. Too much expensive and consumes too much power.

Sure too expensive now but if you picked it up on or before black friday it could be had for $550. It doesn't consume that much more power than the R9 290. Especially when you take into account the hash/watt it almost comes out even. Undervolt and underclock if you want to match a 290.
see360
Member
**
Offline Offline

Activity: 91
Merit: 10


View Profile
February 14, 2014, 08:54:11 PM
 #6785

When solo mining MRC for the last few hours I have gotten a couple of "submit_upstream_work json_rpc_call failed" errors (screen grab here: http://imgur.com/C2ekgAN ) which force me to restart cudaminer. I have the microCoin wallet open, but haven't mined any blocks. Does this message mean that I found a block but can't send it to the network?

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

Activity: 756
Merit: 502


View Profile
February 14, 2014, 10:16:15 PM
 #6786

When solo mining MRC for the last few hours I have gotten a couple of "submit_upstream_work json_rpc_call failed" errors (screen grab here: http://imgur.com/C2ekgAN ) which force me to restart cudaminer. I have the microCoin wallet open, but haven't mined any blocks. Does this message mean that I found a block but can't send it to the network?

means that your wallet may have lost the connection to the network, possibly when your miner was ready to submit some found block.

in such a case, the wallet responds to all requests with a 500 error code

Christian
see360
Member
**
Offline Offline

Activity: 91
Merit: 10


View Profile
February 14, 2014, 10:43:05 PM
 #6787

When solo mining MRC for the last few hours I have gotten a couple of "submit_upstream_work json_rpc_call failed" errors (screen grab here: http://imgur.com/C2ekgAN ) which force me to restart cudaminer. I have the microCoin wallet open, but haven't mined any blocks. Does this message mean that I found a block but can't send it to the network?

means that your wallet may have lost the connection to the network, possibly when your miner was ready to submit some found block.

in such a case, the wallet responds to all requests with a 500 error code

Christian


Thank you, that's what I was afraid of. I guess it would be better not to have shut down cudaminer there.
Morgahl
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
February 14, 2014, 10:58:27 PM
 #6788

When solo mining MRC for the last few hours I have gotten a couple of "submit_upstream_work json_rpc_call failed" errors (screen grab here: http://imgur.com/C2ekgAN ) which force me to restart cudaminer. I have the microCoin wallet open, but haven't mined any blocks. Does this message mean that I found a block but can't send it to the network?

means that your wallet may have lost the connection to the network, possibly when your miner was ready to submit some found block.

in such a case, the wallet responds to all requests with a 500 error code

Christian


Thank you, that's what I was afraid of. I guess it would be better not to have shut down cudaminer there.

You might find it best to add additional nodes if they are listed for your particular wallet. Generally this are called "Super Nodes" these are the suggested nodes to work with. It looks like their is only on listed super-node currently.

84.251.34.142:44444

If you continue to have connection issues it may be better to pool mine as the work units are going to be smaller and connections tend to be a bit better managed.
KHollyday
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
February 15, 2014, 12:38:24 AM
 #6789

I posted this in the 1gh.com thread, and someone recommended I ask my question here:

I'm mining MaxCoin with 1GH.com using Cudaminer, and I have an NVIDIA Quadro 4000 graphics card that I'm using. Oh, and I'm on a windows 7, 64 bit computer. Things seem to be working, but I want to be sure that I'm not potentially burning up my graphics card.  I originally set my connection string set to:

cudaminer.exe -H 1 -l F512x16 -a keccak -o stratum+tcp://maxpool.1gh.com:17333/ -u account -p password

Later I replaced F512x16 to F256x16 to see if it would run cooler.  The hash rate changed to about 27750 khash/s, but the temperature stayed exactly the same.  Usage changed from 97% to 95%.

Oh, one thing, I get an 'error message when it first starts up that  says "Given launch config 'F256x16' requires too much memory.  But then it goes ahead and starts running anyway with those parameters.  I do get that message with almost every configuration I've tried.  It only disappeared when I set it to F16x16, which was depressingly slooooooowwwwwwwwww.

I'm getting what I think is decent performance, I think... but not earning much in the way of maxcoins...seems to take a lot of effort just to earn tiny fractions.  

The command window indicates that hashes seem to average around 28280 khash/s unless I start doing stuff on my computer, then it gets slower.  Anyway, the temperature seems stable around 77 to 78 degrees, and it is operating at the gpu stated upper limits.  I'm getting quite a few yays, and only an occasional boo.  Here is a link to a screen shot of the command window and gpu z.

https://drive.google.com/file/d/0B1E0rFsXEmnBVDh6aWlGSVEzZk0/edit?usp=sharing

Can someone who understands this stuff tell me if I'm within a good range to maintain optimal performance while keeping my graphics card in good shape???  Or am I risking wearing it out?  Is there a more appropriate setting for my graphics card that I could be certain would not overtax it, but still maintain a good hash rate?

Also, I've been letting the program run pretty consistently all day (probably over 16 hours I think), and I've only earned 0.16 MAX.  That seems kind of low, doesn't it?  Huh

Also, while I'm here, I'm new to mining, and I'm trying to figure out how to set cudaminer to solo mine maxcoin.  The directions I've found are confusing at best.  Does anyone know of any clear, easy-to-understand, simplified setup instructions for a newbie like me?  If so, could you direct me to them?  If not, would you be a dear, and maybe explain it to me in terms I might understand?

Would appreciate your thoughts.

Thanks

Katherine
orrett3
Newbie
*
Offline Offline

Activity: 33
Merit: 0


View Profile
February 15, 2014, 12:54:46 AM
 #6790

is panda coin profitable?



Not atm from the looks of it


https://openex.pw/index.php?page=trade&market=102



maybe if they get a better exchange

That is the wrong Pandacoin.

The correct one has the tag "PANDA" not "PAND".

They can be found here:
https://cryptorush.in/index.php?p=trading&m=PANDA&b=BTC
and here:
https://cryptx.io/home

(Not doing to ask for donations because we should be helping each other out!)
Christian on the other hand deserves it. Feel free to donate to him.
bacon_wrangler
Newbie
*
Offline Offline

Activity: 26
Merit: 0


View Profile
February 15, 2014, 01:12:20 AM
 #6791

I'm mining doge right now, and using cudamanager to run cudaminer (don't know if that has any bearing,) but the last two days, I've come home to this:

Code:
[2014-02-14 19:19:07] Stratum detected new block
[2014-02-14 19:19:07] GPU #0: GeForce GTX 650 Ti BOOST, 191.11 khash/s
[2014-02-14 19:19:32] Stratum detected new block
[2014-02-14 19:19:32] GPU #0: GeForce GTX 650 Ti BOOST, 192.31 khash/s
[2014-02-14 19:28:12] Stratum connection timed out
[2014-02-14 19:28:12] Disconnecting stratum connection...
[2014-02-14 19:28:12] Stratum connection interrupted
[2014-02-14 19:28:12] GPU #0: GeForce GTX 650 Ti BOOST, 2.69 khash/s
[2014-02-14 19:28:15] Stratum detected new block
[2014-02-14 19:30:44] Stratum detected new block
[2014-02-14 19:31:03] GPU #0: GeForce GTX 650 Ti BOOST, 0.32 khash/s
[2014-02-14 19:31:28] Stratum detected new block
[2014-02-14 19:31:51] GPU #0: GeForce GTX 650 Ti BOOST, 0.26 khash/s
[2014-02-14 19:31:58] Stratum detected new block
[2014-02-14 19:32:14] GPU #0: GeForce GTX 650 Ti BOOST, 0.17 khash/s
[2014-02-14 19:32:33] Stratum detected new block
[2014-02-14 19:32:37] GPU #0: GeForce GTX 650 Ti BOOST, 0.18 khash/s

If I stop and restart the miner, it acts normally. My config looks like this:
cudaminer.exe -l K4x32 -m 1 -i 0 -H 1 -o stratum+tcp://stratum.rapidhash.net:3333 -O user.miner:password
The miner had been running for over 22 hours when I got home to this at 8pm. I'm running an i3-4130 with 8GB RAM on Windows 7 x64, using the 64-bit cudaminer 2014-2-4

baller1
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
February 15, 2014, 01:40:47 AM
 #6792

Is anyone having problems with Maxcoin and cudaminer? I seem to be hashing but have tried 3 different pools with no success. My ATI cards and cgminer are all having their shares counted, so I know it's not the pool, I don't think.

Question, with cudaminer the acknowledgement of shares being made just reads out the hash speed right? doesn't say diff/accepted shares etc.?
This is normal yes?
Thanks!
Code:
[2014-02-14 08:13:58] GPU #0: Quadro 600, 141098 khash/s
[2014-02-14 08:14:15] Stratum detected new block
[2014-02-14 08:14:15] GPU #0: Quadro 600, 64528 khash/s
[2014-02-14 08:14:51] Stratum detected new block
[2014-02-14 08:14:51] GPU #0: Quadro 600, 97917 khash/s
mhps
Hero Member
*****
Offline Offline

Activity: 516
Merit: 500


CAT.EX Exchange


View Profile
February 15, 2014, 02:30:16 AM
 #6793


Would appreciate your thoughts.

I think your earning is in the ball park given current difficulty.




|(
▄▄██████████▄▄
▄██████████████████▄
▄█████▀ ▀█████▀ ▀██████▄
██████ ███ ▀▀▀ ███ ███████
██████▀▄███████████▄▀███████
███████ █████████████ ████████
███████ █████████████ ████████
████████▄▀█████████▀▄█████████
██████████▄ █████ ▄█▀▄▄▄▀█████
██████████ ████▌▐█ █▀▄█ ████
████████▌▐█████ █▌▐█▄▄████
▀█████▀ ██████▄ ▀ █████▀
▀██████████████████▀
▀▀██████████▀▀
)(.
)
▌   ANNOUNCE THREAD   ▌▐   BOUNTY   ▐
TWITTER  |  FACEBOOK  |  TELEGRAM  |  DISCORD
(((((((   MOBILE APP [ ANDROID / IOS ]   )))))))
)
beachking2000
Newbie
*
Offline Offline

Activity: 29
Merit: 0


View Profile
February 15, 2014, 02:32:13 AM
 #6794

has anyone tried compiling with cuda 6.0 yet?
sin242
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250


View Profile
February 15, 2014, 02:36:15 AM
 #6795

is panda coin profitable?



Not atm from the looks of it


https://openex.pw/index.php?page=trade&market=102



maybe if they get a better exchange

That is the wrong Pandacoin.

The correct one has the tag "PANDA" not "PAND".

They can be found here:
https://cryptorush.in/index.php?p=trading&m=PANDA&b=BTC
and here:
https://cryptx.io/home

(Not doing to ask for donations because we should be helping each other out!)
Christian on the other hand deserves it. Feel free to donate to him.




No.

The one you linked is descibed as a "Scamcoin" released by woolong according to the panda coin thread https://bitcointalk.org/index.php?topic=399127.0 .   Page 33 for specifics.  The exchanges don't match up and the official forums say "PAND".

Dark:  Xk9BoVerBd41JCjWQEhnxoowP7YNUK439z
BTC:  1JzPN2h8WGSi7kQeY5wuP4PjVD2hxkHJQM
orrett3
Newbie
*
Offline Offline

Activity: 33
Merit: 0


View Profile
February 15, 2014, 02:39:26 AM
 #6796

I guess i should have asked which Panda coin he was talking about... The old or the new "scamcoin".

Edit: Either way, i don't think either of them are profitable. (That's my opinion)
Crixxus
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
February 15, 2014, 03:31:06 AM
 #6797

I posted this in the 1gh.com thread, and someone recommended I ask my question here:

I'm mining MaxCoin with 1GH.com using Cudaminer, and I have an NVIDIA Quadro 4000 graphics card that I'm using. Oh, and I'm on a windows 7, 64 bit computer. Things seem to be working, but I want to be sure that I'm not potentially burning up my graphics card.  I originally set my connection string set to:

cudaminer.exe -H 1 -l F512x16 -a keccak -o stratum+tcp://maxpool.1gh.com:17333/ -u account -p password

Later I replaced F512x16 to F256x16 to see if it would run cooler.  The hash rate changed to about 27750 khash/s, but the temperature stayed exactly the same.  Usage changed from 97% to 95%.

Oh, one thing, I get an 'error message when it first starts up that  says "Given launch config 'F256x16' requires too much memory.  But then it goes ahead and starts running anyway with those parameters.  I do get that message with almost every configuration I've tried.  It only disappeared when I set it to F16x16, which was depressingly slooooooowwwwwwwwww.

I'm getting what I think is decent performance, I think... but not earning much in the way of maxcoins...seems to take a lot of effort just to earn tiny fractions. 

The command window indicates that hashes seem to average around 28280 khash/s unless I start doing stuff on my computer, then it gets slower.  Anyway, the temperature seems stable around 77 to 78 degrees, and it is operating at the gpu stated upper limits.  I'm getting quite a few yays, and only an occasional boo.  Here is a link to a screen shot of the command window and gpu z.

https://drive.google.com/file/d/0B1E0rFsXEmnBVDh6aWlGSVEzZk0/edit?usp=sharing

Can someone who understands this stuff tell me if I'm within a good range to maintain optimal performance while keeping my graphics card in good shape???  Or am I risking wearing it out?  Is there a more appropriate setting for my graphics card that I could be certain would not overtax it, but still maintain a good hash rate?

Also, I've been letting the program run pretty consistently all day (probably over 16 hours I think), and I've only earned 0.16 MAX.  That seems kind of low, doesn't it?  Huh

Also, while I'm here, I'm new to mining, and I'm trying to figure out how to set cudaminer to solo mine maxcoin.  The directions I've found are confusing at best.  Does anyone know of any clear, easy-to-understand, simplified setup instructions for a newbie like me?  If so, could you direct me to them?  If not, would you be a dear, and maybe explain it to me in terms I might understand?

Would appreciate your thoughts.

Thanks

Katherine

Fan speed 44%? Put her to to the 'max' Smiley
chapmanjw
Newbie
*
Offline Offline

Activity: 53
Merit: 0


View Profile WWW
February 15, 2014, 03:38:17 AM
 #6798

has anyone tried compiling with cuda 6.0 yet?

For me it worked, but resulted in poorer performance than 5.5.
beachking2000
Newbie
*
Offline Offline

Activity: 29
Merit: 0


View Profile
February 15, 2014, 04:06:32 AM
 #6799

has anyone tried compiling with cuda 6.0 yet?

For me it worked, but resulted in poorer performance than 5.5.
interesting... a drop in performance =(
ivanlabrie
Hero Member
*****
Offline Offline

Activity: 812
Merit: 1000



View Profile
February 15, 2014, 04:49:01 AM
 #6800

I wanna see what the 750 and 750ti can do mining N factor 9+ coins...
Pages: « 1 ... 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 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 ... 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!