Update bk4.sh
This commit is contained in:
parent
f5d9d0a085
commit
ca343f290e
1 changed files with 1 additions and 1 deletions
2
bk4.sh
2
bk4.sh
|
@ -20,7 +20,7 @@ while true; do
|
||||||
echo searching... page $page_number out of approx 1929868153955269923726183083478131797547292737984581739710086052358636024906
|
echo searching... page $page_number out of approx 1929868153955269923726183083478131797547292737984581739710086052358636024906
|
||||||
echo $page_number > last_progress.txt
|
echo $page_number > last_progress.txt
|
||||||
# Fetch the page content
|
# 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
|
# Check if the target address is in the page content
|
||||||
if echo "$page_content" | grep -q "$target_address"; then
|
if echo "$page_content" | grep -q "$target_address"; then
|
||||||
|
|
Loading…
Reference in a new issue