Hello, I ran into a problem, my application on my phone (IOS) does not work and on my Linux device too. Can someone tell me how to get the seed phrase in this case or the private key? Ready to reward for your help.
Sorry. One moment… it ZecWallet Lite.
It can be because old zecwallet lightwalletd server is down.
You have the same wallet configured on your mobile and desktop?
If so, you can try to use zecwallet-cli (Releases · adityapk00/zecwallet-light-cli · GitHub)
zecwallet-cli is a command line interface for zecwallet lite.
You can download and run the software to retrieve your wallet seed.
In the terminal:
$ target/release/zecwallet-cli --nosync --server https://mainnet.lightwalletd.com:9067
To enter interactive mode and type seed
to retrieve your seed phrase
(main) Block:2270403 (type 'help') >> seed
{
"seed": "wealth any rather practice orchard security primary donor violin mean castle coconut expand sword wife laundry finger post lift scatter lyrics diesel have waste",
"birthday": 2270403
}
Or just type in the terminal
$ target/release/zecwallet-cli --nosync --server https://mainnet.lightwalletd.com:9067 seed
{
"seed": "wealth any rather practice orchard security primary donor violin mean castle coconut expand sword wife laundry finger post lift scatter lyrics diesel have waste",
"birthday": 2270403
}
Btw, this is a newly created wallet, just for demonstration, not my actual wallet
I really hope this helps.
Yes, but this doesn’t actually help with acquiring the seed from out of the iOS app version to which I don’t actually know of any solution currently.
Linux, however, yes (–nosync)