Bitcoin Forum
May 02, 2024, 04:35:01 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 286 287 288 289 290 291 292 293 294 295 296 297 ... 1240 »
  Print  
Author Topic: CCminer(SP-MOD) Modded GPU kernels.  (Read 2347498 times)
sambiohazard
Hero Member
*****
Offline Offline

Activity: 840
Merit: 1000



View Profile
August 15, 2015, 03:30:59 PM
 #4921

When mining ETH has anyone worked out how to use only certain GPU's, -d does not seem to work.  Trying to just use the 970 on my mixed rig.  I have messed around but can only seem to use 1 card or all of them.

ETHMINER--

Ethminer is not CudaMiner or CCminer.  By default Ethminer only uses card 0.  To use specific cards, put the command:

    ex.1)  "--gpu-devices 0 1 3 4"   or  ex.2)  "--gpu-devices 2"

on the command line.  The first example I gave will skip card 2, the second will only use card 2.  Don't use commas between the numbers, that is CudaMiner or CCminer format.

I am afraid that SP_ might be upset because of the Ethminer chat, it is off-topic.       --scryptr

I disagree, this is Cuda miner bonding time... :p

That and I'm sure if this generates interest, SP will want to get in on it too. The current Ethereum miner is mainly OCL so Nvidia cards all suck compared to AMD, they aren't running Cuda code for the most part. A 280x gets 25MH/s, while a 970 gets 17MH/s... SHAME! If only there was a Cuda coding hero that could rescue us~

ETHEREUM--

Ethminer is part of a much larger networking (group computing?) package called Ethereum.  Anyway, the miner itself is a small part.

Further, the Windows compiled version (~v1.0) that CryptoMining Blog distributed has a bug that affects 750ti cards, reducing their hash rate to 1-3Mh/s from about 8Mh/s.  Mine get about 1Mh/s.  An older version, v0.9.3, supposedly still works at the higher rate, but I can't find the code or an executable. One user said he compiled it on Ubuntu 14.04, and his rig runs fine.  My 960s run fine on Windows with v1.0, but the CUDA toolkit that Gemoil, the dev, used is a mystery.  He supposedly moved to v7.5, and no longer has v7.0 dependencies.  It is not known if the miner will compile on CTK v6.5.

The code has some dependencies not used in CudaMiner or CCminer, that might be problematic for a CCminer port.

--scryptr

Have you tried deleting DAG files as a new post from Crypto Mining Blog says? I posted the link, just a few posts back.

ETH mining mania is good for those who are mining VTC, diff is down to 248 again Grin
1714667701
Hero Member
*
Offline Offline

Posts: 1714667701

View Profile Personal Message (Offline)

Ignore
1714667701
Reply with quote  #2

1714667701
Report to moderator
According to NIST and ECRYPT II, the cryptographic algorithms used in Bitcoin are expected to be strong until at least 2030. (After that, it will not be too difficult to transition to different algorithms.)
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
bensam1231
Legendary
*
Offline Offline

Activity: 1750
Merit: 1024


View Profile
August 15, 2015, 03:35:59 PM
Last edit: August 15, 2015, 03:49:48 PM by bensam1231
 #4922

I encountered a weird bug. When trying to mine with ethminer I get 'out of memory' when trying to start it up on one of my machines. Using the --opencl-device and --opencl-platform flags don't change anything. It refuses the use the 970s even though they show up with --list-device and obviously they have enough video memory on board.

Something else I noticed. I tried a older version of the miner and it makes a dag and then starts trying to mine with my AMD-4250 (integrated graphics). The switches for devices and platform once again do nothing. Weird thing about this, the 4250 isn't even in device manager and the motherboard isn't reporting it as it's disabled!

I noticed a cuda switch with a older version, trying that now. Either way the platform options seem to be broken.


Edit: seems the cuda switch works, however the miner eventually crashes after trying to regenerate the DAG file while it's mining. It also mines at close to nothing as utilization is through the roof. My 8350 with a handful of cards uses like 40% for 3x970s for comparison.

