You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Same rationale as #4450, but since ZecWallet might get deprecated, we might want to test with another wallet.
Specifications
Designs
Choose/experiment with other wallets, and test it. One natural choice would be Nighthawk, but it's mobile-only, which may make testing awkward (though you can run it in an Android emulator)
Related Work
The text was updated successfully, but these errors were encountered:
I tested successfully with Nighthawk android with upstream lightwalletd. It showed my balance, and allowed me to send transaction and showed received transactions.
Since it connects to HTTPS, you'll need a certificate for the lightwalletd server.
(Substitute with the IP of the machine you're running lightwalletd.)
Rename the cert and key to cert.pem and cert.key, put them in the same folder you will run lightwalletd (or point to the files using the lightwalletd CLI, check its help)
Start the lightwalletd server WITHOUT ----no-tls-very-insecure
Then run Nighthawk:
Checkout source and follow the README instructons (install Android Studio).
If an Gradle error shows up, accept the fix
Change the build variant (bottom left tab) to zcashtestnetDebug
Motivation
Same rationale as #4450, but since ZecWallet might get deprecated, we might want to test with another wallet.
Specifications
Designs
Choose/experiment with other wallets, and test it. One natural choice would be Nighthawk, but it's mobile-only, which may make testing awkward (though you can run it in an Android emulator)
Related Work
The text was updated successfully, but these errors were encountered: