Hello can someone who unerstands please answer this question.
What is the difference with having a wallet with electron or without electron??
Does it matter which one is used?? AS there is this selection but no explination.
??
Please help.
Try the electron build and try the non-electron build.
The non-electron build is 10 meg
The electron build is 40 or 70 meg
Electron is embedded google chrome. It is what Jaxx and the Ethereum wallet use.
The electron build bundles google chrome.
The non-electron build will use the system web-browser to access the wallet
Will try to update download page with information.
- electron includes google chrome and runs in its own window.
- the non-electron build will use the system browser
I use non-electron build, on servers always. The non-electron, binary build is ideal for servers.
---
We fixed eighty wallet bugs. Look at commits on github.
The CLI is substantially upgraded and automated deposits and withdrawals are working now. Hundreds of changes and improves to the Skycoin CLI interface.
We upgraded to latest version of electron and the copy/paste issues are fixed.
32 bit windows builds should be ready in next release.
We are creating installers for windows and OSX, so that you can install skycoin like a native application.
--- meshnet
The meshnet daemon now has a command line CLI, that you can play with.
Starting off with a GUI was a mistake. We should get everything working with a CLI interface first, then attempt a gui interface after the CLI works.
--- CLI environment
We have too much software and are trying to package all of our application daemons into a single executable and cross platform environment.
This environment will allow you to run
- the skycoind daemon
- the meshnet daemon
- the CXO daemon
- address generation
- skycoin command line / RPC client
- more applications later