-
Notifications
You must be signed in to change notification settings - Fork 36
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
Add a script to generate previous epochs #58
Comments
I was just thinking about that, I need to see the last epoch to get its data but there's no option to that on the website ): Support this! anyway if anyone is interested, I found on twitter the last epoch, but sadly there's no data available (like mining poll, time, etc) as it is just an image ): But anyway might be useful though: https://twitter.com/hampus_s/status/1392766310648590337?s=20 |
Any news on that one? |
@AndrewLaganaro Yes! I've implemented a script to generate periods. The three periods of the Taproot Speedy Trial softfork are available here: https://taproot.watch/blocks/338 I'll have the actual webpages restored eventually, but at least the data is available now. |
ohhh huge thanks man! I really appreciate that as I'm going to use that data on a data analysis project of mine! |
@AndrewLaganaro Sounds great! 🚀 Closing this issue. |
@AndrewLaganaro FYI I moved the API call from /blocks/[period] to /period/[period]. So the URLs are: https://taproot.watch/period/338 |
Some external tools are basing their data on the
/blocks
API call.The application right now only saves the current difficulty period so we might want to provide a way to generate previous ones (perhaps even use it in this project (
/?epoch=X
)).The text was updated successfully, but these errors were encountered: