mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-11 21:29:29 +02:00
Bisq changed to tor onion v3 (#2569)
This commit is contained in:
parent
b7ed559c2e
commit
92ff4231f6
@ -464,9 +464,9 @@ ${color_yellow} ${color_amber}%s ${color_green} ${ln_alias} ${upsI
|
||||
${color_yellow} ${color_gray}${network^} Fullnode${LNinfo} ${torInfo}
|
||||
${color_yellow} ,/ ${color_yellow}%s
|
||||
${color_yellow} ,'/ ${color_gray}%s
|
||||
${color_yellow} ,' / ${color_gray}%s, ${templine}
|
||||
${color_yellow} ,' /_____, ${color_gray}Free Mem ${color_ram}${ram} ${color_gray} HDDuse ${color_hdd}%s${color_gray}
|
||||
${color_yellow} .'____ ,' ${color_gray}SSH admin@${color_green}${local_ip}${color_gray} d${network_rx} u${network_tx}
|
||||
${color_yellow} ,' / ${color_gray}%s, temp %s°C %s°F
|
||||
${color_yellow} ,' /_____ ${color_gray}Free Mem ${color_ram}${ram} ${color_gray} HDDuse ${color_hdd}%s${color_gray}
|
||||
${color_yellow},'_____ ,' ${color_gray}SSH admin@${color_green}${local_ip}${color_gray} d${network_rx} u${network_tx}
|
||||
${color_yellow} / ,' ${color_gray}${webinterfaceInfo}
|
||||
${color_yellow} / ,' ${color_gray}${network} ${color_green}${networkVersion} ${color_gray}${chain}net ${networkConnectionsInfo}
|
||||
${color_yellow} /,' ${color_gray}Blocks ${blockInfo} ${color_gray}Sync ${sync_color}${sync} %s
|
||||
|
@ -103,9 +103,9 @@ case $CHOICE in
|
||||
if [ $(grep -c Bisq < /etc/tor/torrc) -eq 0 ];then
|
||||
echo "# Creating the Hidden Service for Bisq"
|
||||
echo "
|
||||
# Hidden Service for Bisq (bitcoin RPC v2)
|
||||
# Hidden Service for Bisq (bitcoin RPC v3)
|
||||
HiddenServiceDir /mnt/hdd/tor/bisq
|
||||
HiddenServiceVersion 2
|
||||
HiddenServiceVersion 3
|
||||
HiddenServicePort 8333 127.0.0.1:8333" | sudo tee -a /etc/tor/torrc
|
||||
echo "# Restarting Tor"
|
||||
sudo systemctl restart tor
|
||||
|
Loading…
x
Reference in New Issue
Block a user