How can I connect my client side physical machine to mutltichain?

+1 vote
Hello, I'm trying to build a POW mutichain with a PHP based web interface. i have 3 servers: the root node server, the miner node server and the physical machine which plays the role of the client side and where I'm developing the website. Do I have to setup multichain on my physical machine? and how can I connect my website to multichain?
asked Jul 28, 2020 by AtlasQ

1 Answer

0 votes

You can connect the application to a local node, or to a remote node - the choice is yours. You'll probably find using a local node less frustrating because you won't have any latency while trying things out. If you want to use a remote node, pay attention to the rpcallowip runtime parameter.

answered Jul 29, 2020 by MultiChain
...