Update README.md

This commit is contained in:
PromptPunksFauxCough 2025-02-23 08:43:44 +00:00 committed by GitHub
parent a51b3e6086
commit 1b5112ce5a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -234,7 +234,7 @@ $ qvm-copy 2.0-haveno-netvm_maker.sh
# tail /usr/local/etc/torrc.d/50_user.conf # tail /usr/local/etc/torrc.d/50_user.conf
``` ```
<p style="text-align: center;"><b>Confirm output contains exactly:</b></p> <p style="text-align: center;"><b>Confirm output contains:</b></p>
> ConnectionPadding 1 > ConnectionPadding 1
> HiddenServiceDir /var/lib/tor/haveno-dex/ > HiddenServiceDir /var/lib/tor/haveno-dex/
@ -318,7 +318,7 @@ $ qvm-copy /tmp/haveno/3.0-haveno-appvm_taker.sh
# printf "\n# Restart FW\nwhonix_firewall\n\n" >> /rw/config/rc.local # printf "\n# Restart FW\nwhonix_firewall\n\n" >> /rw/config/rc.local
``` ```
###### View & Verify Change: ###### View & Verify Change:
<p style="text-align: center;"><b>Confirm output contains exactly:</b></p> <p style="text-align: center;"><b>Confirm output contains:</b></p>
> # Poke FW > # Poke FW
> printf "EXTERNAL_OPEN_PORTS+=" 9999 "\n" | tee /usr/local/etc/whonix_firewall.d/50_user.conf > printf "EXTERNAL_OPEN_PORTS+=" 9999 "\n" | tee /usr/local/etc/whonix_firewall.d/50_user.conf
@ -340,7 +340,7 @@ $ qvm-copy /tmp/haveno/3.1-haveno-appvm_maker.sh "$HAVENO_NETVM_ONION_ADDRESS"
+ Click OK + Click OK
##### In `haveno`: ##### In `haveno` AppVM:
```shell ```shell
% sudo zsh QubesIncoming/dispXXXX/3.0-haveno-appvm_maker.sh % sudo zsh QubesIncoming/dispXXXX/3.0-haveno-appvm_maker.sh
``` ```
@ -348,16 +348,16 @@ $ qvm-copy /tmp/haveno/3.1-haveno-appvm_maker.sh "$HAVENO_NETVM_ONION_ADDRESS"
##### In `haveno` AppVM: ##### In `haveno` AppVM:
###### Prepare Maker Hidden Service ###### Prepare Maker Hidden Service
```shell ```shell
# printf "\nConnectionPadding 1\nHiddenServiceDir /var/lib/tor/haveno-dex/\nHiddenServicePort 9999 haveno:9999\n\n" >> /usr/local/etc/torrc.d/50_user.conf # printf "\nConnectionPadding 1\nHiddenServiceDir /var/lib/tor/haveno-dex/\nHiddenServicePort 9999 $HAVENO_APPVM_IP:9999\n\n" >> /usr/local/etc/torrc.d/50_user.conf
``` ```
###### View & Verify Change ###### View & Verify Change
<p style="text-align: center;"><b>Confirm output contains exactly:</b></p> <p style="text-align: center;"><b>Confirm output contains:</b></p>
> ## Haveno-DEX > ## Haveno-DEX
> ConnectionPadding 1 > ConnectionPadding 1
> HiddenServiceDir /var/lib/tor/haveno-dex/ > HiddenServiceDir /var/lib/tor/haveno-dex/
> HiddenServicePort 9999 haveno:9999 > HiddenServicePort 9999 $HAVENO_APPVM_IP:9999
```shell ```shell
# tail /usr/local/etc/torrc.d/50_user.conf # tail /usr/local/etc/torrc.d/50_user.conf