RPC call from changing IP address

+1 vote
I have an application where I need to run RPC calls on a device with a changing IP address. From the web demo, it seems you need to enter IPs in multichain.conf for them to be allowed to execute commands. Is there another way that I can use since IP addresses can change? I'm a newbie so any pointers to RPC documentation would also be appreciated.

 

Thanks,
Tom
asked Jan 31, 2019 by tomrries

1 Answer

0 votes
Apart from individual IP address, you can also configure MultiChain to accept RPC calls from any IP address (strongly not recommended) or some defined range of IP addresses. See this answer for more information:

https://www.multichain.com/qa/780/rpcallowip-to-give-access-to-clients?show=781#a781
answered Jan 31, 2019 by MultiChain
...