-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Failed to initialize new wallet with different host from the faucet host #3589
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
Comments
Mmm this is very weird. Do you have the commit hash on github? |
Yeah, sure. Just with latest code of main branch. 4a8d4c9 |
Likely it requests validator with |
Good catch. (If it doesn't exist yet) We could try an option to use a different hostname in |
Besides, the hostname for |
This comment was marked as spam.
This comment was marked as spam.
Verified |
BTW: we are successful to initialize wallet from another machine with script and template here https://github.com./respeer-ai/linera-protocol/blob/respeer-maas-7b3ae0b6-2025_03_15/scripts/run_local_with_vars.sh so I guess it's not urgent of this issue. We use official linera-protocol to run genesis network then initialize wallet in other machine with respeer fork for compatibility testing, 😄. |
Description
When initialize new wallet with different host from the one which is running the faucet. It'll fail to initialize the wallet. It did success if we initialize with the same host of the faucet.
Steps
The first host with IP
172.16.31.42
:git clone https://github.com./linera-io/linera-protocol.git
cd linera-protocol
cargo install --path linera-service --features storage-service
cargo install --path linera-storage-service --features storage-service
linera net up --with-faucet --faucet-port 8080
The second host:
git clone https://github.com./linera-io/linera-protocol.git
cd linera-protocol
cargo install --path linera-service --features storage-service
cargo install --path linera-storage-service --features storage-service
linera wallet init --faucet http://172.16.31.42:8080 --with-new-chain
Expection
We should be able to initialize new wallet from faucet successfully on any hosts.
Result
We can initialize on the same host of faucet, but fail at other hosts.
Errors
Screenshot

The text was updated successfully, but these errors were encountered: