Missing port in main section (Multichain-explorer-2) [closed]

+1 vote

Hello, I recently tried setting the multichain-explorer-2, but i got an error missing port in main section. I do have the port option in the main section. Please help

[main]

# Who to accept connections from.
# You can only have one host entry in the config file otherwise the explorer will report an error.
# host=0.0.0.0          # to accept connections from anybody (including localhost) e.g. production
# host=localhost        # to only accept connections from your local machine e.g. testing

host=0.0.0.0/0

# Port to serve web pages
port=12343

[chains]

chain1=on

[chain1]

name=chain1

# The host serving MultiChain RPC, including scheme (e.g. "http://123.45.67.89"), default localhost ("http://127.0.0.1")
rpchost=http://127.0.0.1

closed with the note: my mistake in specifying the config file
asked Dec 3, 2021 by mikhatanu
closed Dec 6, 2021 by mikhatanu
Please email your whole .ini file to multichain dot debug at gmail dot com, along with all the information showing the command you ran and the output you received.
Alright my bad in this one. I wrongly specified my configuration file name (my config is conf.ini while i put config.ini in the command

1 Answer

0 votes
Turns out I mistyped my config file
answered Dec 6, 2021 by mikhatanu
...