Who is hosting the block explorer (
http://109.73.173.119:81/)? Could you please fix it so it shown human readable values (for example now it shows coin supply as 2241862654769916.00000000 WLC, which I believe is wrong). Most possibly it shows values multiplied by 100000000 by some reason.
Also it would be nice to have a better BE on coin website. Transparency is good.
the explorer is hosted by the WINC association, although it was not programmed by us. The coins are shown in satoshi and not in coins and also the demurrage is not calculated, so the exact amount would be lower than what is shown. I dont had the time to look into it right now, so any help is appreciated - (will upload the sourcecode asap).
- at the moment i transport p2pool for WLC.
About the BE what exactly are you missing?
I really miss an ability to view at least 100 last blocks with their difficulty, and easily move between blocks to view their content (have at least clickable links on TX IDs and block numbers).. Also list of peers is very much needed to get peers out of BE. Not talking about advanced features like cryptoid explorer offers...
The value in WLC-satoshi are pretty big and look confusing, especially when column header shows "Coin Supply (
WLC)".
This looks like an old or stripped-down version of Iquidus explorer (
https://github.com/iquidus/explorer). Updating to the last version of Iquidus will make it much better (not perfect, but useable). I can do that if/when get some free time (its always not enough heh..
), but its extremely easy to do, so anyone else could do that as well probably even faster - it actually comes down to git-cloning this new explorer to your server and editing the config file - as the rest is already done and ready on your server machine. Not sure of licensing issues of any.