Wallet working very well. Thank you very much, jwinterm, good work!
Syncing very fast, change existing wallets, import it in lightWallet very easy! Very important - use only 1.3 Gb of RAM, none 4 Gb!
But
what's the red rounds when right click on the wallet))
yes, me too finally have an usable gui for monero on my laptop, and my 4gb ram is more than enough
Please, be aware that using a remote daemon compromises your privacy, as it leaks your transactions data. Someone in the middle sniffing your connection would be able to take a look at it, as well as the people operating the remote daemon. So basically you are trusting the person running the daemon and that no one is snooping your connection .
Quoting
smooth from
https://forum.monero.cc/4/academic-and-technical/10/remote-monero-deamon :
It will leak literally everything you do except receiving transactions (since that does not involve sending any information to the network) and your actual private keys. All of the transactions you submit will be visible and the wallet uses the daemon to choose mixins, so those will be visible as well, revealing (by elimination) your actual outputs spent. This will in turn reveal transactions you have previously received (since otherwise you wouldn't be spending those outputs).
The RPC was clearly designed to be used between multiple processes on the same system and this is really can't be recommended as a general solution for remote wallets.
There will eventually be sound designs for lightweight wallets, but this is not one of them.
The only situation where this would be safe to use would be on a secured network to support wallets on multiple computers within that local network.
A good scenario would be you running your own remote daemon and using a secure channel to connect to it. Mapping a local port to the daemon over SSH is an easy option. A VPN is another.
You can run your own monero daemon for $5/month at either DigitalOcean or Vultr. I've tested it myself on their minimal plans and it works. You'll need enough space for a swapfile and the blockchain (+ the temporary blockchain file that is created when saving). It takes a few minutes to load and a few minutes to save the blockchain, but I would say it's a pretty acceptable option if you don't want to put your privacy at risk and don't mind spending $5/month. Vultr even accepts BTC.