From ca343f290e06e582c3e85d2bd361c3da05661c0f Mon Sep 17 00:00:00 2001 From: sneedgroup-holder Date: Thu, 12 Dec 2024 08:59:58 +0000 Subject: [PATCH] Update bk4.sh --- bk4.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bk4.sh b/bk4.sh index facad93..d404366 100644 --- a/bk4.sh +++ b/bk4.sh @@ -20,7 +20,7 @@ while true; do echo searching... page $page_number out of approx 1929868153955269923726183083478131797547292737984581739710086052358636024906 echo $page_number > last_progress.txt # Fetch the page content - page_content=$(curl "https://privatekeyfinder.io/private-keys/bitcoin/$page_number") + page_content=$(curl "https://lbc.cryptoguru.org/dio/$page_number") # Check if the target address is in the page content if echo "$page_content" | grep -q "$target_address"; then