(01-08-2018, 07:15 AM)skyguy Wrote: Code:
vi $GOPATH/src/github.com/skycoin/skycoin/cmd/skycoin/skycoin.go
Now search for the first 127.0.0.1 entry by pressing /127.0.0.1 (Enter). Update 127.0.0.1 to your server IP or 0.0.0.0 and write and quit (wq)
// Remote web interface
WebInterface: true,
WebInterfacePort: 6420,
WebInterfaceAddr: "192.168.1.14",
WebInterfaceCert: "",
WebInterfaceKey: "",
WebInterfaceHTTPS: false,
PrintWebInterfaceAddress: false,
I could not find 127.0.0.1 in the skycoin.go file of the latest version (Version = "0.24.0") Could you please help me? I would like to access to the wallet because I install skycoin on headless machine. Thank you