Capitalisk / ldpos-commander

CLI client for LDPoS blockchains
MIT License
3 stars 2 forks source link

Implement additional connect parameters #71

Open maarteNNNN opened 2 years ago

maarteNNNN commented 2 years ago

With ldpos-commander (CLI client), it doesn't seem to have a default IP/host when launching for the first time (or with fresh configs). It would be nice if it would default to capitalisk.com and the user can just leave empty and press enter to use that. (edited) it should also prompt for the protocol secure (wss) or not (ws) it should default to not secure ws though encryption is not needed by default, transaction is signed anyway (cannot be tempered with) and ldpos-commander may be running on the machine as the capitalisk node if security is required (edited) It should also prompt for the path default to /socketcluster/ Maybe it should ask for hostname instead of IP so the user can provide a domain name instead of an IP address (edited) and should default to capitalisk.com as mentioned above