I buy private Nvidia miners. Send information and/or inquiries to my PM box.
scryptr
Legendary
*
Offline Offline

Activity: 1793
Merit: 1028



View Profile WWW
August 15, 2015, 03:58:03 PM
 #4923

When mining ETH has anyone worked out how to use only certain GPU's, -d does not seem to work.  Trying to just use the 970 on my mixed rig.  I have messed around but can only seem to use 1 card or all of them.

ETHMINER--

Ethminer is not CudaMiner or CCminer.  By default Ethminer only uses card 0.  To use specific cards, put the command:

    ex.1)  "--gpu-devices 0 1 3 4"   or  ex.2)  "--gpu-devices 2"

on the command line.  The first example I gave will skip card 2, the second will only use card 2.  Don't use commas between the numbers, that is CudaMiner or CCminer format.

I am afraid that SP_ might be upset because of the Ethminer chat, it is off-topic.       --scryptr

I disagree, this is Cuda miner bonding time... :p

That and I'm sure if this generates interest, SP will want to get in on it too. The current Ethereum miner is mainly OCL so Nvidia cards all suck compared to AMD, they aren't running Cuda code for the most part. A 280x gets 25MH/s, while a 970 gets 17MH/s... SHAME! If only there was a Cuda coding hero that could rescue us~

ETHEREUM--

Ethminer is part of a much larger networking (group computing?) package called Ethereum.  Anyway, the miner itself is a small part.

Further, the Windows compiled version (~v1.0) that CryptoMining Blog distributed has a bug that affects 750ti cards, reducing their hash rate to 1-3Mh/s from about 8Mh/s.  Mine get about 1Mh/s.  An older version, v0.9.3, supposedly still works at the higher rate, but I can't find the code or an executable. One user said he compiled it on Ubuntu 14.04, and his rig runs fine.  My 960s run fine on Windows with v1.0, but the CUDA toolkit that Gemoil, the dev, used is a mystery.  He supposedly moved to v7.5, and no longer has v7.0 dependencies.  It is not known if the miner will compile on CTK v6.5.

The code has some dependencies not used in CudaMiner or CCminer, that might be problematic for a CCminer port.

--scryptr

Have you tried deleting DAG files as a new post from Crypto Mining Blog says? I posted the link, just a few posts back.

ETH mining mania is good for those who are mining VTC, diff is down to 248 again Grin

MANIA--

The coin is being hyped by some brazen blog-spammers, but the Ethereum project is bigger than all that, and appears legitimate.  If the coin (ETH) goes to a stable $3-$5 like LiteCoin and DASH, a single 6-card rig of 970s or AMD 280x cards would be profitable.       --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!
bensam1231
Legendary
*
Offline Offline

Activity: 1750
Merit: 1024


View Profile
August 15, 2015, 04:14:25 PM
 #4924

When mining ETH has anyone worked out how to use only certain GPU's, -d does not seem to work.  Trying to just use the 970 on my mixed rig.  I have messed around but can only seem to use 1 card or all of them.

ETHMINER--

Ethminer is not CudaMiner or CCminer.  By default Ethminer only uses card 0.  To use specific cards, put the command:

    ex.1)  "--gpu-devices 0 1 3 4"   or  ex.2)  "--gpu-devices 2"

on the command line.  The first example I gave will skip card 2, the second will only use card 2.  Don't use commas between the numbers, that is CudaMiner or CCminer format.

I am afraid that SP_ might be upset because of the Ethminer chat, it is off-topic.       --scryptr

I disagree, this is Cuda miner bonding time... :p

That and I'm sure if this generates interest, SP will want to get in on it too. The current Ethereum miner is mainly OCL so Nvidia cards all suck compared to AMD, they aren't running Cuda code for the most part. A 280x gets 25MH/s, while a 970 gets 17MH/s... SHAME! If only there was a Cuda coding hero that could rescue us~

ETHEREUM--

Ethminer is part of a much larger networking (group computing?) package called Ethereum.  Anyway, the miner itself is a small part.

Further, the Windows compiled version (~v1.0) that CryptoMining Blog distributed has a bug that affects 750ti cards, reducing their hash rate to 1-3Mh/s from about 8Mh/s.  Mine get about 1Mh/s.  An older version, v0.9.3, supposedly still works at the higher rate, but I can't find the code or an executable. One user said he compiled it on Ubuntu 14.04, and his rig runs fine.  My 960s run fine on Windows with v1.0, but the CUDA toolkit that Gemoil, the dev, used is a mystery.  He supposedly moved to v7.5, and no longer has v7.0 dependencies.  It is not known if the miner will compile on CTK v6.5.

The code has some dependencies not used in CudaMiner or CCminer, that might be problematic for a CCminer port.

--scryptr

Have you tried deleting DAG files as a new post from Crypto Mining Blog says? I posted the link, just a few posts back.

ETH mining mania is good for those who are mining VTC, diff is down to 248 again Grin

MANIA--

The coin is being hyped by some brazen blog-spammers, but the Ethereum project is bigger than all that, and appears legitimate.  If the coin (ETH) goes to a stable $3-$5 like LiteCoin and DASH, a single 6-card rig of 970s or AMD 280x cards would be profitable.       --scryptr

Right now AMD rigs are very profitable... makes me hurt inside when I think about having sold mine and downsized to Nvidia hardware. Hindsight is always 20/20 though. We'd all be millionaires if you could see the future.

I buy private Nvidia miners. Send information and/or inquiries to my PM box.
sambiohazard
Hero Member
*****
Offline Offline

Activity: 840
Merit: 1000



View Profile
August 15, 2015, 04:27:13 PM
 #4925


MANIA--

The coin is being hyped by some brazen blog-spammers, but the Ethereum project is bigger than all that, and appears legitimate.  If the coin (ETH) goes to a stable $3-$5 like LiteCoin and DASH, a single 6-card rig of 970s or AMD 280x cards would be profitable.       --scryptr

I agree with you but for small time miner like me with just 1-2 cards, it doesn't make much sense to mine solo with 20Mh/s against 80+ Gh/s. Unless a pool is available its good for everyone to be divided between VTC & ETH. Also, there is speculation about the premine worth 17% of supply, unlimited/no cap to supply & most importantly not much development yet on smart contract side. ETH is something you mine/buy now and stash for a year or two. A long term investment with all the risk although Vitalik is very intelligent & i am sure we will see something from him in the future.
UserAlter
Sr. Member
****
Offline Offline

Activity: 365
Merit: 250

?


View Profile
August 15, 2015, 04:37:33 PM
 #4926

It looks like mining ETH is currently the most profitable.
100 750Ti could get 1.15 BTC/day.

why are you all counting in 100 or 1000 of 750ti ?

Because it only needs 120000EUR to buy 1000 of them + a little powerplant and You are making big money Cheesy

Someone is very unhappy with my sharing about ETH mining.



#GreedyNoob #SelfishMiner
scryptr
Legendary
*
Offline Offline

Activity: 1793
Merit: 1028



View Profile WWW
August 15, 2015, 04:53:25 PM
 #4927


MANIA--

The coin is being hyped by some brazen blog-spammers, but the Ethereum project is bigger than all that, and appears legitimate.  If the coin (ETH) goes to a stable $3-$5 like LiteCoin and DASH, a single 6-card rig of 970s or AMD 280x cards would be profitable.       --scryptr

I agree with you but for small time miner like me with just 1-2 cards, it doesn't make much sense to mine solo with 20Mh/s against 80+ Gh/s. Unless a pool is available its good for everyone to be divided between VTC & ETH. Also, there is speculation about the premine worth 17% of supply, unlimited/no cap to supply & most importantly not much development yet on smart contract side. ETH is something you mine/buy now and stash for a year or two. A long term investment with all the risk although Vitalik is very intelligent & i am sure we will see something from him in the future.

SOLO MINING ETH--

I started solo mining ETH yesterday, and am hashing along with about 25Mh/s speed.  I just hit my first block (5 coins), the rest of the week I may see nothing, but on average I could get 10 coins.

