raistlinthewiz changed the topic of #coiniumserv to: v0.2.4 beta | Documentation: http://bit.ly/1plFgvp | FAQ: http://bit.ly/1xOHH0m | Project page: http://bit.ly/V1ycNw | Official site: CoiniumServ.com | Live demo: Coinium.org | #hpool
onewayfunction has joined #coiniumserv
<onewayfunction> Hello
<onewayfunction> I'm trying to figure out how add a PoW function to CoiniumServ. In particular, the Equihash hashing algorithm.
<onewayfunction> We have an implementation of the hash function written in C++: https://github.com/zcash/zcash/blob/zc.v0.11.2.latest/src/crypto/equihash.cpp
<onewayfunction> Basically, I want to add Zcash to the list of altcoins able to mined with coiniumserv
<onewayfunction> With respect to consensus, the only difference between zcash and bitcoin is the hashing function used. zcash uses Equihash instead of dSha256 -- so I suspect this should be relatively straight forward to do.
<onewayfunction> Can you give me any tips/references to how I can add the Equihash hash function to CoiniumServ?