Post
Topic
Board Mining (Altcoins)
Re: [ANN] sgminer v5 - new unified multi-algorithm on-the-fly kernel switching miner
by
Slix
on 23/06/2014, 23:16:31 UTC
I just posted another update. I changed the GPU initialization to only happen once sgminer goes to starts hashing on a pool. This might prevent unnecessary kernels from loading or algo switching to happen at startup.

Yeah, where'd you come from dude?  Can you fix up the porting to Windows?
he is most likely ystarnaud, one of the sgminer devs

Yep.

I just posted another update. I changed the GPU initialization to only happen once sgminer goes to starts hashing on a pool. This might prevent unnecessary kernels from loading or algo switching to happen at startup.
i cant even get the miner to start most of the time with this build
it just stays on sgminer started then after a while it quits
here is the build, but be sure to test this before you overwrite your old version as it does not work for me most of the time
https://mega.co.nz/#!SAo0DApL!vxvW2o3VyRVXIA3TtUSCkOrrLfiInpg7Snc6hDpF5nk

Before committing my changes I tested this build with 2 of my configs and platinum4's config. I had no issues. But I just tested with yours and you're correct there is an issue. I'll try to find out what's in your config that this build doesnt like and submit another fix...
thank you for the hard work


It looks like it can't connect to any of your pools:
Code:
[19:12:56] NH nscrypt multi JSON stratum auth failed: [
   24,
   "Current algorithm not most profitable.",
   null
]                   
[19:12:56] Closing socket for stratum NH nscrypt multi                   
[19:12:56] NH scrypt multi JSON stratum auth failed: [
   24,
   "Current algorithm not most profitable.",
   null
]                   
[19:12:56] Closing socket for stratum NH scrypt multi                   
[19:12:56] NH keccak multi JSON stratum auth failed: [
   24,
   "Current algorithm not most profitable.",
   null
]                   
[19:12:56] Closing socket for stratum NH keccak multi                   
[19:12:56] Stratum extranonce subscribe for NH x11 multi                   
[19:12:56] NH x13 multi JSON stratum auth failed: [
   24,

then it exits... not sure where that happens in the code yet still looking...