Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no llop onlys last adress is read in the #3

Open
ArsenikLupin opened this issue Dec 17, 2020 · 3 comments
Open

no llop onlys last adress is read in the #3

ArsenikLupin opened this issue Dec 17, 2020 · 3 comments

Comments

@ArsenikLupin
Copy link

ArsenikLupin commented Dec 17, 2020

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")

check_balance(address)

arq1 = open('addresses-with-balance-yay.txt', 'a')
arq1.close()

@ArsenikLupin
Copy link
Author

maybe ther is a bug by creating the array for each adress

@micro84
Copy link

micro84 commented Jun 15, 2021

@Skandal3713
Copy link

совсем не работает

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants