Is your rippled server not coming up?

If the RPC API tells you {“error”:”noNetwork”,”error_code”:12,”error_message”:”Network not available.”} and the log is busy repeating messsage like this:

2013-Dec-16 04:45:33 ResourceManager:NFO Charging 184.73.57.84:51235 for useless data ($5)
2013-Dec-16 04:45:16 Peer:NFO No new transactions until synchronized

You might not have defined validators and a validation_quorum in rippled.cfg, which the template doesn’t make clear you both need. You could use, for example:

[validators_site]
ripple.com

[validation_quorum]
3

See also What is causing “Network not available” error in rippled RPC call and how to fix it?.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s