MultiChain / multichain-explorer

Web-based explorer for MultiChain blockchains
GNU Affero General Public License v3.0
177 stars 140 forks source link

Connection error #16

Closed th0m4s closed 7 years ago

th0m4s commented 7 years ago

Hello, I've juste created my multichain and it's multichain-explorer, but I got this error when I click on the chain name : [Errno socket error] [Errno 111] Connection refused

What can I do? Thank you in advance

jzakotnik commented 7 years ago

Did you enter the right rpc user/password and allowed the IP to connect?

jzakotnik commented 7 years ago

Did you set the rpcallowip parameter in the multichain.conf?

javautil commented 7 years ago

This message will show up if you don't have rcpport in multichain.conf

or

if the specified port is the default-network-port in params.dat which is the "port" show in getinfo.

Hope that helps

th0m4s commented 7 years ago

Thanks for your answer, but where can I view the port in getinfo?

th0m4s commented 7 years ago

I've found :)

The explorer can connect to the chain if I add a rcpport in the multichain.conf