MCPcopy Create free account
hub / github.com/SmartPool/smartpool-client / ReadyToMine

Method ReadyToMine

interfaces.go:103–103  ·  view source on GitHub ↗

ReadyToMine returns true when the network is ready to give and accept pow work and solution. It returns false otherwise.

()

Source from the content-addressed store, hash-verified

101 // ReadyToMine returns true when the network is ready to give and accept
102 // pow work and solution. It returns false otherwise.
103 ReadyToMine() bool
104 // Configure configs etherbase and extradata to the network client
105 Configure(etherbase common.Address, extradata string) error
106}

Callers 1

RunMethod · 0.65

Implementers 1

NetworkClientethereum/network_client.go

Calls

no outgoing calls

Tested by

no test coverage detected