multichain.conf:
rpcuser=multichainrpc
rpcpassword=i8v9XBZKNsasbC9yJfuwvjwg4TbqRLVgXRwCRhvK8W5
rpc-port=6808
rpcallowip=0.0.0.0/0
Multichain Explorer config:
# Config file for MultiChain Explor
#
# Same file format as Abe. Please refer to Abe.conf for more
# information about the parameters shown below and other advanced options.
# Port to serve web pages
port 2750
# 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
# Configure a MultiChain network
datadir += [{
"dirname": "~/.multichain/integ-beta", # Path to chain's data folder
"loader": "default", # Do not change
"chain": "Integrum Beta", # Display name in explorer
"policy": "MultiChain" # Do not change
}]
# Database type (do not change)
dbtype = sqlite3
# Filename of database
connect-args = chain1.explorer.sqlite
All data is ok. Port 6808 is open. Firewall not exist.
Why is it not working? (RPC failed: [Errno socket error] [Errno 111] Connection refused)
PS. I use Multichain 1.0.2.