FuzzyBearBTC / PeercoinBlockExplorer

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

RPC Down? #14

Closed danbartram closed 10 years ago

danbartram commented 10 years ago

The node_info div contents is empty, the RPC server seems to not be supplying the data.

Trying to view block information also returns empty data sets.

Is the RPC server down?

FuzzyBearBTC commented 10 years ago

hmm no i can make getinfo calls from cmd window... checking the credentials

FuzzyBearBTC commented 10 years ago

https://github.com/FuzzyBearBTC/PeercoinBlockExplorer/blob/master/src/bc_daemon.php#L8 Be sure to use values that match the ppcoin.conf running on the server!

danbartram commented 10 years ago

Sorry for the confusion - I meant on the official site - http://blockexplorer.peercointalk.org/

It's working now though, thanks.

FuzzyBearBTC commented 10 years ago

No worries this serves as a reminder for future devs looking to fork and a prompter in debugging for me :)