Hello all! I have installed zcashd and run it on testnet successfully. As I understand default wallet was created for me, but I was never presented with a “recovery seed phrase”, my question is - where can I find it - or how can I regenerate it? Otherwise, I cannot use RPC calls like z_getnewaccount - they are throwing me the following error:
{
“result”: null,
“error”: {
“code”: -18,
“message”: “Error: Please acknowledge that you have backed up the wallet’s emergency recovery phrase by using zcashd-wallet-tool first.”
},
“id”: “curltest”
}
Thank You in advance!