multiple users connect to webdemo

+2 votes
How do i let multiple users connect to webdemo?

let say there are 10 users.

Do i need to manually write their ip addresses one by one in config-example.txt??

rpcallowip= 192.168.9.1

rpcallowip= 192.168.9.2

rpcallowip= 192.168.9.3

etc
asked Jan 10, 2017 by lee1010

1 Answer

+1 vote

The rpcallowip setting is not needed in the web demo's config.txt file. You don't need to worry about the IP addresses of the users of the web demo, because its PHP code will process the users' requests, and then this PHP code is what calls the MultiChain API – not the users directly. If your web server and MultiChain node are running on the same computer, by default MultiChain will accept the requests from the web demo without setting rpcallowip.

answered Jan 11, 2017 by MultiChain
...