Post
Topic
Board Announcements (Altcoins)
Re: [ANN][LTZ] LitecoinZ - The true Litecoin 2.0
by
MagnificentP
on 17/01/2018, 19:11:14 UTC
Keep getting this error when with the windows wallet when i load up to jan 17 99.95% sync .. can anyone help?


[Thread-18] [Wed Jan 17 10:46:19 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.executeCommandAndGetSingleStringResponse(ZCashClientCaller.java:940)
        at com.vaklinov.zcashui.ZCashClientCaller.executeCommandAndGetSingleStringResponse(ZCashClientCaller.java:933)
        at com.vaklinov.zcashui.ZCashClientCaller.getNetworkAndBlockchainInfo(ZCashClientCaller.java:630)
        at com.vaklinov.zcashui.DashboardPanel$7.gatherData(DashboardPanel.java:289)
        at com.vaklinov.zcashui.DashboardPanel$7.gatherData(DashboardPanel.java:284)
        at com.vaklinov.zcashui.DataGatheringThread.doOneGathering(DataGatheringThread.java:182)
        at com.vaklinov.zcashui.DataGatheringThread.run(DataGatheringThread.java:163)

my config file

rpcuser=00000
rpcpassword=00000
RPCPort=29333
gen=1
server=1
listen=1
addnode=88.86.186.158

Try to change RPCPort to 29332.

That's the default port I'm seeing the demon is running, not sure why they said is 29333 (that's the p2p port).