Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

What to say about grpcUrl value? #7

Open
LoisRP opened this issue Feb 20, 2020 · 1 comment
Open

What to say about grpcUrl value? #7

LoisRP opened this issue Feb 20, 2020 · 1 comment

Comments

@LoisRP
Copy link
Contributor

LoisRP commented Feb 20, 2020

This line in node/src/index.js provides this value, but I'm not clear where it originates. What should I say about using this value, or other values?

const grpcURL = "3.14.64.116:50051";

Note in Swift, we have: let grpcURL = "grpc.xpring.tech:80"

@keefertaylor
Copy link
Contributor

That Swift code, is old. #5 ports this to the new value (see here)

3.14.64.116:50051 is just a machine which is running a rippled node that has gRPC listening on port 50051.

You could technically point this to any machine's IP and any port that has rippled running on it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants