Jump to content

access to TestNet


HappyAlexKG

Recommended Posts

Hello

I have setuped rippled server on my server, if i would like to connect testNet 

I should out domain name - api.altnet.rippletest.net -  into this section:

# Where to find some other servers speaking the Ripple protocol.
#
[ips]
#r.ripple.com 51235
api.altnet.rippletest.net 51234
?

end then restart rippled ... and after sometime i can make test payments ?

if yes, then when i did this, i got

 

/opt/ripple/bin/rippled submit sanSdxvt4UNgACYLZS1BGgxixLMHD '{"Account": "r3vEHMiCMkjmuywPjcQzauAuX7PDTuM5H4", "Amount": { "currency": "USD", "issuer": "r3vEHMiCMkjmuywPjcQzauAuX7PDTuM5H4", "value": "1" }, "Destination": "r3vEHMiCMkjmuywPjcQzauAuX7PDTuM5H4", "TransactionType": "Payment", "Fee": "1"}'
Loading: "/etc/opt/ripple/rippled.cfg"
2017-Dec-16 06:28:47 HTTPClient:NFO Connecting to 127.0.0.1:5005

{
   "id" : 1,
   "result" : {
      "error" : "noNetwork",
      "error_code" : 17,
      "error_message" : "Not synced to Ripple network.",
      "request" : {
         "command" : "submit",
         "secret" : "sanSdxvt4UNgACYLZS1BGgxixLMHD",
         "tx_json" : {
            "Account" : "r3vEHMiCMkjmuywPjcQzauAuX7PDTuM5H4",
            "Amount" : {
               "currency" : "USD",
               "issuer" : "r3vEHMiCMkjmuywPjcQzauAuX7PDTuM5H4",
               "value" : "1"
            },
            "Destination" : "r3vEHMiCMkjmuywPjcQzauAuX7PDTuM5H4",
            "Fee" : "1",
            "TransactionType" : "Payment"
         }
      },
      "status" : "error"
   }
}
 

 

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...