How to verify Ripple is working?

1

isup.me is a cool page that checks whether another page is "down for everyone, or just me". Today I found my access to https://ripple.com/client/ and https://ripple.com/graph/ didn't work at all, due to "network errors".

Ripple is p2p, so theoretically it should always be up ... however it's a young project so there might be bugs, and the server code isn't yet open sourced. What's a good way to verify the Ripple network is up, or rather "is Ripple down for everyone, or just me"?

ripper234

Posted 2013-02-25T05:05:35.433

Reputation: 25 192

Answers

4

There really isn't one yet. Currently there is only one access point into the Ripple system open to the public and there's no system monitoring on it that has public access.

David Schwartz

Posted 2013-02-25T05:05:35.433

Reputation: 46 931

-2

There is actually a way:

  1. Download this github repo as a zip arhive https://github.com/rippleFoundation/network-viewer

  2. Open in your local chrome

Alex Kravets

Posted 2013-02-25T05:05:35.433

Reputation: 518

1I want a 3rd party service that verifies the problem isn't related to my local setup. How would downloading the network viewer help with this?ripper234 2013-02-25T12:17:34.420

1Oh, I misunderstood your question, you just wanted some kind of "show me ripple p2p status" tool, my answer had to do with how to explore the existing ledger.Alex Kravets 2013-02-25T21:41:37.633