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

Get_First_Transaction.py gives date of last transaction. #9

Open
0tokens opened this issue Dec 25, 2023 · 4 comments
Open

Get_First_Transaction.py gives date of last transaction. #9

0tokens opened this issue Dec 25, 2023 · 4 comments

Comments

@0tokens
Copy link

0tokens commented Dec 25, 2023

Get_First_Transaction.py gives date of last transaction.
I appreciate your ongoing effort very much!

@brahmastra
Copy link

brahmastra commented Jan 31, 2024

yes, line 19: first_transaction = transactions[0] this is last transaction
change to first_transaction = transactions[len(transactions)-1]

@0tokens
Copy link
Author

0tokens commented Jan 31, 2024

Hi Brahmastra, thanks for providing a solution! Although it seems like this project is abandoned.

@demonluca
Copy link

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

@brahmastra
Copy link

Problem is what btcscan org API show only 25 last tx, better use blockchain info

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