I am hashing with my "lame" rig.  I hope that it is only a riser cable, but there is a card that kicks out and crashes the Win 8 x64 system.  If it weren't for the 750ti hashing bug, I'd be hashing at about 50Mh/s.  The rig runs Ethminer smoothly, but crashes on even VTC with CCminer.       --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!
UserAlter
Sr. Member
****
Offline Offline

Activity: 365
Merit: 250

?


View Profile
August 15, 2015, 04:53:53 PM
 #4928

@scryptr @antonio8
deleting the DAG corrected low hashes for my 750Ti
you could try that.
@fenomenhaa
15 280x would make a lot for ETH mining
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2898
Merit: 1087

Team Black developer


View Profile
August 15, 2015, 04:54:31 PM
 #4929

Ok, I have checked the etherum hashing code.
I think can optimize kecaak implementation 40-100% faster than the current cuda implementation
But... New protocol. Alot of work to integrate to ccminer. No project file for windows.


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

Activity: 365
Merit: 250

?


View Profile
August 15, 2015, 04:56:05 PM
 #4930

Ok, I have checked the etherum hashing code.
I think can optimize kecaak implementation 40-100% faster than the current cuda implementation

That's great. Thank you!
UserAlter
Sr. Member
****
Offline Offline

Activity: 365
Merit: 250

?


View Profile
August 15, 2015, 04:57:46 PM
 #4931


SOLO MINING ETH--

I started solo mining ETH yesterday, and am hashing along with about 25Mh/s speed.  I just hit my first block (5 coins), the rest of the week I may see nothing, but on average I could get 10 coins.

I am hashing with my "lame" rig.  I hope that it is only a riser cable, but there is a card that kicks out and crashes the Win 8 x64 system.  If it weren't for the 750ti hashing bug, I'd be hashing at about 50Mh/s.  The rig runs Ethminer smoothly, but crashes on even VTC with CCminer.       --scryptr
It is really nice to hit the first block with just 1 280x hash.  Cheesy
dominuspro
Full Member
***
Offline Offline

Activity: 201
Merit: 100


View Profile
August 15, 2015, 05:17:15 PM
 #4932

It looks like mining ETH is currently the most profitable.
100 750Ti could get 1.15 BTC/day.

why are you all counting in 100 or 1000 of 750ti ?

Because it only needs 120000EUR to buy 1000 of them + a little powerplant and You are making big money Cheesy

Someone is very unhappy with my sharing about ETH mining.



#GreedyNoob #SelfishMiner

I just knew it would be pasted there Cheesy

As you can see I am a noobish user Wink

Anyway right now both vtc and eth are more than profitable for mining(atleast here with power cost 0.12EUR/kWH).
My numbers with 4x970+960+750ti:
51.5MH on vtc with ccminer (also accepted on give me coins pool)
85MH on eth with cudaminer (on eth pool), network hashrate reported 230GH-https://stats.ethdev.com/
The gpu power usage and the temps are much lower on eth ---> some big gains by code optimization seems possible

For comparision r9 280x is reported to have ~24MH on eth.


antonio8
Legendary
*
Offline Offline

Activity: 1386
Merit: 1000


View Profile
August 15, 2015, 05:46:52 PM
 #4933

The later eth-cuda miner let's you select cards with - -gpu-devices 0 2 3

This only works with eth-cuda on the latest 2 or 3 releases.

If using regular eth (opencl) it will not work. Use - - opencl-platform 1 and all cards will be used.

If you are going to leave your BTC on an exchange please send it to this address instead 1GH3ub3UUHbU5qDJW5u3E9jZ96ZEmzaXtG, I will at least use the money better than someone who steals it from the exchange. Thanks Wink
jjjordan
Sr. Member
****
Offline Offline

Activity: 271
Merit: 251


View Profile
August 15, 2015, 06:56:37 PM
 #4934

The later eth-cuda miner let's you select cards with - -gpu-devices 0 2 3

