Documentation ¶ Index ¶ func Verify(block pow.Block) bool type EasyPow func New() *EasyPow func (pow *EasyPow) GetHashrate() int64 func (pow *EasyPow) Search(block pow.Block, stop <-chan struct{}) (uint64, []byte) func (pow *EasyPow) Turbo(on bool) func (pow *EasyPow) Verify(block pow.Block) bool Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Verify ¶ func Verify(block pow.Block) bool Types ¶ type EasyPow ¶ type EasyPow struct { HashRate int64 // contains filtered or unexported fields } func New ¶ func New() *EasyPow func (*EasyPow) GetHashrate ¶ func (pow *EasyPow) GetHashrate() int64 func (*EasyPow) Search ¶ func (pow *EasyPow) Search(block pow.Block, stop <-chan struct{}) (uint64, []byte) func (*EasyPow) Turbo ¶ func (pow *EasyPow) Turbo(on bool) func (*EasyPow) Verify ¶ func (pow *EasyPow) Verify(block pow.Block) bool Source Files ¶ View all Source files pow.go Click to show internal directories. Click to hide internal directories.