You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* testnet
* see testnet / testnet2 param of default miner
* skip fees on testnet
* -hf8 / -hf7
* affinity, --no-affinity
* -intensity xx
* ARM support
=> make sure optimization path taken
TODO
* AVX512F support
* https://aquachain.github.io/pools.json
* review what happens when pool refuses share, retry ?
* logFile branch
* not enough lines issue (try solo mining with short config file to reproduce)
SubmitHashrate can be used for remote miners to submit their hash rate. This enables the node to report the combined
hash rate of all miners which submit work through this node. It accepts the miner hash rate and an identifier which
must be unique between nodes.
func(api *PublicMinerAPI) SubmitHashrate(hashrate hexutil.Uint64, id common.Hash) bool{
api.agent.SubmitHashrate(id, uint64(hashrate))
return true
}