Bitcoin Forum

Alternate cryptocurrencies => Mining (Altcoins) => Topic started by: archit on February 09, 2014, 05:02:03 AM



Title: Stratum network code
Post by: archit on February 09, 2014, 05:02:03 AM
hi,

Is there any open source project which has a bare bones stratum implementation compatible with maxcoin?


Title: Re: Stratum network code
Post by: ahmed_bodi on February 09, 2014, 05:39:22 AM
yes github.com/Crypto-Expert/stratum-mining maxcoin branch.

P.S donation addresses are in the readme


Title: Re: Stratum network code
Post by: archit on February 09, 2014, 05:58:12 AM
yes github.com/Crypto-Expert/stratum-mining maxcoin branch.

P.S donation addresses are in the readme

I need it in c/c++


Title: Re: Stratum network code
Post by: Treggar on February 09, 2014, 06:05:14 AM
That's pretty much the one that all coins are using, but modified for maxcoin.  It works just fine.

It's unlikely you'll find one out there in c or c++, if you want it in a different language just port it yourself.


Title: Re: Stratum network code
Post by: archit on February 09, 2014, 06:25:48 AM
Maybe I should just give up on arOpenCLMAX till Ypool brings it back. Also I am looking for client code not server


Title: Re: Stratum network code
Post by: doona38317 on February 09, 2014, 06:39:02 AM
Maybe I should just give up on arOpenCLMAX till Ypool brings it back. Also I am looking for client code not server
Oh,no,arOpenCLMAX is the best GPU tools for maxcoin.
Hold on,plz.I support you!!!!!


Title: Re: Stratum network code
Post by: Treggar on February 09, 2014, 06:47:05 AM
stratum code is in util.c in cgminer

it's the same code whether you use keccak or scrypt


Title: Re: Stratum network code
Post by: archit on February 09, 2014, 06:48:33 AM
stratum code is in util.c in cgminer

it's the same code whether you use keccak or scrypt

Sweet!