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, 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):
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?
The text was updated successfully, but these errors were encountered: