If you are using WinZEC and want to test this then you can simply download and start it up and it’ll use all the config/blockchain/wallet stuff - essentially you are just replacing the front-end and the bundled zcashd instance.
If you mean RPC password, note that cookie authentication has been supported for some time now, so you can instead rely on being able to read the cookie file (created on zcashd start) from the datadir.
I am on fedora 28 on 4G RAM and sufficient empty disk space. Following the official zcashd instructions, I got beyond the github download but the build has many errors. I then tried your qt-wallet. Unfortunately, after about 6 hours, I remain at “syncing, 67%”. I hope to be able to run a node on the official zcashd software and have this qt wallet running as well. Any tips to install and run a node using the official version - would be most appreciated.
What is in your zcash.conf file? It’ll be in ~/.zcash/zcash.conf is there a line addnode=mainnet.z.cash as this was missing from an earlier release and will help in bootstrapping finding nodes? Does the embedded zcashd in zec-qt-wallet show you have any connections?
Hi - tks for your suggestion. The file had the addnode=mainnet.z.cash line - the qt-wallet was able to connect and sync - the process stalled at 67% The related link is to the official zcashd github - I would need to see when the Qt version embeds this new zcashd version; alternatively, overcome the build errors, build a working official zcashd then come back to the Qt version and have no reason to use the embedded zcashd - I am wondering if anyone has successfully built zcashd on Fedora 28
@ChileBob my aim is not to mine - just run a node and transact. Would this really need even 4GB of RAM?
I don’t mine on my old laptop, its just a node & a playpen for various projects but it really had a hard time until I added the memory - the slow hard drive didn’t help either.
My theory is it validates blocks while its syncing & that’s where the extra RAM was needed - didn’t cost much & sure fixed my problem.