I am having trouble with the BitcoinZ Wallet 1.1.0_1.2 on Ubuntu.
My ~/.bitcoinz/bitcoinz.conf looks like:
rpcuser=sample_username
rpcpassword=sample_password
addnode=btzseed.blockhub.info
addnode=seed.bitcoinz.ph
addnode=zparty.pl
addnode=dnsseed.kemperink.com
addnode=seeder.nomadteam.net
I am able to build zend and zen-cli. When I run ZENCashSwingWalletUI.jar, I get the error:
[main] [Wed Nov 15 05:02:06 PST 2017] [ERROR] Unexpected error:
java.io.IOException: error: couldn't connect to server: unknown (code -1)
(make sure server is running and you are connecting to the correct RPC port)
at com.vaklinov.zcashui.ZCashClientCaller.getDaemonRawRuntimeInfo(ZCashClientCaller.java:172)
at com.vaklinov.zcashui.StartupProgressDialog.waitForStartup(StartupProgressDialog.java:131)
at com.vaklinov.zcashui.ZCashUI.main(ZCashUI.java:564)
Please help. Thanks.