adityapk00
adityapk00
Is it possible that your wallet file is corrupted? Maybe try backing up your current wallet, creating a new one, and see if that works?
@veikkoeeva You need to run the `zcashd-wallet-tool.exe` first, to initialize the wallet and seed phrase. It is included in the distribution @Flint911jr You can backup your wallet either by copying...
Did `zcashd-wallet-tool.exe` complete? It will confirm your seed phrase if it finishes. You can confirm this by running `zcash-cli.exe z_listaccounts`
Zecwallet Lite is implementing multi part memos, but with a simple text-only scheme. It splits the memos as `(1/3) part1`, `(2/3) part2`, `(3/3) part 3` etc... The text-only encoding is...
Your zcashd directory is corrupted for some reason. - Please backup your wallet.dat or your private keys - Delete the zcash database directory (C:\Users\\Zcash\blocks, \chaindata) - Download the latest Zecwallet...
This is a good idea, but I'm currently hampered by the lack of support in the underlying zcashd. We'll need to wait for the node to add this feature.
Thanks for filing this issue. There's a limitation in the zcashd RPC that prevents a wallet from getting the HD seed, so it's not implementable now. However, we're working with...
1. The companion app protocol already attempts a direct connection first. It falls back to the wormhole connection if a direct connection cannot be made (The fallback explicitly opt-in). [Details](https://github.com/ZcashFoundation/zecwallet/wiki/Android-App-FAQ#what-is-a-direct-connection-vs-connect-over-the-internetvia-wormholezecqtwalletcom)...
Is zcashd running?
Ok, so now you need to run `zcashd-wallet-tool (included in the distribution). This will let you initialize your wallet and save your seed phrase. If you have any private keys,...