Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

RPC Host, clarification #6

Open
christopherreay opened this issue Jul 2, 2022 · 3 comments
Open

RPC Host, clarification #6

christopherreay opened this issue Jul 2, 2022 · 3 comments

Comments

@christopherreay
Copy link
Contributor

christopherreay commented Jul 2, 2022

# If running a custom setup i.e. as a system daemon or kubernetes pod, point it to the correct RPC endpoint
RPC_HOST=http://openethereum:8545

does this need to be a publically available address? or is it in the loopback on localhost?

also, what is the intent of the rpc connection?

@kamikazechaser
Copy link
Contributor

The RPC exposes the ethereum API, so you can consume it. However in this case, it is only accessible to the internal docker network. Not accessible outside the containers.

@christopherreay
Copy link
Contributor Author

christopherreay commented Jul 2, 2022

what is consuming it?

the ethstats-client?

it appears the github has changed the behaviour of ctrl-enter to submit-and-close. Which I do not agree with :)

@kamikazechaser
Copy link
Contributor

the ethstats-client?

Yes. Also any web3 application can consume 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