open-ethereum-pool
open-ethereum-pool copied to clipboard
ask a question
why the hashrateWindow is 30m and hashrateLargeWindow is 3h
https://github.com/sammy007/open-ethereum-pool/blob/bcfc0eb0e683993ad0c51bacad8d4b354e769393/README.md
// Fast hashrate estimation window for each miner from it's shares
"hashrateWindow": "30m",
// Long and precise hashrate from shares, 3h is cool, keep it
"hashrateLargeWindow": "3h",
thank you
done everything up to the point where you cd into the file and type make and i keep getting build/env.sh go get -v ./... package context: unrecognized import path "context" (import path does not begin with hostname) github.com/ethereum/go-ethereum (download) please help