aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index e11d6d0..06d43c2 100644
--- a/main.go
+++ b/main.go
@@ -27,7 +27,7 @@ var (
)
func init() {
- flag.UintVar(&difficulty, "difficulty", 20, "leading zero bits required for the challenge")
+ flag.UintVar(&difficulty, "difficulty", 17, "leading zero bits required for the challenge")
flag.StringVar(&listenAddr, "listen", ":8081", "address to listen on")
flag.StringVar(&destHost, "host", "127.0.0.1:8080", "destination host to proxy to")
flag.Parse()