Skip to content
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

change lightwalletd server to localhost, for testing #1

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

conradoplg
Copy link

@conradoplg conradoplg commented May 3, 2022

This is just for testing and it's not supposed to be merged.

To run, follow the README; watch out because node version 17 didn't work for me, it worked with node 16.

After yarn install & build, run it with yarn start (yarn dev doesn't seem to work anymore)

@@ -11,7 +11,7 @@ export default class Utils {
static V2_LIGHTWALLETD: string = "https://lwdv2.zecwallet.co:1443";

// v3 LightwalletD
static V3_LIGHTWALLETD: string = "https://lwdv3.zecwallet.co";
static V3_LIGHTWALLETD: string = "http://127.0.0.1:9067";
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I forgot to make this change, and my zecwallet-lite instance generated zaddresses.. :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants