slush0 / stratum-mining-proxy

Application providing bridge between old HTTP/getwork protocol and Stratum mining protocol.
400 stars 280 forks source link

support for Maxcoin #59

Open sidamazing opened 10 years ago

sidamazing commented 10 years ago

Is there any plans to support Maxcoin?

slush0 commented 10 years ago

What's maxcoin?

sidamazing commented 10 years ago

hi slush0 Maxcoin was launch about 3 weeks ago. It uses SHA3 (keccak) to generate the hash... see here for more information: http://www.maxcoin.co.uk/ also cpuminer was updated to support maxcoin https://github.com/Max-Coin/cpuminer

I did try to use the proxy program but I get only rejects, I guess this proxy is only for double sha256 (bitcoin etc) ??..

I could try to hack your code(?) if you could point me to which files I would need to change?

from cpuminer these files are required sph_keccak.h, sph_types.h, maxcoin.c, keccak.c... Why do I require this, I have an FPGA build that only runs on the getwork system and all the pools are using stratum...

thanks for your time

Sid