Error reading config file

+2 votes

Having an issue where it's not reading the conf file properly for the port.

 

ERROR: reading configuration file: the options configuration file contains an invalid line 'port 2750'

I have the port I want written to the conf file which should just read by default as

port <num>

I don't see what makes this line invalid if it's the default thing written in it's own config file, it makes no sense.

asked May 16, 2018 by Alkaris

1 Answer

0 votes

If this is multichain.conf, you need to format it as described here:

https://www.multichain.com/developers/runtime-parameters/

port=<num>

If you're referring to something else, please explain.

answered May 16, 2018 by MultiChain
...