Updated to temporary trie

This commit is contained in:
obscuren
2014-01-14 21:48:16 +01:00
parent 578b63e2b8
commit 44900e363c
3 changed files with 34 additions and 10 deletions

View File

@ -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()
}