Etchash go module intended for use by open-etc-pool (and open-ethereum-pool).
- for open-etc-pool see https://github.com/etclabscore/open-etc-pool
- for more information on etchash see https://github.com/eth-classic/etchash
var ecip1099FBlockClassic uint64 = 11700000 // classic mainnet
var ecip1099FBlockMordor uint64 = 2520000 // mordor testnet
var hasher = etchash.New(&ecip1099FBlockMordor)
if hasher.Verify(block) {
...
}