Pages:
Author

Topic: [ANN] sph-sgminer: multi-coin multi-algorithm GPU miner | added MaruCoin - page 30. (Read 515713 times)

phm
full member
Activity: 378
Merit: 110
DATABLOCKCHAIN.IO SALE IS LIVE | MVP @ DBC.IO
to fix stratum support
Code:
/* Generate merkle root */
if ((strcmp(gpus[i].kernelname, FUGUECOIN_KERNNAME) == 0) || (strcmp(gpus[i].kernelname, GROESTLCOIN_KERNNAME) == 0) || (strcmp(gpus[i].kernelname, TWECOIN_KERNNAME) == 0))
sha256(pool->coinbase, pool->swork.cb_len, merkle_root);
else
gen_hash(pool->coinbase, merkle_root, pool->swork.cb_len);
or
Code:
/* Generate merkle root */
if (gpus[i].kernel == KL_FUGUECOIN || gpus[i].kernel == KL_GROESTLCOIN || gpus[i].kernel == KL_TWECOIN) {
   sha256(pool->coinbase, pool->swork.cb_len, merkle_root);
else
gen_hash(pool->coinbase, merkle_root, pool->swork.cb_len);
edit: also using bitcoin/darkcoin DM_MODE
Thanks man, that did the trick.
hero member
Activity: 658
Merit: 500
ok my source is updated and stratum pool support is fixed
source: https://github.com/badman74/sph-sgminer
windows binaries: https://github.com/badman74/Binaries/tree/master/sgminer
i can make binaries for phm's source but i would rather wait till he gets the stratum support updated
edit: hmm it looks like he may have stratum support fixed but hasnt pushed it to the server yet so it should be soon
hero member
Activity: 658
Merit: 500
Silly me, forgot to push the changes. Try now.

Code:
[20:03:21] CompilerOptions: -I "/usr/local/bin/" -I "./" -I "./kernel" -I "." -D LOOKUP_GAP=2 -D CONCURRENT_THREADS=8128 -D WORKSIZE=64 -D BITALIGN -D GOFFSET
[20:03:22] Error -11: Building Program (clBuildProgram)
[20:03:22] "/tmp/OCLq34zin.cl", line 309: error: function "c256" declared implicitly
        c256(buf);
        ^

"/tmp/OCLq34zin.cl", line 309: error: identifier "buf" is undefined
        c256(buf);
             ^

"/tmp/OCLq34zin.cl", line 287: warning: variable "rk0" was set but n
to fix stratum support
Code:
/* Generate merkle root */
if ((strcmp(gpus[i].kernelname, FUGUECOIN_KERNNAME) == 0) || (strcmp(gpus[i].kernelname, GROESTLCOIN_KERNNAME) == 0) || (strcmp(gpus[i].kernelname, TWECOIN_KERNNAME) == 0))
sha256(pool->coinbase, pool->swork.cb_len, merkle_root);
else
gen_hash(pool->coinbase, merkle_root, pool->swork.cb_len);
or
Code:
/* Generate merkle root */
if (gpus[i].kernel == KL_FUGUECOIN || gpus[i].kernel == KL_GROESTLCOIN || gpus[i].kernel == KL_TWECOIN) {
   sha256(pool->coinbase, pool->swork.cb_len, merkle_root);
else
gen_hash(pool->coinbase, merkle_root, pool->swork.cb_len);
edit: also using bitcoin/darkcoin DM_MODE
full member
Activity: 153
Merit: 100
mine for future~
please update the link that you could download TWE miner
Update to what? There's no Windows binary yet as far as I know.
Dear PHM
Can this coin mine by GPU?
https://bytecoin.org/

hero member
Activity: 658
Merit: 500
Admin of DwarfPool.com
Silly me, forgot to push the changes. Try now.
sorry, my mistake
phm
full member
Activity: 378
Merit: 110
DATABLOCKCHAIN.IO SALE IS LIVE | MVP @ DBC.IO
please update the link that you could download TWE miner
Update to what? There's no Windows binary yet as far as I know.
hero member
Activity: 554
Merit: 500
please update the link that you could download TWE miner
sr. member
Activity: 280
Merit: 250
Badman (or anyone else), any chance you could toss up a windows binary for the twe version?
legendary
Activity: 2688
Merit: 1240
hey phm, any chance of including twecoin? as I mentioned in a earlier post it's sphlib based
I'm working on this.
Excellent, good to hear. Thank you for the great work on this miner.
Try now, but only solo is possible so far, there's some problem with stratum pools. Investigating now.
May be I can help. Can I check current dev-version with the pool?

I can help too, got a pool running also. I'm also available on IRC with my nick here.
phm
full member
Activity: 378
Merit: 110
DATABLOCKCHAIN.IO SALE IS LIVE | MVP @ DBC.IO
hey phm, any chance of including twecoin? as I mentioned in a earlier post it's sphlib based
I'm working on this.
Excellent, good to hear. Thank you for the great work on this miner.
Try now, but only solo is possible so far, there's some problem with stratum pools. Investigating now.
the source hasn't been updated on the web yet as far as i can tell
Silly me, forgot to push the changes. Try now.
hero member
Activity: 658
Merit: 500
hey phm, any chance of including twecoin? as I mentioned in a earlier post it's sphlib based
I'm working on this.
Excellent, good to hear. Thank you for the great work on this miner.
Try now, but only solo is possible so far, there's some problem with stratum pools. Investigating now.
the source hasn't been updated on the web yet as far as i can tell
hero member
Activity: 658
Merit: 500
Quote
incognito mode
what is that ?
hides your username from the display when you want to take a screenshot
see readme.md and configuration.md for most update info
member
Activity: 68
Merit: 10

Quote
hmm i'll check myriad-groestl edit: fixed
it has all the algo's of phm's build plus nscrypt
algorithm settable on a per pool basis (scrypt and Nscrypt only) see /doc/configuration.md
incognito mode (still not the way i want it)
and updated to 4.1.153 code (why this isnt reflected in the build i can't figure out)
also may be a few other small things different


thx!
hero member
Activity: 518
Merit: 500
Where's the updated miner with the added TWE kernel?
hero member
Activity: 658
Merit: 500
Admin of DwarfPool.com
hey phm, any chance of including twecoin? as I mentioned in a earlier post it's sphlib based
I'm working on this.
Excellent, good to hear. Thank you for the great work on this miner.
Try now, but only solo is possible so far, there's some problem with stratum pools. Investigating now.
May be I can help. Can I check current dev-version with the pool?
phm
full member
Activity: 378
Merit: 110
DATABLOCKCHAIN.IO SALE IS LIVE | MVP @ DBC.IO
hey phm, any chance of including twecoin? as I mentioned in a earlier post it's sphlib based
I'm working on this.
Excellent, good to hear. Thank you for the great work on this miner.
Try now, but only solo is possible so far, there's some problem with stratum pools. Investigating now.
full member
Activity: 182
Merit: 100
Quote
incognito mode
what is that ?
hero member
Activity: 658
Merit: 500
ok my version is fixed for groestlcoin algo now
get it at https://github.com/badman74/Binaries/tree/master/sgminer for the precompiled windows binary or
https://github.com/badman74/sph-sgminer for source
also just to clear this up, the downloads on the OP are compiles of PHM's source not my mods
wow, great Smiley
Is there some kind of "what's new" file - i can't find whats changed (except groestl pool fix)

PS:
testing latest build 4.1.0-116-g8ce18

groestl works
myriad-groestl doesn't - share below target
hmm i'll check myriad-groestl edit: fixed
it has all the algo's of phm's build plus nscrypt
algorithm settable on a per pool basis (scrypt and Nscrypt only) see /doc/configuration.md
incognito mode (still not the way i want it)
and updated to 4.1.153 code (why this isnt reflected in the build i can't figure out)
also may be a few other small things different
member
Activity: 100
Merit: 10
Anyone can support p2pool code?
legendary
Activity: 1151
Merit: 1001
ok my version is fixed for groestlcoin algo now
get it at https://github.com/badman74/Binaries/tree/master/sgminer for the precompiled windows binary or
https://github.com/badman74/sph-sgminer for source
also just to clear this up, the downloads on the OP are compiles of PHM's source not my mods
wow, great Smiley
Is there some kind of "what's new" file - i can't find whats changed (except groestl pool fix)

PS:
testing latest build 4.1.0-116-g8ce18

groestl works
myriad-groestl doesn't - share below target
Pages:
Jump to: