python api connection (newbie)

+2 votes
Hello, Im new to this blockchain. I have setup the multichain and everything run as expected but when I tried to make rpc request using savoir it raised the exception. I know that's the problem with the connection that multichain server refused the connection. The question is, what is the step for savoir connection to the multichain server.. I mean the proper step and the config i need to put into the multichain.conf file... Sorry Im really new to this multichain.
asked Apr 11, 2017 by shafiq8587

1 Answer

+2 votes

If your node and your application are not running on the same computer, you'll need to explicitly grant permission to the remote IP address. Please search this Q&A forum for rpcallowip.

answered Apr 12, 2017 by MultiChain
...