FuzzyBearBTC / PeercoinBlockExplorer

Peercoin Block Chain Viewer - written in php and used JSON RPC calls
http://blockexplorer.peercointalk.org/
6 stars 32 forks source link

Add stats of POW/POS blocks #18

Closed mark-bl closed 10 years ago

mark-bl commented 10 years ago

This is based on the code of : https://github.com/FuzzyBearBTC/PeercoinBlockExplorer/pull/17

I've fixed it and now it works, thank you @Hibero .

Hibero commented 10 years ago

Thanks for fixing it @mark-bl .

mark-bl commented 10 years ago

I wanted to make it more in sync with peercoin.net.

I also like it better , maybe I'll add a theme option ?

mark-bl commented 10 years ago

This is how it looks like : http://i.imgur.com/5uQChUG.png

@Hibero the changes in your pull request https://github.com/FuzzyBearBTC/PeercoinBlockExplorer/pull/21 change the layout of the site.

Maybe a better solution will be to add a page : stats and not to display them in the index page ?