SiaHub.info - yet another host explorer
-
Hello,
Pleased to present work of my last few days - SiaHub.info.
Currently it's simple host monitor/explorer with heatmap and some other numbers at upper right corner.Yes, we already have SiaPulse, but why not :)
At this moment it took about 3 days of work, so i hope it's just start of something interesting.
And of course you can find some bugs.
I would be happy if you'll report it here: IssuesAnd finally "engine" is Open Source.
Using Laravel, VueJS and blah-blah who cares.Sources available at GitHub: https://github.com/S-anasol/siahub
Visit site: http://siahub.info
-
Added night mode, probably will update later also.
But usable already.
-
great stuff.... Fyi, your map does not show where the hosts are? (seems inaccurate)
my own one; 46.162.103.201 is in Malmö, Sweden - where you according to the map have no hosts?also... I was thinking if we could visualize - you have some of it already:
where are the hosts by individuals, shown also as clusters by country and continent added with the metriccs:
where are hosts heat mapped in terms of TB capacity.
where are hosts heat mapped in terms of GB utilization.
where are hosts heat mapped in terms of price?
.....just an idea.
-> update I didn't see until now you have that picture under"net work" more or less :-)
-
@larsfloe your host in Stockholm
Probaby using old geo ip db.
Will update now, maybe it will more accurate.About metrics, yes Network page, but not all. Wil add some charts later. And some heatmaps planned too.
-
cool.... any way of depicting the number of hosts over time??
We see a solid grwth of hosts (not in numbers) but in percantage at least - now over 130, which is as far as a I recall the all time high...
-
@larsfloe updated geo db
any way of depicting the number of hosts over time??
network hosts chart? its over time active/total hosts
-
awesome.. Just one thing.. the map seem to be using som sort of night mode.. It is not nighit when I look out side my window :-)
3rd thing, any break down of hosts by OS??
I'll report any issues/errors/ideas to the link you providded in the start from now on :-) ..
-
@larsfloe nightmode switcher at top nav.
By default should be day.
Maybe you looked at moment when I test it.
3rd thing, any break down of hosts by OS??
there's no such info provided by sia.
I'll report any issues/errors/ideas to the link you providded in the start from now on :-) ..
Awesome! You can send it directly to GitHub: https://github.com/S-anasol/siahub/issues
-
I've put in a new idea in your github.. //
-
nice dude!
Focus in creating like a one page dashboard with all the nice stats and you page will rock!
-
I am using 1.2.1, yet message on page is:
Wallet is outdated, don't forget to upgrade your wallet to 1.2.0
-
I get the same message even though I am on 1.2.1 now but I love siahub.info.
-
u wnt sum up?
Added network growth info
Tried to make network page bit faster, looks faster :D
Page title live now, showing usd/tb price and current btc/sc rate.
-
Sia Hub - what is the reset period for the sia hub site? 24 hrs - 48 hrs? 15 min? (curious)
-
@moorsc0de you mean update interval?
Network page global stats calculating every hour.
Host chart(total/used) collected every hour.
Hosts list collected every minute.*
https://github.com/S-anasol/siahub/blob/master/app/Console/Kernel.php#L28-L30*But all data on site cached for 5 minutes.
https://github.com/S-anasol/siahub/blob/master/app/Http/Controllers/HostsController.php#L31So:
Network and host chart every 60(+/-5) minutes
Hosts lists(all, active and latest) updating every 5(+/- 5) minutes.
-
All other delays depends on sia wallet.
Until wallet got host info - siahub cant show it too.or if some host were offline on last check, wallet will perform next check in "random" time from 10 minutes to few hours.
-
Why does siahub show "versionadjustment: 0.99999" at the scoring part, if the version 1.2.2 is correctly detected?
Is there a new version released?
-
@reinisp for some reason used 0.9999
https://github.com/NebulousLabs/Sia/blob/413dae08c78f852c42ff20d4425c27a76cc3fb58/modules/renter/hostdb/hostweight.go#L196-L200Wallet output rounded.
SiaHub show raw values.
-
Launched Consensus DB downloads page.
Auto-Update every 12 hours.
https://consensus.siahub.info/Sources(wow, so code, much sources) available here: https://github.com/S-anasol/consensus.siahub.info
-
Launched Exlporer (WIP).
https://explorer.siahub.info/Current possibilities:
Search any hash(block id, transaction id, sc/sf output id, unlock hash(addresses) etc...)
Details available for siafund outputs, siacoin outputs, unlock hash(addresses).Other functions coming soon.
Known problems:
Unlock hash loading with big history can be really looooong. Page freeze also possible while processing data.
Very big history can be not loaded at all. Report hash please if you get this error :)
High RAM usage for big unlock hash.Send reports here: https://github.com/S-anasol/SiaConsensusExplorer/issues
or
Slack: @sanasol (https://siatalk.slack.com/)
or
Reddit: https://www.reddit.com/user/sanasol/
or
Twitter: https://twitter.com/rusanasol
-
Explorer updates:
Known problems:
Unlock hash loading with big history can be really looooong. Page freeze also possible while processing data.
Very big history can be not loaded at all. Report hash please if you get this error :)
High RAM usage for big unlock hash.Should be fixed now.
Big addresses loaded by 10 blocks "per page".
Scroll to bottom load next 10.
Stats calculated in real-time from LOADED blocks ON PAGE.Updated page structure, added some calculations, optimizations and some data output.
TODO:
File Contracts.
Full Block view.