You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi after solving space tab indentation i finally got your script running
but sript read only the last adress in list-addresses.txt
why the loop fr each line is not working?
below the part of th code whoch is probably bugging
#Add the filename of your list of Bitcoin Addresses for check all.
with open("list-addresses.txt") as file:
for line in file: arq1 = open('addresses-with-balance-yay.txt', 'a')
address = str.strip(line)
print ("__________________________________________________\n")
hi after solving space tab indentation i finally got your script running
but sript read only the last adress in list-addresses.txt
why the loop fr each line is not working?
below the part of th code whoch is probably bugging
#Add the filename of your list of Bitcoin Addresses for check all.
with open("list-addresses.txt") as file:
for line in file: arq1 = open('addresses-with-balance-yay.txt', 'a')
address = str.strip(line)
print ("__________________________________________________\n")
arq1 = open('addresses-with-balance-yay.txt', 'a')
arq1.close()
The text was updated successfully, but these errors were encountered: