-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathexample.ini
49 lines (30 loc) · 1.21 KB
/
example.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
[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=localhost
# Port to serve web pages
port=4444
# URL prefix for all internal links, default is /
# base=/
[chains]
chain1=on
chain2=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=
# The RPC port MultiChain node listens to. Required for remote nodes.
# Optional for local nodes, default is taken from multichain.conf. If not found there - 'default-rpc-port' from params.dat
# rpcport=
# The username for RPC calls. Required for remote nodes.
# Optional for local nodes, default is taken from multichain.conf.
# rpcuser=
# The password for RPC calls. Required for remote nodes.
# Optional for local nodes, default is taken from multichain.conf.
# rpcpassword=
# For chains running on local machine, datadir parameter, default ~/.multichain
# datadir=~/data/multichain/node1
[chain2]
name=chain2