From d7ff0c2449f66d34eaf553d5312a211058c83967 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sun, 23 Mar 2025 09:59:54 +0800 Subject: Lower default difficulty --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.go') 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() -- cgit v1.2.3