Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 1.18 KB

setup-an-iotex-rpc-node.md

File metadata and controls

21 lines (12 loc) · 1.18 KB

Setup an IoTeX RPC Node

Bootstrap a Full Node

{% hint style="success" %} -> Refer to the bootstrap guide on GitHub for configuring a full node {% endhint %}

Configure a Gateway

In case you want to run an IoTeX Gateway and use it as an RPC endpaint to broadcast transactions, make sure you follow the bootstrap guide linked above with the following two accortezze:

  1. When downloading the snapshot file, make sure you download the file that includes database indexes:

  1. When running the docker file, make sure you include the "gateway" argument:

  1. Ensure that port 15014 is mapped in your docker run command and it's open in your firewall if you plan to use your node as an Ethereum RPC gateway. Alternatively, open port 14014 for operating the node as an IoTeX Native RPC Endpoint - though this option is considered deprecated.