We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Get_First_Transaction.py gives date of last transaction. I appreciate your ongoing effort very much!
The text was updated successfully, but these errors were encountered:
yes, line 19: first_transaction = transactions[0] this is last transaction change to first_transaction = transactions[len(transactions)-1]
Sorry, something went wrong.
Hi Brahmastra, thanks for providing a solution! Although it seems like this project is abandoned.
A few of us still discuss this project on telegram so feel free to join, but hopefully Karl returns soon t.me/randstorm
Problem is what btcscan org API show only 25 last tx, better use blockchain info
No branches or pull requests
Get_First_Transaction.py gives date of last transaction.
I appreciate your ongoing effort very much!
The text was updated successfully, but these errors were encountered: