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
The address on which this node should listen for connections.
Can be address:port or just address. If there is no configured port, Zebra will use the default port for the configured network. address can be an IP address or a DNS name. DNS names are only resolved once, when Zebra starts up.
If a specific listener address is configured, Zebra will advertise it to other nodes. But by default, Zebra uses an unspecified address (“0.0.0.0” or “[::]”), which is not advertised to other nodes.
However, other Zebra instances compensate for unspecified or incorrect listener addresses by adding the external IP addresses of peers to their address books.
Not strictly needed for release candidate, but we should discuss if we need to solve this before recommending it to users. // @mpguerra@ftm1000@gustavovalverde
Motivation
To test Zebra on testnet and mainnet, we should deploy Zebra nodes on fixed IP addresses.
This tests that Zebra is a full participant in the Zcash network.
API Reference
https://cloud.google.com/sdk/gcloud/reference/compute/instance-templates/create-with-container
https://cloud.google.com/sdk/gcloud/reference/compute/instance-groups/managed/create
https://doc.zebra.zfnd.org/zebra_network/struct.Config.html#structfield.listen_addr
Solution
Optional:
Alternatives
Individual developers run their own nodes, but that's not as reliable as auto-deployment.
If the IP address changes frequently, nodes don't get included in DNS seeders.
The text was updated successfully, but these errors were encountered: