Bitcoin Forum
September 27, 2024, 11:28:36 PM *
News: Latest Bitcoin Core release: 27.1 [Torrent]
 
   Home   Help Search Login Register More  
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 32 33 34 35 36 37 38 39 40 41 42 43 44 45 [46] 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 ... 1240 »
  Print  
Author Topic: CCminer(SP-MOD) Modded GPU kernels.  (Read 2347530 times)
GES
Sr. Member
****
Offline Offline

Activity: 315
Merit: 250



View Profile
December 30, 2014, 07:21:46 PM
 #901

cgminer-3.7.7b-Neoscrypt gtx 970 - 100 kh
scryptr
Legendary
*
Offline Offline

Activity: 1797
Merit: 1028



View Profile WWW
December 30, 2014, 08:01:59 PM
 #902

cgminer-3.7.7b-Neoscrypt gtx 970 - 100 kh

OK.  And with CGminer 3.7.8, I get 25kh/s with my GTX 550ti.  But, CCminer is completely different code from CGminer, they evolved separately.  Excuse me, not trying to be rude.  CGminer and SGminer share origins.  CCminer is designed for Cuda (nVidia) code.       --scryptr

SCRYPTR'S NOTEBOOK: https://bitcointalk.org/index.php?topic=5035515.msg46035530#msg46035530
GITHUB: "github.com/scryptr"  MERIT is appreciated, also.  Thanks!
adaseb
Legendary
*
Offline Offline

Activity: 3878
Merit: 1733


View Profile
December 30, 2014, 10:08:10 PM
 #903

Yes its a nice speed but honestly Its not even worth running anymore. Nothing is profitable anymore.
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2940
Merit: 1087

Team Black developer


View Profile
December 31, 2014, 02:48:37 PM
 #904

Today I finally solved the ccminer crash when exiting with ctrl-c. Now ccminer will exit quietly, and not with a windows error message box. I believe other crashes, also will be without the message box. This makes it easier to run i a batch script.

here is a simple example of a bat script:

:loop
C:\ccminersp-mod\ccminer.exe  <params>
timeout 30 /NOBREAK >nul
goto loop

If the miner crash, it will wait a bit and then restart

