11

Is there any documentation of the iota.ini-file. What flags could I set and what does the flags mean?

At the moment, I know only the flags, that are set on the iota.partners installation. But in slack I think I have seen, that there are more flags, that I can set within the ini-file.

Wolfgang Egger
  • 415
  • 2
  • 5

2 Answers2

4

In the file Configuration.java of IRI source code you can find all possible configuration parameters for the fullnode even if without any comments.

blockmined
  • 710
  • 1
  • 4
  • 9
  • Good answer, but it doesn't answer what OP asks about. I am also looking for a documentation on this. – codepleb Apr 18 '18 at 20:02
1

You can find a documentation of all command line options, which are the same as ini file options at https://github.com/iotaledger/iri

  • hm, but this seems to be not the hole truth ;) here are at least 2 more options in my config, that does not lead to an error:

    RESCAN_DB = false REVALIDATE = true

    – Wolfgang Egger Dec 28 '17 at 17:03