XRPLF / rippled

Decentralized cryptocurrency blockchain daemon implementing the XRP Ledger protocol in C++
https://xrpl.org
ISC License
4.51k stars 1.46k forks source link

testnet node doesn't work #2459

Closed rhaps107 closed 6 years ago

rhaps107 commented 6 years ago

curl -X POST -d '{ "method" : "ledger", "params" : [{"ledger":"current"}] }' https://s.altnet.rippletest.net:51234

{"result":{"error":"noNetwork","error_code":17,"error_message":"InsufficientNetworkMode","request":{"command":"ledger","ledger":"current"},"status":"error","warning":"load"}}

passionofvc commented 6 years ago

hi everyone, does this problem fixed now?

bachase commented 6 years ago

Thanks for reporting. There is an issue with the validator list. I'll give an update when it is fixed, which should happen today.

rhaps107 commented 6 years ago

@bachase thanks for replying

bachase commented 6 years ago

@rhaps107, it should be fixed. I'll close this issue, but please reopen if you are have any difficulties.

JJNET commented 6 years ago

Hi @bachase

Thanks you for revive of TESTNET. I spent several hours to correct this problems.

I have one question that no one answers : https://github.com/ripple/ripple-lib/issues/874

=> My purpose is subscribing of my rippled's wallet account except other peer's accounts.

Can I do that by RippleAPI of Node.js?

intelliot commented 6 years ago

@JJNET Yes, we'll follow up on the issue you linked.