Documentation ¶
Index ¶
- func Check(err error) bool
- func Debug(a ...interface{})
- func Debugc(fn func() string)
- func Debugf(format string, a ...interface{})
- func Debugs(a interface{})
- func Error(a ...interface{})
- func Errorc(fn func() string)
- func Errorf(format string, a ...interface{})
- func Errors(a interface{})
- func Fatal(a ...interface{})
- func Fatalc(fn func() string)
- func Fatalf(format string, a ...interface{})
- func Fatals(a interface{})
- func Handle(cx *conte.Xt) func(c *cli.Context) error
- func Info(a ...interface{})
- func Infoc(fn func() string)
- func Infof(format string, a ...interface{})
- func Infos(a interface{})
- func Trace(a ...interface{})
- func Tracec(fn func() string)
- func Tracef(format string, a ...interface{})
- func Traces(a interface{})
- func Warn(a ...interface{})
- func Warnc(fn func() string)
- func Warnf(format string, a ...interface{})
- func Warns(a interface{})
- type HashCount
- type MinerModel
- func (m *MinerModel) BlockDetails(gtx l.Context) l.Dimensions
- func (m *MinerModel) BlockInfoModalCloser(gtx l.Context) l.Dimensions
- func (m *MinerModel) FillSpace(gtx l.Context) l.Dimensions
- func (m *MinerModel) FlipTheme()
- func (m *MinerModel) FoundBlocks(gtx l.Context) l.Dimensions
- func (m *MinerModel) Header(gtx l.Context) l.Dimensions
- func (m *MinerModel) PreSharedKey(gtx l.Context) l.Dimensions
- func (m *MinerModel) RunControl(gtx l.Context) l.Dimensions
- func (m *MinerModel) SetTheme(dark bool)
- func (m *MinerModel) SetThreads(gtx l.Context) l.Dimensions
- func (m *MinerModel) VSpacer(gtx l.Context) l.Dimensions
- func (m *MinerModel) Widget(gtx l.Context) l.Dimensions
- type SolutionData
- type Worker
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MinerModel ¶ added in v0.4.14
type MinerModel struct { *gui.Window Cx *conte.Xt DarkTheme bool // contains filtered or unexported fields }
func (*MinerModel) BlockDetails ¶ added in v0.4.14
func (m *MinerModel) BlockDetails(gtx l.Context) l.Dimensions
func (*MinerModel) BlockInfoModalCloser ¶ added in v0.4.14
func (m *MinerModel) BlockInfoModalCloser(gtx l.Context) l.Dimensions
func (*MinerModel) FillSpace ¶ added in v0.4.14
func (m *MinerModel) FillSpace(gtx l.Context) l.Dimensions
func (*MinerModel) FlipTheme ¶ added in v0.4.14
func (m *MinerModel) FlipTheme()
func (*MinerModel) FoundBlocks ¶ added in v0.4.14
func (m *MinerModel) FoundBlocks(gtx l.Context) l.Dimensions
func (*MinerModel) Header ¶ added in v0.4.14
func (m *MinerModel) Header(gtx l.Context) l.Dimensions
func (*MinerModel) PreSharedKey ¶ added in v0.4.14
func (m *MinerModel) PreSharedKey(gtx l.Context) l.Dimensions
func (*MinerModel) RunControl ¶ added in v0.4.14
func (m *MinerModel) RunControl(gtx l.Context) l.Dimensions
func (*MinerModel) SetTheme ¶ added in v0.4.14
func (m *MinerModel) SetTheme(dark bool)
func (*MinerModel) SetThreads ¶ added in v0.4.14
func (m *MinerModel) SetThreads(gtx l.Context) l.Dimensions
func (*MinerModel) VSpacer ¶ added in v0.4.14
func (m *MinerModel) VSpacer(gtx l.Context) l.Dimensions
func (*MinerModel) Widget ¶ added in v0.4.14
func (m *MinerModel) Widget(gtx l.Context) l.Dimensions
type SolutionData ¶ added in v0.4.14
type SolutionData struct {
// contains filtered or unexported fields
}
Directories ¶
Path | Synopsis |
---|---|
hashrate
Package hashrate is a message type for Simplebuffers generated by miners to broadcast an IP address, a count and version number and current height of mining work just completed.
|
Package hashrate is a message type for Simplebuffers generated by miners to broadcast an IP address, a count and version number and current height of mining work just completed. |
Click to show internal directories.
Click to hide internal directories.