Created
September 14, 2017 16:44
-
-
Save lukewalls/6804d1e29d6f5c457569085dc70c89c6 to your computer and use it in GitHub Desktop.
IOTA Config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[IRI] | |
PORT = 14265 | |
UDP_RECEIVER_PORT = 14600 | |
TCP_RECEIVER_PORT = 15600 | |
NEIGHBORS = udp://my.favorite.com:15600 | |
IXI_DIR = ixi | |
HEADLESS = true | |
DEBUG = true | |
DB_PATH = mainnetdb | |
#REVALIDATE = true | |
#RESCAN_DB = true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment