SuperNETorg / EasyDEX-GUI

Please use http://github.com/komodoplatform/easydex-gui
GNU General Public License v3.0
15 stars 13 forks source link

Conf files for native and full in gui #20

Closed pondsea closed 7 years ago

pondsea commented 7 years ago

Would be good to allow users to edit conf files for native and full modes via coin settings in gui.

pondsea commented 7 years ago

Would be good to be able to "generate" random username/password for the RPC too.

satindergrewal commented 7 years ago

Would be good to allow users to edit conf files for native and full modes via coin settings in gui.

Will think about adding this option in advanced settings of wallet GUI

Would be good to be able to "generate" random username/password for the RPC too.

It is already happening. That's why the Desktop App is working securely. If you start a coin from Desktop Wallet, it starts with a unique rpc details for that coin.

Then if you try to login from browser, the rpc details for API won't match the one in your desktop wallet, so it will not login at all.

satindergrewal commented 7 years ago

The coin params are quite important and sensitive settings. It is not recommended for opening it to users via GUI. However, in case users need to change the settings in any ways they can change that by going to assets/scripts/iguana_api/IguanaAddcoin.js