You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
6. Make sure TCP ports 4689, 8080 (also 14014 if used) are open on your firewall and load balancer (if any).
118
+
6. Ensure that TCP ports `4689` and `8080` are open on your firewall and load balancer (if applicable). Additionally, if you intend to use the node as a gateway, make sure the following ports are open:
119
+
-`14014` for the IoTeX native gRPC API
120
+
-`15014` for the Ethereum JSON API
121
+
-`16014` for the Ethereum WebSocket
118
122
119
123
## <aname="mainnet_native"/>Join Mainnet without using Docker
120
124
This is not the preferred way to start an IoTeX node
Click [IoTeX Tube docs](https://github.com/iotexproject/iotex-bootstrap/blob/master/tube/tube.md) for detailed documentation of the tube service.
216
220
217
-
### JSON RPC API(Babel service)
221
+
### JSON RPC API (former "Babel service")
218
222
219
-
Our node supports most of methods of [Ethereum's JSON-RPC protocol](https://eth.wiki/json-rpc/API). The local endpoint of babal service is `localhost:15014` on the gateway node.
223
+
Our node supports most methods of [Ethereum's JSON-RPC protocol](https://eth.wiki/json-rpc/API). The local endpoint for the Ethereum API service is available at `localhost:15014`. WebSocket support is also available on `localhost:16014`.
220
224
221
225
Additional method support could be requested [here](https://github.com/iotexproject/iotex-core/issues).
0 commit comments