Bitcoin Forum
May 03, 2024, 03:18:06 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 242 243 244 245 246 247 248 249 250 251 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 ... 1240 »
  Print  
Author Topic: CCminer(SP-MOD) Modded GPU kernels.  (Read 2347498 times)
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2898
Merit: 1087

Team Black developer


View Profile
August 11, 2015, 05:58:52 AM
 #4681

Someone can answer me why im not able
to run any of last release since 1.58. 59 60
It seems win 10 don't want to run them ...
I have tried to remove it from antivirus, firewall,
and windows smart screen etc ....
If anyone have idea it can help.
What you guyz doin different since release 58?
Thanks !

What is the error message:

you can try to change the register:


-   Start Menu
-   Under Search type: Regedit (Press Enter)
-   Navigate to the following directory:
o   HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E968-E325-11CE-BFC1-08002BE10318}
-   You will see directories labeled “0000”, “0001” and so on that are relative to the total amount of cards.
-   Under each of those Keys (eg. 0000) create the following two Dword values, once created set their value to 1
o   DisplayLessPolicy
o   LimitVideoPresentSources
-   You can create the Dword by right clicking on the key and NEW  DWORD

https://devtalk.nvidia.com/default/topic/738070/cuda-setup-and-installation/8x-gpu-gtx-issue-under-windows/post/4208565/#4208565

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

Posts: 1714706286

View Profile Personal Message (Offline)

Ignore
1714706286
Reply with quote  #2

1714706286
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2898
Merit: 1087

Team Black developer


View Profile
August 11, 2015, 06:01:10 AM
 #4682

Here's the manual script of the dga patch.
Makefile.am has two problems with the ccminer_SOURCES list.
1. The folllowing line is duplicated:
                          lyra2/lyra2REv2.cu lyra2/cuda_lyra2v2.cu \
replace one of them with:
                          lyra2/lyra2RE.cu lyra2/cuda_lyra2.cu \
2. Add the following line anywhere in the ccminer_SOURCES list except the last line of the list:
                          Algo256/cuda_bmw256.cu  Algo256/cuda_cubehash256.cu \
It compiles but I haven't tried it yet.

I have merged the pullrequest from flipclip. should work now

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

Activity: 2814
Merit: 1091


--- ChainWorks Industries ---


View Profile WWW
August 11, 2015, 06:18:26 AM
 #4683

Here's the manual script of the dga patch.
Makefile.am has two problems with the ccminer_SOURCES list.
1. The folllowing line is duplicated:
                          lyra2/lyra2REv2.cu lyra2/cuda_lyra2v2.cu \
replace one of them with:
                          lyra2/lyra2RE.cu lyra2/cuda_lyra2.cu \
2. Add the following line anywhere in the ccminer_SOURCES list except the last line of the list:
                          Algo256/cuda_bmw256.cu  Algo256/cuda_cubehash256.cu \
It compiles but I haven't tried it yet.

I have merged the pullrequest from flipclip. should work now

compiles now - tanx ...

will test within in a few minutes ... though its all remote - so dont have full accessibility to the miners ...

what are the best parameter settings for lyra2v2 and neoscript on commandline? ...

#crysx

scryptr
Legendary
*
Offline Offline

Activity: 1793
Merit: 1028



View Profile WWW
August 11, 2015, 06:31:36 AM
 #4684

@CHRYSOPHYLAX--

DJM34, master of all things Vertcoin, suggests the following command lines:

ccminer.exe -a lyra2v2 -o stratum+tcp://pool.verters.com:3333 -u djm34t.user -p password  --api-bind 0  --cpu-priority 2

or, for 750ti:

ccminer.exe -a lyra2v2 -o stratum+tcp://pool.verters.com:3333 -u djm34t.user -p password  --api-bind 0  --cpu-priority 2 -d 750 -i 19

--scryptr

TIPS:  BTC - 1Fs4uZ6a9ABYBTaHGUfqcwCQmeBRxkKRQT    DASH - XrK81tW31SLsVvZ2WX9VhTjpT6GXJPLdbQ
          SCRYPTR'S NOTEBOOK: https://bitcointalk.org/index.php?topic=5035515.msg46035530#msg46035530
          GITHUB: "github.com/scryptr"  MERIT is appreciated, also.  Thanks!
chrysophylax
Legendary
*
Offline Offline

Activity: 2814
Merit: 1091


--- ChainWorks Industries ---


View Profile WWW
August 11, 2015, 06:43:13 AM
 #4685

@CHRYSOPHYLAX--

DJM34, master of all things Vertcoin, suggests the following command lines:

ccminer.exe -a lyra2v2 -o stratum+tcp://pool.verters.com:3333 -u djm34t.user -p password  --api-bind 0  --cpu-priority 2

or, for 750ti:

ccminer.exe -a lyra2v2 -o stratum+tcp://pool.verters.com:3333 -u djm34t.user -p password  --api-bind 0  --cpu-priority 2 -d 750 -i 19

--scryptr

you guys are awesome ...

it will be for the 750ti cards ... its all i have in the nvidia side of the farm now ...

when the donation links go live - the devs should expect to see some donation mining happening from our end on their links shortly after ... cant wait to get back into the office to get them all active ...

is there any special settings for neoscrypt that needs to go in? ...

tanx much for the help once again scryptr ...

#crysx

pallas
Legendary
*
Offline Offline

Activity: 2716
Merit: 1094


Black Belt Developer


View Profile
August 11, 2015, 06:52:04 AM
 #4686

DONATION FOR GOOD WORK--

DJM34, Pallas, I flipped you each a nickle.  The overall improvement on both Lyra2v2, and on Neoscrypt, was excellent!!!

As soon as I can compile SP_ 's release dot 60 on Linux, he's up for his reward, too.  The teamwork and co-operation is really good for ccminer.  Everyone should donate....

Thanks!


--scryptr

That's why I started working on nvidia: there is community work. Once there was on AMD as well.
Thanks for the beers! :-)

sp_ (OP)
Legendary
*
Offline Offline

Activity: 2898
Merit: 1087

Team Black developer


View Profile
August 11, 2015, 06:58:11 AM
 #4687

As soon as I can compile SP_ 's release dot 60 on Linux, he's up for his reward, too.  The teamwork and co-operation is really good for ccminer.  Everyone should donate....
--scryptr

Get lates on git.
It builds now.

Beers would be great Smiley


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

Activity: 2898
Merit: 1087

Team Black developer


View Profile
August 11, 2015, 07:28:33 AM
 #4688

At the current difficulty 1 single 750ti will earn around $1.35 per 24h with the new vertcoin algorithm.

With 100 ti's. $135 profit for 1 day of mining!

quark @ nicehash is only paying $0,394968 a day per 750ti.

Vertcoin is 340% more profitable than quark...

Go get those coins, and donate some to the hard working developers..

Happy mining!




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

Activity: 248
Merit: 250



View Profile
August 11, 2015, 08:04:31 AM
 #4689

At the current difficulty 1 single 750ti will earn around $1.35 per 24h with the new vertcoin algorithm.

With 100 ti's. $135 profit for 1 day of mining!

quark @ nicehash is only paying $0,394968 a day per 750ti.

Vertcoin is 340% more profitable than quark...

Go get those coins, and donate some to the hard working developers..

Happy mining!




Beers have been sent to Sp, Pallas, djm34 both:))) . Thanks's for your co-operation, .About pools, i cannot connect to givemecoins,ffpool and nicehash pools, coinotron shows the half hash, vertminers the only pool i mining without any problems right now..


           ▄▀▀▀▄
   ▄▀▀▀▄   █   █   ▄▀▀▀▄
   █   █    ▀█▀    █   █
    ▀▀▀▀▄    ▀    ▄▀▀▀▀
DE]   ██▀▀▀█▄   ▀▀█   █
 ▀▀▀      ██▄▄▄█▀      ▀▀▀
        ▄   ▀ ▀   ▄
   ▄▀▀▀█     █     █▀▀▀▄
   █   █   ▄▀▀▀▄   █   █
    ▀▀▀    █   █    ▀▀▀
            ▀▀▀
          ▄▄█▄█▄[/color]
