A connection attempt failed because the connected party did not properly respond

+1 vote

Hello I  have installed the multichain in a linux machine and created one chain. But when we are trying to access that chain by using C# wrapper for the MultiChain JSON-RPC API by PBJ Cloud through a window machine by using visual studio I'm getting error.

 Error : {"A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 10.94.30.54:4335"}

Please help me.

asked Nov 7, 2016 by Ashish

1 Answer

0 votes

I'm guessing the problem is that you didn't configure multichaind to allow API requests from non-local computers. Search this Q&A forum for rpcallowip to see a bunch of answers for this.

answered Nov 8, 2016 by MultiChain
...