BlockchainCommons / Bitcoin-Standup-Scripts

UNIX Scripts to install a Bitcoin-Core full node and Tor
Other
56 stars 36 forks source link

fix: mirror virtual ports with their respective rpcport to ensure cross app compatibility #35

Closed Fonta1n3 closed 3 years ago

Fonta1n3 commented 3 years ago

Generally apps will not recognize what port 1309 is for. However if it includes 8332 most wallet apps will recognize it as Bitcoin Core mainnet and behave as such. This improves UX for standup users across existing and future external apps. It is also poor practice to use the same virtual port for multiple hidden services and is not recommended by the tor project.

Fonta1n3 commented 3 years ago

Also worth mentioning that is what StandUp.sh does 👍🏻

shannona commented 3 years ago

Sounds & looks good. Should merge.