Table of Masternodes with GEO-Location

crowning

Well-known member
After chaeplin 's site went down I'm desperately missing a site where I can see where all those Masternodes are located.

Here's a quicky, no GFX and not as sexy as chaeplin's, no summary or other computations, but the Masternode-IPs won't be disclosed in the future anyway so it wouldn't make sense to invest a lot of time for something that will be obsolete in a couple of months.
And I'm a fan of RAW-HTML anyway :smile:

Because it creates a lot of GEO-location-requests (and I don't want to get banned by the site where I get the locations) it's updated only 1x per day (at Midnight GMT+1).
It runs about 1 hour (yes, I'm nice to the free servers out there), so changes are visible after 01:00 at the earliest.

Link: http://178.254.18.153/~pub/Darkcoin/masternode_locations.html

Edit: from time to time the free geo-location providers ban my server and the page looks like a mess. In this case just wait a bit until I've found a new geo-location provider.
 
Last edited by a moderator:
Changed the coding a bit so only NEW Masternodes get added to the list -> less queries -> refreshes every hour.
 
Added a summary here: http://178.254.18.153/~pub/Darkcoin/masternode_locations_stats.html

No fancy GFX, looks like the screenshot below:
Summary.jpg
 
Last edited by a moderator:
After chaeplin 's site went down I'm desperately missing a site where I can see where all those Masternodes are located.

Link: http://178.254.18.153/~pub/masternode_locations.html


I'm trying to figure out best way to host this data at let people query against it. Is this done using ABE or some kinda of custom script that reads data using masternode commands and writing them to a database? Anyone able to help me setup a public free database I can host and anyone can query against? I have one person who can help with web coding but need to get this baseline setup first.
 
I'm trying to figure out best way to host this data at let people query against it. Is this done using ABE or some kinda of custom script that reads data using masternode commands and writing them to a database? Anyone able to help me setup a public free database I can host and anyone can query against? I have one person who can help with web coding but need to get this baseline setup first.

It's a simple shell script.

In a nutshell:
 
Cool man very nice !

But (i know i know)
any chance you could write the next little happy script and get this all on a world map ?!
Remember how one of chaplains pages had that ?!
Just an idea (would be super cool for visual people like me and others for sure)

i can not find the pic anymore but i use it in my Twitter !
https://twitter.com/AnonUpdatesNews
 
Cool man very nice !

But (i know i know)
any chance you could write the next little happy script and get this all on a world map ?!
Remember how one of chaplains pages had that ?!
Just an idea (would be super cool for visual people like me and others for sure)

i can not find the pic anymore but i use it in my Twitter !
https://twitter.com/AnonUpdatesNews

Actually that would be almost trivial if....

...if Google wouldn't restrict it's MAP-API to URLs shorter than 2048 characters.

When you query their API, you have to pass an URL with latitude/longitude values (that's something like "40.714728,-73.998672") for EACH Masternode.

1200 Masternodes times 20 characters = 24000 characters :eek:

If you or someone else knows a non-commercial service which allows this I can do it.
 
Back
Top