▄▀▀▀▄     ██   ██     ▄▀▀▀▄
█   █▀▀[color=#2C97
██████
██████
██████
██████
██████  ██████
██████  ██████
██████  ██████
██████  ██████  ██████
██████  ██████  ██████
██████  ██████  ██████
██████  ██████  ██████
██████  ██████  ██████
██████  ██████  ██████
✓  SUPER FAST TRANSACTION
✓  USER-FRIENDLY INTERFACE
✓  FAST & EASY REGISTRATION
▄██████
███▀▀▀▀
███
███
███
███
███
███
███
███
███
███▄▄▄▄
▀██████
JOIN AFFILIATE PROGRAM
UP TO 50% COMMISSIONS
██████▄
▀▀▀▀███
███
███
███
███
███
███
███
███
███
▄▄▄▄███
██████▀
pallas
Legendary
*
Offline Offline

Activity: 2716
Merit: 1094


Black Belt Developer


View Profile
August 11, 2015, 08:10:55 AM
 #4690

I've been mining on give me coins successfully for some hours, but only on nvidia: on amd it is mostly rejected shares.

fenomenhaa
Sr. Member
****
Offline Offline

Activity: 248
Merit: 250



View Profile
August 11, 2015, 08:42:32 AM
 #4691

I've been mining on give me coins successfully for some hours, but only on nvidia: on amd it is mostly rejected shares.
I just tried with nvidia ,haven't been tried with amd's yet Smiley).Give mecoins don't work on my side.changed ip and so on,strange ftc pool worked but vert pool don't wanna Smiley) I sent a support request ,waitinig for an answer from pool..
@pallas what's the hashrate of 280x? And which miner for the new algo?


           ▄▀▀▀▄
   ▄▀▀▀▄   █   █   ▄▀▀▀▄
   █   █    ▀█▀    █   █
    ▀▀▀▀▄    ▀    ▄▀▀▀▀
DE]   ██▀▀▀█▄   ▀▀█   █
 ▀▀▀      ██▄▄▄█▀      ▀▀▀
        ▄   ▀ ▀   ▄
   ▄▀▀▀█     █     █▀▀▀▄
   █   █   ▄▀▀▀▄   █   █
    ▀▀▀    █   █    ▀▀▀
            ▀▀▀
          ▄▄█▄█▄[/color]
▄▀▀▀▄     ██   ██     ▄▀▀▀▄
█   █▀▀[color=#2C97
██████
██████
██████
██████
██████  ██████
██████  ██████
██████  ██████
██████  ██████  ██████
██████  ██████  ██████
██████  ██████  ██████
██████  ██████  ██████
██████  ██████  ██████
██████  ██████  ██████
✓  SUPER FAST TRANSACTION
✓  USER-FRIENDLY INTERFACE
✓  FAST & EASY REGISTRATION
▄██████
███▀▀▀▀
███
███
███
███
███
███
███
███
███
███▄▄▄▄
▀██████
JOIN AFFILIATE PROGRAM
UP TO 50% COMMISSIONS
██████▄
▀▀▀▀███
███
███
███
███
███
███
███
███
███
▄▄▄▄███
██████▀
pallas
Legendary
*
Offline Offline

Activity: 2716
Merit: 1094


Black Belt Developer


View Profile
August 11, 2015, 08:51:57 AM
 #4692

I've been mining on give me coins successfully for some hours, but only on nvidia: on amd it is mostly rejected shares.
I just tried with nvidia ,haven't been tried with amd's yet Smiley).Give mecoins don't work on my side.changed ip and so on,strange ftc pool worked but vert pool don't wanna Smiley) I sent a support request ,waitinig for an answer from pool..
@pallas what's the hashrate of 280x? And which miner for the new algo?

I didn't try the latest git commits of djm34 to see if they fix cards < 290 yet.
Hashrate should be 5-6 Mh/s.
I don't know of any other miner for lyra2rev2.

djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
August 11, 2015, 09:50:33 AM
 #4693

I've been mining on give me coins successfully for some hours, but only on nvidia: on amd it is mostly rejected shares.
I just tried with nvidia ,haven't been tried with amd's yet Smiley).Give mecoins don't work on my side.changed ip and so on,strange ftc pool worked but vert pool don't wanna Smiley) I sent a support request ,waitinig for an answer from pool..
@pallas what's the hashrate of 280x? And which miner for the new algo?

I didn't try the latest git commits of djm34 to see if they fix cards < 290 yet.
Hashrate should be 5-6 Mh/s.
I don't know of any other miner for lyra2rev2.
don't know either... (there is nothing "strange" in bmw256 except a few functions which were declared as static, which I removed, so I don't expect much change quite frankly... trying to fix something which works on my computer isn't easy...)

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

Activity: 840
Merit: 1000



View Profile
August 11, 2015, 10:18:27 AM
Last edit: August 11, 2015, 10:30:13 AM by sambiohazard
 #4694

Hi all, was just trying sp 60 release with new VTC algo

I get a solid 4160 Khash/s on 750ti with config posted by scryptr, but on 970 its gyrating wildly from 9200 khash/s to 6900 khash/s with scryptr config. power & gpu usage is very choppy on both cards.



EDIT: 970 has now settled into nice hashrate between 8900-9200 khash/s, but power & gpu usage is still choppy as hell. will this affect durability/life of the card?
djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
August 11, 2015, 10:26:53 AM
 #4695

Hi all, was just trying sp 60 release with new VTC algo

