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

Faucet fails to connect to network and I get an offline error. #1648

Open
ayka98i opened this issue Jun 7, 2023 · 2 comments
Open

Faucet fails to connect to network and I get an offline error. #1648

ayka98i opened this issue Jun 7, 2023 · 2 comments

Comments

@ayka98i
Copy link

ayka98i commented Jun 7, 2023

I'm trying to build a faucet to use on the IBFT private chain.

I'm testing whether it can be launched locally by peering it with an already operational private network. I have been able to launch the API, but the faucet's structure is not updating, causing a 'Faucet offline' error on the front end.

I suspect the loop function is not working properly, but the same logic applies to the latest branches of BSC and quorum, so there may be other reasons. https://github.com/ConsenSys/quorum/blob/a718daa674a2e23cb0c8a6789f7e5467e705bbbd/cmd/faucet/faucet.go#L591-L628

What could be the possible issues?

OS: macOS 12.3.1
goquorum version: 1.9.7(Using an older version for operational purposes)

@baptiste-b-pegasys
Copy link
Contributor

Are you using gas free network?
How do you launch the faucet?

@ayka98i
Copy link
Author

ayka98i commented Jun 7, 2023

Are you using gas free network?

Yes.

How do you launch the faucet?

I prepared the necessary materials and ran cmd/faucet.go with options.

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

No branches or pull requests

2 participants