Updated to temporary trie
This commit is contained in:
@ -64,7 +64,7 @@ func main() {
|
||||
|
||||
go func() {
|
||||
for {
|
||||
res := dagger.Search(ethutil.Big("01001"), ethutil.BigPow(2, 26))
|
||||
res := dagger.Search(ethutil.Big("01001"), ethutil.BigPow(2, 36))
|
||||
server.Broadcast("blockmine", ethutil.Encode(res.String()))
|
||||
}
|
||||
}()
|
||||
@ -72,7 +72,6 @@ func main() {
|
||||
|
||||
server.Start()
|
||||
|
||||
|
||||
// Wait for shutdown
|
||||
server.WaitForShutdown()
|
||||
}
|
||||
|
Reference in New Issue
Block a user