Skip to content

Instantly share code, notes, and snippets.

@mlouielu
Created November 15, 2017 12:10
Show Gist options
  • Save mlouielu/23df6625ba82599083028984f32604ce to your computer and use it in GitHub Desktop.
Save mlouielu/23df6625ba82599083028984f32604ce to your computer and use it in GitHub Desktop.
Example of IOTA IRI ini configuration file
[IRI]
PORT = 14665
UDP_RECEIVER_PORT = 19775
TCP_RECEIVER_PORT = 18750
NEIGHBORS = tcp://iotanode2.louie.lu:18750 udp://iotanode3.louie.lu:19775
DB_PATH = /var/db/iota/mainnetdb
DB_LOG_PATH = /var/db/iota/mainnetdb.log
# This will allow API access via public
REMOTE_LIMIT_API="removeNeighbors, addNeighbors, interruptAttachingToTangle, attachToTangle, getNeighbors"
API_HOST=0.0.0.0
IRI_OPTIONS = "--remote"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment