Merged develop

This commit is contained in:
obscuren
2014-12-18 13:19:41 +01:00
18 changed files with 194 additions and 81 deletions

View File

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