Really cool visualisation of the lightning transactions flow, in and out, performed live by @AuthenticityBTC node. Hopefully the code will be open source soon so I can plug it to my nodes.
Payments routing through Authenticity right now, anonymized: unlabeled channel slots and coarse size buckets only — no channel IDs, amounts, peers or failure reasons.
Node health is pretty cool too.
Each node's individual health — scored against its own recent baseline, published as a snapshot every ~15 minutes.
AHahahaha I was just coming here to post this, as I tweaked a few security issues.
Thanks for the shoutout :)
EDIT: Those other images of my node health and stuff are still placeholder. As the warning label on the site says, the data's all fake. Need to find time to finish it up
why did you start closing channels right before the bipcoin fork?
Are you a forker ?
No.
Legend, thank you for putting this together. It's great to observe a live node. We can wait for the node health. Where are you getting the data from? Or are you calculating it with this tool?
I wrote coughClaudecough a custom setup for this, roughly as follows
It is on my list to push to Github. Drowning in higher priority life stuff and getting things pushed to OpenSource keeps dropping down the list (my dashboard project/idea, this visualizer, node temperature metrics, network temperature metrics, etc)
is it worth hosting the data in S3? Could the whole process be handled easily with GH actions and perhaps storing the json as gist instead?
Currently I update the feed every 15s. There's a ton of ways to do this, including gist.
I just went what's simplest and easiest to me. I run on AWS to begin with so I keep everything I can there.