Closed Kexkey closed 2 years ago
Currently, the installer says:
_? Installer: Expose bitcoin full node outside of the docker network?
By default, Bitcoin node port (P2P port) will NOT be published outside of Docker. Do you want to expose it so that your node can be accessed from outside of the Docker network?_
Should become 2 separate questions :
1) ? Installer: Expose bitcoin full node P2P port outside of the docker network?
By default, Bitcoin node P2P port will NOT be published outside of Docker. Do you want to expose it so that your node can be accessed from outside of the Docker network?
2) ? Installer: Expose bitcoin full node RPC port outside of the docker network?
By default, Bitcoin node RPC port will NOT be published outside of Docker. Do you want to expose it so that your node can be accessed from outside of the Docker network?
@Kexkey : Is it what you meant ?
After review with @Kexkey , RPC port will never be exposed outside of Docker network (done in feb 2020). So the actual question ==> Installer: Expose bitcoin full node outside of the docker network?
Will be changed to ==> Installer: Expose bitcoin full node P2P port outside of the docker network?
PR: ? Installer: Expose bitcoin full node P2P port outside of the docker network?
By default, Bitcoin node port (P2P port) will NOT be published outside of Docker. Do you want to expose it so that your node can be accessed from outside of the Docker network?
In setup, we ask if we want to expose Bitcoin ports (RPC and Protocol). That should be 2 different configs.
Do you want to expose RPC port? Do you want to expose Protocol port?