-
Notifications
You must be signed in to change notification settings - Fork 250
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
Question: Is this Docker configuration correct? #2578
Comments
@cammellos Hi, why did you close the issue? |
Sorry @marek22k we are doing some much needed cleanup, apologies. |
@marek22k for ipv6, I believe that's the old format that we use for waku1, waku2 format iit's using libp2p multiaddr, which supports ipv6 in its scheme, though whether we actually support it is a different question :) |
I've never configured A good starting point is always: https://github.com/status-im/status-go/blob/develop/_assets/scripts/gen_config.sh |
Hello,
While this is probably not the right place to ask, I keep getting directed to Discord. Due to Discord's proprietary nature, I try to avoid it. That's why I'm asking here.
I want to run a status node on my VPS with docker. Is the following Docker command suitable for this?
docker run -p 8545:8545 -p 30303:30303 -v $(pwd)/config.json:/config.json -v $(pwd)/statusd:/root/.statusd statusteam/status-go:0.55.1 -register -log DEBUG -c /config.json -mailserver -network-id 1
config.json:
Is this configuration suitable?
Furthermore, I wanted to ask how to run a node on IPv6 and IPv4. Is there only one field for the IP address in the config file?
The text was updated successfully, but these errors were encountered: