server issue

+2 votes
I created a web interface where I am creating assets and distributing across various nodes. Its working fine in local, but after moving all the files to server its not connecting to the multi chain. But I installed multi chain in server system terminal and in config file I gave the rpchost and rpcpassword with ip address corectly.
asked Jan 31, 2017 by sidhatha

1 Answer

+1 vote
 
Best answer

By default, multichaind only accepts incoming API connections from the localhost. You can change this using the rpcallowip setting. Search this Q&A forum for rpcallowip to see a bunch of examples.

answered Jan 31, 2017 by MultiChain
selected Feb 3, 2017 by sidhatha
...