Team Black Miner (ETHB3 ETH ETC VTC KAWPOW FIROPOW MEOWPOW + dual mining + tripple mining.. https://github.com/sp-hash/TeamBlackMiner
tbearhere
Legendary
*
Offline Offline

Activity: 3178
Merit: 1003



View Profile
January 01, 2015, 12:52:01 PM
 #905

yaamp is currently paying 3,6 BTC/day 1 GHz neoscrypt
One single 980 mining @ 360KHASH will give you BTC 0.001296 per day

It will take a single 980 card 3858 days to earn 5 bitcoins with free power.

Don't you think your bounty is a little high?
no... because released for free it will take twice that time... (just look at vtc...)  Grin
also I am not asking one persons to pay 5btc.
xcn miners was downloaded more than 1000times (binary version, have no idea for the source), in that scenario that would be 0.005btc/persons
don't say it is expensive...  < 1.5euros Grin

it is a crowdfunding project. people gives what they can...
That's the way it should be in my opion too. Right on djm.  Smiley
grendel25
Legendary
*
Offline Offline

Activity: 2296
Merit: 1031



View Profile
January 01, 2015, 09:51:58 PM
 #906

Today I finally solved the ccminer crash when exiting with ctrl-c. Now ccminer will exit quietly, and not with a windows error message box. I believe other crashes, also will be without the message box. This makes it easier to run i a batch script.

here is a simple example of a bat script:

:loop
C:\ccminersp-mod\ccminer.exe  <params>
timeout 30 /NOBREAK >nul
goto loop

If the miner crash, it will wait a bit and then restart

That's a good idea to build in a loop.  I use vbs script to run in the background:

Code:
Set WshShell = WScript.CreateObject("WScript.Shell")
Do
WshShell.Run "Z:\ccminer.exe -q -r 3 -R 10 -t 3 -a x11 -o stratum+tcp://miningpool.com:3234 -u yours.234239 -p x", 0, true
Loop


works great for me since I like to run it on a few random computers and don't want the program window visible to whoever uses it.  Of course that's sort of like a botnet but it's just in my house... I can only dream of how evil that would be to get this working as a botnet but that's pretty much the gist of what a botnet does I suppose. 


..EPICENTRAL .....
..EPIC: Epic Private Internet Cash..
.
.
▄▄█████████▄▄
▄█████████████████▄
▄█████████████████████▄
▄████████████████▀▀█████▄
▄████████████▀▀▀    ██████▄
████████▀▀▀   ▄▀   ████████
█████▄     ▄█▀     ████████
████████▄ █▀      █████████
▀████████▌▐       ████████▀
▀████████ ▄██▄  ████████▀
▀█████████████▄███████▀
▀█████████████████▀
▀▀█████████▀▀
.
▄▄█████████▄▄
▄█████████████████▄
▄█████████████████████▄
▄████████▀█████▀████████▄
▄██████▀  ▀     ▀  ▀██████▄
██████▌             ▐██████
██████    ██   ██    ██████
█████▌    ▀▀   ▀▀    ▐█████
▀█████▄  ▄▄     ▄▄  ▄█████▀
▀██████▄▄███████▄▄██████▀
▀█████████████████████▀
▀█████████████████▀
▀▀█████████▀▀
.
.
[/center]
SS2006
Sr. Member
****
Offline Offline

Activity: 285
Merit: 250


View Profile
January 02, 2015, 02:21:17 AM
 #907

OP, think you can fix the miner crashing the computer when i try to close it, when I have SLI enabled
I know its better to mine without SLI enabled etc (thats what people say), however in my tests, i get no differences in hashrate with SLI enabled or disabled, it is just difficult to disable/enable SLI everytime I want to game or mine becasue it involves me having to close many programs (nvidia is picky) every time. I have 2 GTX970s hooked up
Amph
Legendary
*
Offline Offline

Activity: 3248
Merit: 1070



View Profile
January 02, 2015, 03:41:33 PM
 #908

Yes its a nice speed but honestly Its not even worth running anymore. Nothing is profitable anymore.

too bad this miner comes soo late, it should have come in jackpot era at the very least
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2940
Merit: 1087

Team Black developer


View Profile
January 02, 2015, 08:49:08 PM
 #909

Yes its a nice speed but honestly Its not even worth running anymore. Nothing is profitable anymore.
too bad this miner comes soo late, it should have come in jackpot era at the very least

Still possible to make a profit if you know how to use the software...

Team Black Miner (ETHB3 ETH ETC VTC KAWPOW FIROPOW MEOWPOW + dual mining + tripple mining.. https://github.com/sp-hash/TeamBlackMiner
bathrobehero
Legendary
*
Offline Offline

Activity: 2002
Merit: 1051


ICO? Not even once.


View Profile
January 03, 2015, 04:22:53 PM
 #910

Yes its a nice speed but honestly Its not even worth running anymore. Nothing is profitable anymore.
too bad this miner comes soo late, it should have come in jackpot era at the very least

Still possible to make a profit if you know how to use the software...

Not without ridiculously cheap electricity as far as I can tell.

Not your keys, not your coins!
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2940
Merit: 1087

Team Black developer


View Profile
January 03, 2015, 05:37:17 PM
Last edit: January 03, 2015, 07:09:42 PM by sp_
 #911

- Fixed some of the random crashes.(ctrl-c exit and network disconnects)
- Blake rewrite to uint2. Faster x11,x13,x14,x15,x17,nist5,quark etc (around 40khash on the 980(x11))
- fixed dropping hashrate on some pools
- less gputhreads,more speed (1 watt less powerusage 750ti)

My 6card rig on the attic is using 207 watt total. (750ti).
This is including cpu and harddrive.(mining quark) 32MHASH base clocks.

(Temperature in the room is around 4 degrees celsius. )

The 24th public beta(windows executable) is available here: (03-jan-2015)

http://www.filedropper.com/release24

The sourcecode is available here:

https://github.com/sp-hash/ccminer

Post your stats here. Card name/gpu clock/memclock

Team Black Miner (ETHB3 ETH ETC VTC KAWPOW FIROPOW MEOWPOW + dual mining + tripple mining.. https://github.com/sp-hash/TeamBlackMiner
scryptr
Legendary
*
Offline Offline

Activity: 1797
Merit: 1028



View Profile WWW
January 03, 2015, 05:39:37 PM
 #912

KlausT-

Does KlausT have his own thread?  I tried to compile his version of ccminer today and got a syntax error on line 6631, something about token "fi" found.

I wanted to try his version because he has reportedly tackled a memory leak problem.  One of my rigs has been crashing intermittantly, and I wanted to see if his version was more stable.

And, speaking of threads, I hope that DJM34 starts one to promote his dev campaign for neoscrypt.  Smiley       --scryptr

SCRYPTR'S NOTEBOOK: https://bitcointalk.org/index.php?topic=5035515.msg46035530#msg46035530
GITHUB: "github.com/scryptr"  MERIT is appreciated, also.  Thanks!
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2940
Merit: 1087

Team Black developer


View Profile
January 03, 2015, 05:40:50 PM
 #913

Yes its a nice speed but honestly Its not even worth running anymore. Nothing is profitable anymore.
too bad this miner comes soo late, it should have come in jackpot era at the very least
Still possible to make a profit if you know how to use the software...
Not without ridiculously cheap electricity as far as I can tell.

Donate some beers, and I will tell you how to double your profit.

Team Black Miner (ETHB3 ETH ETC VTC KAWPOW FIROPOW MEOWPOW + dual mining + tripple mining.. https://github.com/sp-hash/TeamBlackMiner
jpouza
Legendary
*
Offline Offline

Activity: 2828
Merit: 1119


View Profile
January 03, 2015, 07:13:49 PM
 #914

- Fixed some of the random crashes.(ctrl-c exit and network disconnects)
- Blake rewrite to uint2. Faster x11,x13,x14,x15,x17,nist5,quark etc (around 40khash on the 980(x11))
- fixed dropping hashrate on some pools
- less threads,more speed (1 watt less powerusage 750ti)

My 6card rig on the attic is using 207 watt total. (750ti).
This is including cpu and harddrive.(mining quark) 32MHASH base clocks.

(Temperature in the room is around 4 degrees celsius. )

The 24th public beta(windows executable) is available here: (03-jan-2015)

http://www.filedropper.com/release24

The sourcecode is available here:

https://github.com/sp-hash/ccminer

Post your stats here. Card name/gpu clock/memclock

Hash rates unchanged...will test more this r24.

The best version till now for me is Release21 IMHO, runs smooth, I can play videos without lags etc.

Cheers
jpouza
Legendary
*
Offline Offline

Activity: 2828
Merit: 1119


View Profile
January 03, 2015, 07:21:29 PM
 #915

I will keep using r21, same hash rates, less video lags.
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2940
Merit: 1087

Team Black developer


View Profile
January 03, 2015, 07:36:52 PM
 #916

Try without the intensity parameter. i get bether hashrate on the 980 and higher on the pool.

Team Black Miner (ETHB3 ETH ETC VTC KAWPOW FIROPOW MEOWPOW + dual mining + tripple mining.. https://github.com/sp-hash/TeamBlackMiner
jpouza
Legendary
*
Offline Offline

Activity: 2828
Merit: 1119


View Profile
January 03, 2015, 07:46:38 PM
 #917

Try without the intensity parameter. i get bether hashrate on the 980 and higher on the pool.

Noticed some hash improvements with r24, but I prefer the system smooth to do other stuff.

I'm not using the -i parameter.

r24 I get 8 fps on a 720HD video, with r21 I get 24fps smooth.

Cheers
tbearhere
Legendary
*
Offline Offline

Activity: 3178
Merit: 1003



View Profile
January 03, 2015, 08:06:25 PM
 #918

Yes its a nice speed but honestly Its not even worth running anymore. Nothing is profitable anymore.
too bad this miner comes soo late, it should have come in jackpot era at the very least
Still possible to make a profit if you know how to use the software...
Not without ridiculously cheap electricity as far as I can tell.

Donate some beers, and I will tell you how to double your profit.
  750ti just broke 6mh/s QUARK ALGO with #24 and my oc is still the same.
How to double your profit?  Grin
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2940
Merit: 1087

Team Black developer


View Profile
January 03, 2015, 08:30:03 PM
 #919

Noticed some hash improvements with r24, but I prefer the system smooth to do other stuff.
I'm not using the -i parameter.
r24 I get 8 fps on a 720HD video, with r21 I get 24fps smooth.
Cheers

Yes, I have reduced the number of calls to cudadevice syncronize to gain speed, but it will decrease multitaskng performance. Perhaps i will make a parameter in the command line. Multitask on off.

Team Black Miner (ETHB3 ETH ETC VTC KAWPOW FIROPOW MEOWPOW + dual mining + tripple mining.. https://github.com/sp-hash/TeamBlackMiner
Schleicher
Hero Member
*****
Offline Offline

Activity: 675
Merit: 514



View Profile
January 03, 2015, 08:34:37 PM
 #920

Does KlausT have his own thread?  I tried to compile his version of ccminer today and got a syntax error on line 6631, something about token "fi" found.
I wanted to try his version because he has reportedly tackled a memory leak problem.  One of my rigs has been crashing intermittantly, and I wanted to see if his version was more stable.
KlausT would be me  Smiley
I can't remember having any syntax errors.
The crashes are probably not the result of a memory leak, I think.
What algo?
Is it crashing after a few minutes, or does it take some hours?

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 32 33 34 35 36 37 38 39 40 41 42 43 44 45 [46] 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 ... 1240 »
  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!