hello,
i am trying to connect multichain to web demo but getting this error despite following all the steps...i am new to this and any help would mean a lot...i am using windows and have xampp for apache.. also checked that curl is enabled.. i am running server and node on the same machine...
here's the error msg:
Choose an available node to get started:
Notice: Undefined index: name in C:\xampp\htdocs\multichain-web-demo-master\index.php on line 86
 
here are my config.txt details - 
default.name=chain1                   # name to display in the web interface
default.rpchost=127.0.0.1             # IP address of MultiChain node
default.rpcport=4330                   # see rpc-port from chain parameters
default.rpcuser=multichainrpc          # username for RPC from multichain.conf
default.rpcpassword=EsPtzt5J9v...                   # password for RPC from multichain.conf
Please tell me what i am doing wrong.