Skip to content

Commit

Permalink
Update Btcbf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vlnahp authored Sep 14, 2021
1 parent f092975 commit 4d3ab72
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Btcbf.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ def check_list_online(n):
data = json.loads(url.read().decode())
if data['transaction_count']>0:
print(data['transaction_count'])
print(z)
print(wif)
print("Wow active address found!!")
print(z.decode('utf-8'))
print(wif)
Expand Down Expand Up @@ -86,9 +84,9 @@ def multiprocessing():
if inp == "gen":
generate()
print("Your wallet is ready!")
print("exitting...")
sleep(3)
exit()
e = input("Press any key to exit")
if e:
exit()
if inp == "exit":
print("exitting")
sleep(5)
Expand Down

0 comments on commit 4d3ab72

Please sign in to comment.