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

bitcoin address output with transactions #5

Open
Amityvill opened this issue Apr 17, 2021 · 1 comment
Open

bitcoin address output with transactions #5

Amityvill opened this issue Apr 17, 2021 · 1 comment

Comments

@Amityvill
Copy link

Hi, tell me how to add to the final output in addresses-with-balance-yay.txt and bitcoin addresses with transactions even with 0 balance?

@cryptonightly
Copy link

Hi, tell me how to add to the final output in addresses-with-balance-yay.txt and bitcoin addresses with transactions even with 0 balance?

In case you haven't solved your problem, replace line 72 with the following:
if (blockchain_tags_json[i] == 'total_received' and btc_tokens > 0.0) or (blockchain_tags_json[i] == 'final_balance' and btc_tokens > 0.0):

Not the most graceful solution but it works.

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

2 participants