From 44900e363cbc81b640bc16bcc7e6a50c22352be4 Mon Sep 17 00:00:00 2001 From: obscuren Date: Tue, 14 Jan 2014 21:48:16 +0100 Subject: Updated to temporary trie --- ethereum.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ethereum.go') diff --git a/ethereum.go b/ethereum.go index 7e13f197a..83f656fe2 100644 --- a/ethereum.go +++ b/ethereum.go @@ -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() } -- cgit v1.2.3