I get a solid 4160 Khash/s on 750ti with config posted by scryptr, but on 970 its gyrating wildly from 9200 khash/s to 6900 khash/s with scryptr config. power & gpu usage is very choppy on both cards.

use my version https://github.com/djm34/ccminer-lyra/releases (which actually is the official release  Grin)

(it is probably related to either work_time somehow or rejection of dup or stuff like that, sp/tpruvot tends to use some crazy stuff there...)

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

Activity: 840
Merit: 1000



View Profile
August 11, 2015, 10:35:38 AM
 #4696

Hi all, was just trying sp 60 release with new VTC algo

I get a solid 4160 Khash/s on 750ti with config posted by scryptr, but on 970 its gyrating wildly from 9200 khash/s to 6900 khash/s with scryptr config. power & gpu usage is very choppy on both cards.

use my version https://github.com/djm34/ccminer-lyra/releases (which actually is the official release  Grin)

(it is probably related to either work_time somehow or rejection of dup or stuff like that, sp/tpruvot tends to use some crazy stuff there...)

Are you talking about gpu usage as hashrate is now stable?
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2898
Merit: 1087

Team Black developer


View Profile
August 11, 2015, 10:36:58 AM
 #4697

Hi all, was just trying sp 60 release with new VTC algo

I get a solid 4160 Khash/s on 750ti with config posted by scryptr, but on 970 its gyrating wildly from 9200 khash/s to 6900 khash/s with scryptr config. power & gpu usage is very choppy on both cards.



EDIT: 970 has now settled into nice hashrate between 8900-9200 khash/s, but power & gpu usage is still choppy as hell. will this affect durability/life of the card?

By looking at the graph it look's like the miner can be optimized.

You GPU will downclock if it goes over 70 degrees celcius.(trottle) I think this is what's happening here.. Is the hashrate stable in the first 100 accepts? (if the card is cold).


try to change the p-state in Nvidia inspector to p0.

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

Activity: 840
Merit: 1000



View Profile
August 11, 2015, 10:44:15 AM
 #4698

Hi all, was just trying sp 60 release with new VTC algo

I get a solid 4160 Khash/s on 750ti with config posted by scryptr, but on 970 its gyrating wildly from 9200 khash/s to 6900 khash/s with scryptr config. power & gpu usage is very choppy on both cards.


EDIT: 970 has now settled into nice hashrate between 8900-9200 khash/s, but power & gpu usage is still choppy as hell. will this affect durability/life of the card?

By looking at the graph it look's like the miner can be optimized.

You GPU will downclock if it goes over 70 degrees celcius.(trottle) I think this is what's happening here.. Is the hashrate stable in the first 100 accepts? (if the card is cold).


try to change the p-state in Nvidia inspector to p0.

I guess you are right about that but its stable now at 9100-9200 khash/s but gpu & power usage is still choppy. I will download & try nvidia inspector.

EDIT: Although i had no problems running other algos like scrypt-jane at 74-75 C and it wont throttle. I have seen that choppy usage come only with ccminer. on cudaminer i never have this problem.
djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
August 11, 2015, 10:46:19 AM
Last edit: August 11, 2015, 11:00:46 AM by djm34
 #4699

Hi all, was just trying sp 60 release with new VTC algo

I get a solid 4160 Khash/s on 750ti with config posted by scryptr, but on 970 its gyrating wildly from 9200 khash/s to 6900 khash/s with scryptr config. power & gpu usage is very choppy on both cards.



EDIT: 970 has now settled into nice hashrate between 8900-9200 khash/s, but power & gpu usage is still choppy as hell. will this affect durability/life of the card?

By looking at the graph it look's like the miner can be optimized.

You GPU will downclock if it goes over 70 degrees celcius.(trottle) I think this is what's happening here.. Is the hashrate stable in the first 100 accepts? (if the card is cold).


try to change the p-state in Nvidia inspector to p0.
70° for a 970 that's kinda low... (well my 980 are running usually around 70) 68°C with this algo for the 900 serie temp limit should be around nvidia limit (82°C even though I never saw my card going that high, except when I forgot to turn on msi and its fan custom setting).

However this pattern isn't associated with throttling which has no effect on gpu usage and just decreases clock speed to match tdp requirement.  This is clearly related to ccminer asking for new block header all the time... (check dup or crap like that... which isn't useful at all in most case)

this is how it should look like:

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

Activity: 840
Merit: 1000



View Profile
August 11, 2015, 10:52:17 AM
 #4700

Is v 1.9.7.3 latest version for nvidia inspector? Any links?
Pages: « 1 ... 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 242 243 244 245 246 247 248 249 250 251 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 ... 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!