I compiled and run Zcash on Linux perfectly fine but I’d like to run a windows client with a pool, so I need to generate an address on my linux machine with:
./src/zcash-cli getnewaddress
What I don’t understand is why there is no private key generated ? How can I access my wallet with just the public address. Sorry my question is probably stupid, hope someone will help me.