XzenTorXz / ElectroneumGUIWallet

Electroneum GUI Wallet
Other
7 stars 13 forks source link

Trying to make wallet and met with error. #6

Open 3334320103654 opened 6 years ago

3334320103654 commented 6 years ago

After entering a password and choosing a language I recieve the follwoing error:

" Error Creating/Restoring Wallet " " Error: Unknown error! Wallet RPC appears not responsding. "

mozreactor commented 6 years ago

+1

I'm on Win 7x64. Deleted /data and still the same error.

XzenTorXz commented 6 years ago

did you try to start it as administrator ?

if that doesnt help, can you provide the error.logs in data/wallets/electroneum-wallet-rpc.log and data/logs/electroneum-wallet-rpc.log ?

in the Resources\bin dir are also the default binaries from electroneum, maybe the electroneumd.exe cant find a mainnode, you can try to start it manually.

mtl1979 commented 6 years ago

On initial run or if daemon has not been started in a while, wallet RPC returns timeout because the daemon is not fully synced yet... The code should be changed, so it doesn't delete the wallet files if wallet RPC timeouts and instead abort syncing transactions. When the GUI is fully loaded it should poll wallet RPC again every N minutes and resume syncing if it responds.