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
My network provider uses a dynamic IP for all devices and assigns ipv6 identifiers to the devices.
And the problem is that my PC will only use ipv6 to configure P2P_ANNOUNCE_ADDRESSES, but the ipv6 provided to the device is dynamic, so my PC device keeps changing ipv6 address, so I have difficulty in configuring P2P_ANNOUNCE_ADDRESSES.
I hope that in the future, checking nodes will not need to configure P2P_ANNOUNCE_ADDRESSES, or someone can give me a solution to solve this problem.
The text was updated successfully, but these errors were encountered:
You can always check how your node sees the network (including announced & observed addresses) with something like:
curl http://localhost:8000/getP2pNetworkStats
but you would have to enable it by using export P2P_ENABLE_NETWORK_STATS=true
Tôi đã remove P2P_ANNOUNCE_ADDRESSES, và thêm P2P_ENABLE_NETWORK_STATS=true trong docker-compose.yml, và đầy là đầu ra của : curl http://localhost:8000/getP2pNetworkStats {"binds":["/ip4/0.0.0.0/tcp/9000","/ip4/0.0.0.0/tcp/9001/ws"],"listen":["/ip4/127.0.0.1/tcp/9001/ws","/ip4/172.x.x.x/tcp/9001/ws","/ip4/127.0.0.1/tcp/9000","/ip4/172.x.x.x/tcp/9000"],"observing":[],"announce":[],"connections":[]}
But does removing P2P_ANNOUNCE_ADDRESSES affect node performance and rewards?
My network provider uses a dynamic IP for all devices and assigns ipv6 identifiers to the devices.
And the problem is that my PC will only use ipv6 to configure P2P_ANNOUNCE_ADDRESSES, but the ipv6 provided to the device is dynamic, so my PC device keeps changing ipv6 address, so I have difficulty in configuring P2P_ANNOUNCE_ADDRESSES.
I hope that in the future, checking nodes will not need to configure P2P_ANNOUNCE_ADDRESSES, or someone can give me a solution to solve this problem.
The text was updated successfully, but these errors were encountered: