add macos info open electrum

This commit is contained in:
rootzoll
2023-08-08 17:01:01 +02:00
parent d0e5d90bbb
commit 010103a3e3

View File

@@ -212,8 +212,9 @@ Check 'sudo nginx -t' for a detailed error message.
echo "- as manual server set '${localIP}' & '${portSSL}'" echo "- as manual server set '${localIP}' & '${portSSL}'"
echo "- laptop and RaspiBlitz need to be within same local network" echo "- laptop and RaspiBlitz need to be within same local network"
echo echo
echo "To start directly from laptop terminal use:" echo "To start directly from laptop terminal use"
echo "electrum --oneserver --server ${localIP}:${portSSL}:s" echo "PC: electrum --oneserver --server ${localIP}:${portSSL}:s"
echo "MAC: open -a /Applications/Electrum.app --args --oneserver --server ${localIP}:${portSSL}:s"
if [ ${TorRunning} -eq 1 ]; then if [ ${TorRunning} -eq 1 ]; then
echo echo
echo "The Tor Hidden Service address for electrs is (see LCD for QR code):" echo "The Tor Hidden Service address for electrs is (see LCD for QR code):"