Fixed mining & limited hash power

This commit is contained in:
obscuren
2015-02-14 16:52:14 +01:00
parent 65159d65c8
commit 32c7ebc51d
5 changed files with 44 additions and 22 deletions

View File

@ -21,7 +21,7 @@ type EasyPow struct {
}
func New() *EasyPow {
return &EasyPow{turbo: true}
return &EasyPow{turbo: false}
}
func (pow *EasyPow) GetHashrate() int64 {