-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
USD in lightwallet? #500
Comments
I did some followup research on this. This post appears to suggest that lightwalletd does NOT offer current prices (though at one time it was to be?) But this post for zecwallet-lite appears to suggest that it can only get CURRENT prices from lightwalletd: https://forum.zcashcommunity.com/t/accurate-zec-prices-with-zecwallet/39310 So does this mean for the time being that zecwallet-lite cannot show the current USD price for your wallet's balance? |
Some history: ZecWallet maintained their own fork of lightwalletd that had support for fetching the current price. That feature was never merged into here. I'm not sure if any public servers still run that fork. I don't think zecwallet-lite is maintained any longer, but the Zingo wallet is based on the same codebase and might be the most similar (Zingo's website appears to be down at the moment). Instead, to maintain privacy, currency conversion was implemented in Zashi by fetching exchange rates from exchanges over Tor, which is a more private way to do it. If you need price conversion I recommend using a different wallet (Zashi, Ywallet, Zingo). |
I think there's agreement to close this at least for the time being. Please reopen if needed. |
I am using zecwallet light, which appears to communicate with lightwalletd. The zecwallet is not showing the current USD for the balance in the wallet. Doing some digging, it appears it should get this from lightwalletd.
Am I correct?
Does lightwalletd need additional configuration to support that??
Is there a CLI way to confirm that info is available in lightwalletd?
The text was updated successfully, but these errors were encountered: