problrm with multichain web demo

+1 vote

Im trying to run multichain web demo but this message is showing instead of the nodes.

Choose an available node to get started:

$rpc) if (isset($rpc['rpchost'])) echo '

'.html($rpc['name']).'
'; ?>

I already downloaded php7.0 and cURL but im still facing this problem.

Im using multichain Release and php7.0 

 

and thank you

asked Aug 14, 2017 by Airmaha

1 Answer

+1 vote

This looks like your web server is not configured to actually process PHP, and is just delivering the content of index.php to the web browser. You can check this by using your browser's 'View Source' feature.

answered Aug 14, 2017 by MultiChain
...