This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| ############################################################################### | |
| # | |
| # install-full-node.sh | |
| # | |
| # This is the earn.com install script for Bitcoin full node based on Bitcoin Core. | |
| # | |
| # This script attempts to make your node automatically reachable by other nodes | |
| # in the network. This is done by using uPnP to open port 8333 on your router |