Moved pow
This commit is contained in:
8
pow/pow.go
Normal file
8
pow/pow.go
Normal file
@ -0,0 +1,8 @@
|
||||
package pow
|
||||
|
||||
type PoW interface {
|
||||
Search(block Block, stop <-chan struct{}) []byte
|
||||
Verify(block Block) bool
|
||||
GetHashrate() int64
|
||||
Turbo(bool)
|
||||
}
|
Reference in New Issue
Block a user