This only works with eth-cuda on the latest 2 or 3 releases.

If using regular eth (opencl) it will not work. Use - - opencl-platform 1 and all cards will be used.

I just started it like that (opencl-platform 1) and it doesn't look much different: https://i.imgur.com/3SDe7Bw.png
It looks like it's mining AND it's building a DAG file? Are DAG files per card?

antonio8
Legendary
*
Offline Offline

Activity: 1386
Merit: 1000


View Profile
August 15, 2015, 07:28:25 PM
 #4935

The later eth-cuda miner let's you select cards with - -gpu-devices 0 2 3

This only works with eth-cuda on the latest 2 or 3 releases.

If using regular eth (opencl) it will not work. Use - - opencl-platform 1 and all cards will be used.

I just started it like that (opencl-platform 1) and it doesn't look much different: https://i.imgur.com/3SDe7Bw.png
It looks like it's mining AND it's building a DAG file? Are DAG files per card?



I believe diag is per card don't quote me though.

If using AMD cards try - - opencl-platform 0

If you are going to leave your BTC on an exchange please send it to this address instead 1GH3ub3UUHbU5qDJW5u3E9jZ96ZEmzaXtG, I will at least use the money better than someone who steals it from the exchange. Thanks Wink
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2898
Merit: 1087

Team Black developer


View Profile
August 15, 2015, 07:38:39 PM
 #4936

Sent some beers...
sp_, djm34, pallas: 5ce5e2df98afefdc0dc09eadea9437cbc0520f3bb23feb783a8ac1e54ac583ed

Nice.

I will soon submit a 5% increase in the lyrav2 algo.. improved quark and x11.

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

Activity: 1512
Merit: 1000


quarkchain.io


View Profile
August 15, 2015, 07:41:46 PM
 #4937

Sent some beers...
sp_, djm34, pallas: 5ce5e2df98afefdc0dc09eadea9437cbc0520f3bb23feb783a8ac1e54ac583ed

Nice.

I will soon submit a 5% increase in the lyrav2 algo.. improved quark and x11.

Did you consider working on ETH's  cuda code a little bit ? Smiley
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2898
Merit: 1087

Team Black developer


View Profile
August 15, 2015, 09:47:41 PM
 #4938

Sent some beers...
sp_, djm34, pallas: 5ce5e2df98afefdc0dc09eadea9437cbc0520f3bb23feb783a8ac1e54ac583ed
Nice.
I will soon submit a 5% increase in the lyrav2 algo.. improved quark and x11.
Did you consider working on ETH's  cuda code a little bit ? Smiley

Yes I can do it..

The lyra2v2 speedup(+200KHASH) is only working on the 750ti. so I need to case in the code

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

Activity: 1176
Merit: 1015


View Profile
August 15, 2015, 09:49:39 PM
 #4939

Sent some beers...
sp_, djm34, pallas: 5ce5e2df98afefdc0dc09eadea9437cbc0520f3bb23feb783a8ac1e54ac583ed

Nice.

I will soon submit a 5% increase in the lyrav2 algo.. improved quark and x11.

VTCbeer coming, ec101e1a76caff7e88cbd09a1c5f46f375433fd0c82eb5c2ba8701cb7363083e
scryptr
Legendary
*
Offline Offline

Activity: 1793
Merit: 1028



View Profile WWW
August 15, 2015, 11:05:50 PM
 #4940

@scryptr @antonio8
deleting the DAG corrected low hashes for my 750Ti
you could try that.
@fenomenhaa
15 280x would make a lot for ETH mining

I DELETED THE DAG--

It didn't help.  I am on Win 8 x64.  Are you running on Linux?  A fella on another blog said he installed Linux (dual boot) and the problem went away.  Linux means that you have to compile with Ethereum in place, as well as the Cuda Tool Kit.

I am thinking of reloading Linux on my rig.  That fella said his 750ti cards were getting 9.5Mh/s.       --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!
Pages: « 1 ... 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 286 287 288 289 290 291 292 293 294 295 296 297 ... 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!