Cannot install your pool , using other pool good but reward will be problem .
github.com/WhaleCoinOrg/open-ethereum-pool/proxy
# github.com/WhaleCoinOrg/open-ethereum-pool/proxy
proxy/miner.go:44: cannot use share (type Block) as type ethash.Block in argument to hasher.Light.Verify:
Block does not implement ethash.Block (wrong type for HashNoNonce method)
have HashNoNonce() "github.com/WhaleCoinOrg/WhaleCoin/common".Hash
want HashNoNonce() "github.com/ethereum/go-ethereum/common".Hash
proxy/miner.go:48: cannot use block (type Block) as type ethash.Block in argument to hasher.Light.Verify:
Block does not implement ethash.Block (wrong type for HashNoNonce method)
have HashNoNonce() "github.com/WhaleCoinOrg/WhaleCoin/common".Hash
want HashNoNonce() "github.com/ethereum/go-ethereum/common".Hash
Makefile:10: recipe for target 'all' failed
make: *** [all] Error 2