Open your Firewall Port - Don't be a leech!

The Htmlcoin node will connect with up to 125 peers. The first 10 connections are outbound only: the node reaches out to connect to 10 other nodes. If the router and home network have port 4888 open, the node will accept incoming connections for peers 11 up to 125. Nodes with incoming connections support new nodes connecting to the network and will upload blocks to sync those new nodes. Nodes with 10 outbound connections can’t do that.

**You must configure your router in addition to your computer. **

Linux

sudo apt install ufw

sudo ufw allow ssh

sudo ufw allow 4888

sudo ufw enable

Windows 10


Mac OS X




pass in inet proto tcp from any to any port 4888 no state