ZcashFoundation/zecwallet

Failes to start - permanent error "Please run 'zcashd-wallet-tool' to create your wallet first..."

vovodroid opened this issue · 4 comments

Fresh setup 1.8.3 on Win10/x64, no wallet.dat run zcashd:

image

Next run ZecWallet with error:

image

Run zcashd-wallet-tool:

image

Still error

image

P.S.: my data dir is not in \AppData\Roaming\Zcash

Use the following commands:

  1. zcash-cli.exe z_getnewaccount
  2. zcash-cli.exe z_getaddressforaccount 0

Well, I run

./zcash-cli.exe z_getnewaccount
{
  "account": 0
}
./zcash-cli.exe z_getaddressforaccount 0
{
  "account": 0,
  "address": "u154xgpsexy7anzswggne7yeetgs9d4ngmwa4645uwygpj9dxcx4ajz5yjsx59stwm5my9j7xyuj67ec2ntyhm7707vvxf86tkd6t7kxhnte57j0632fuu9s5hp39jsvqwkye4fg065334a8y7ngfnvs34df3fmx0mc0x7kdcrggp8ph54dl0ytl4vgxn4qs0m2ldlfg24ax7szctv57s",
  "diversifier_index": 0,
  "receiver_types": [
    "p2pkh",
    "sapling",
    "orchard"
  ]
}

Now Zecwallet starts, but main window is empty and there is no reaction on clicks on items in left menu (Dashboard, etc).

This is a problem for all users, the developer does not comment on this problem:( The only option is to use the wallet via the command line zcash-cli.exe
Use the command: zcash-cli.exe help - this is a list of all commands.
As an ordinary user, two commands will be enough:

  1. zcash-cli.exe listaddressgroupings - a list of your addresses and their balance.
  2. zcash-cli.exe z_sendmany - money transfer.

Unfortunately this is not something Zecwallet can fix. Remember that the Zecwallet Fullnode is just a UI interface - your wallet lives in zcashd. All of the steps here are needed by zcashd, and there are no RPC methods to do that (yet), so Zecwallet can't run the zcashd-wallet-tool for you yet.

Closing this now, and will fix if zcashd adds that capability in the future