aboutsummaryrefslogtreecommitdiffstats
path: root/ethereum.go
diff options
context:
space:
mode:
Diffstat (limited to 'ethereum.go')
-rw-r--r--ethereum.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/ethereum.go b/ethereum.go
index 055c1a5ad..7e13f197a 100644
--- a/ethereum.go
+++ b/ethereum.go
@@ -64,8 +64,8 @@ func main() {
go func() {
for {
- res := dagger.Search(ethutil.Big("0"), ethutil.BigPow(2, 36))
- server.Broadcast("block", ethutil.Encode(res.String()))
+ res := dagger.Search(ethutil.Big("01001"), ethutil.BigPow(2, 26))
+ server.Broadcast("blockmine", ethutil.Encode(res.String()))
}
}()
}