pi-node / instructions

266 stars 190 forks source link

Some ports are not open occasionally when click "Check Now" on mac #77

Closed wangcarlton closed 3 years ago

wangcarlton commented 3 years ago

Hey,

I've installed Pi node for 3 days, I set up the firewall for "allowing incoming connections", and also configured port fowarding on my router. But I've got two questions:

  1. Sometimes, when click "Check Now", few ports are "Not Open", and after several seconds, click again, all ports are open.
  2. In the final page "Troubleshooting", it always saying "Consensus container enabled: No" and "Consensus container: error", I've let my machine ran at least 50% during past 3 days, but it still shows only 7.5% availability.

Thank you.

Screen Shot 2021-02-28 at 11 14 21 pm Screen Shot 2021-02-28 at 11 15 26 pm Screen Shot 2021-02-28 at 11 15 38 pm
codytyler commented 3 years ago

docker run -d -p 80:80 docker/getting-started

codytyler commented 3 years ago

try plugging that into the comand prompt

codytyler commented 3 years ago

https://github.com/pi-node/instructions/issues/52

ihatejam commented 3 years ago

You're fine - the built-in checker port checker is a bit temperamental. My favorite place to sanity check a port forwarding config is https://www.ipfingerprints.com/portscan.php

wangcarlton commented 3 years ago

yeah, but it still says "Consensus container enabled: No" and "Consensus container: error" And the "Availability (up to 90 days): 7.50% from 2021-02-25 to 2021-02-26" still there, I left my laptop all open the whole weekend :(

ihatejam commented 3 years ago

"Consensus container enabled: No" is normal - it will only change once you are selected as a node candidate (based on your node availability). Once that happens, the consensus container is pushed to your PC and it will change to "Consensus container enabled: Yes".

Your availability statistics will become more accurate as you approach a full 90 day window.

wangcarlton commented 3 years ago

It's working perfectly now, thank you