I have successfully installed the wallet. However, it ends up erroring out with the following error and stops. This happens after about 30 sec. Any ideas? I am Running Win 10 1703.
Here is my CONF File and below is the error.
******CONF FILE*****
rpcuser=username
rpcpassword=`head -c 32 /dev/urandom | base64`
server=1
listen=1
addnode=88.86.186.158:29333
addnode=178.32.117.60:29333
addnode=85.214.53.137:29333
addnode=139.59.145.115:29333
addnode=173.249.11.207:29333
gen=1
****ERROR****
[Wed Jan 24 13:34:44 EST 2018] [ERROR] Unexpected error:
com.vaklinov.zcashui.ZCashClientCaller$WalletCallException: Error response from wallet: error: couldn't connect to server: EOF reached (code 1)
(make sure server is running and you are connecting to the correct RPC port)
at com.vaklinov.zcashui.ZCashClientCaller.executeCommandAndGetSingleStringResponse(ZCashClientCaller.java:965)
at com.vaklinov.zcashui.ZCashClientCaller.executeCommandAndGetJsonValue(ZCashClientCaller.java:915)
at com.vaklinov.zcashui.ZCashClientCaller.executeCommandAndGetJsonArray(ZCashClientCaller.java:893)
at com.vaklinov.zcashui.ZCashClientCaller.executeCommandAndGetJsonArray(ZCashClientCaller.java:886)
at com.vaklinov.zcashui.ZCashClientCaller.getWalletZAddresses(ZCashClientCaller.java:263)
at com.vaklinov.zcashui.AddressesPanel.getAddressBalanceDataFromWallet(AddressesPanel.java:335)
at com.vaklinov.zcashui.AddressesPanel.access$000(AddressesPanel.java:62)
at com.vaklinov.zcashui.AddressesPanel$1.gatherData(AddressesPanel.java:134)
at com.vaklinov.zcashui.AddressesPanel$1.gatherData(AddressesPanel.java:129)
at com.vaklinov.zcashui.DataGatheringThread.doOneGathering(DataGatheringThread.java:182)
at com.vaklinov.zcashui.DataGatheringThread.run(DataGatheringThread.java:163)