Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Pool ¶
type Pool struct { DaemonManager *daemonManager.DaemonManager JobManager *jobManager.JobManager P2PManager *p2pManager.Peer StratumServer *stratum.Server Options *config.Options Magnitude uint64 CoinPrecision int HasGetInfo bool Stats *Stats BlockPollingIntervalTicker *time.Ticker Recipients []*config.Recipient ProtocolVersion int APIServer *api.Server }
func (*Pool) AttachMiners ¶
func (*Pool) CheckAllSynced ¶
func (*Pool) OutputPoolInfo ¶
func (p *Pool) OutputPoolInfo()
func (*Pool) SetupBlockPolling ¶
func (p *Pool) SetupBlockPolling()
func (*Pool) SetupP2PBlockNotify ¶
func (p *Pool) SetupP2PBlockNotify()
func (*Pool) StartStratumServer ¶
func (p *Pool) StartStratumServer()
Click to show internal directories.
Click to hide internal directories.