Post
Topic
Board Announcements (Altcoins)
Re: [ANN] WhaleCoin - Followers Earn Rewards, Whales Get Followers, Mined Coin
by
mnfikri
on 06/09/2017, 10:59:35 UTC
Cannot install your pool , using other pool good but reward will be problem .
Code:
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