Skip to content

Commit 1b5112c

Browse files
Update README.md
1 parent a51b3e6 commit 1b5112c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

scripts/install_qubes/README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ $ qvm-copy 2.0-haveno-netvm_maker.sh
234234
# tail /usr/local/etc/torrc.d/50_user.conf
235235
```
236236

237-
<p style="text-align: center;"><b>Confirm output contains exactly:</b></p>
237+
<p style="text-align: center;"><b>Confirm output contains:</b></p>
238238

239239
> ConnectionPadding 1
240240
> HiddenServiceDir /var/lib/tor/haveno-dex/
@@ -318,7 +318,7 @@ $ qvm-copy /tmp/haveno/3.0-haveno-appvm_taker.sh
318318
# printf "\n# Restart FW\nwhonix_firewall\n\n" >> /rw/config/rc.local
319319
```
320320
###### View & Verify Change:
321-
<p style="text-align: center;"><b>Confirm output contains exactly:</b></p>
321+
<p style="text-align: center;"><b>Confirm output contains:</b></p>
322322

323323
> # Poke FW
324324
> printf "EXTERNAL_OPEN_PORTS+=" 9999 "\n" | tee /usr/local/etc/whonix_firewall.d/50_user.conf
@@ -340,24 +340,24 @@ $ qvm-copy /tmp/haveno/3.1-haveno-appvm_maker.sh "$HAVENO_NETVM_ONION_ADDRESS"
340340

341341
+ Click OK
342342

343-
##### In `haveno`:
343+
##### In `haveno` AppVM:
344344
```shell
345345
% sudo zsh QubesIncoming/dispXXXX/3.0-haveno-appvm_maker.sh
346346
```
347347
#### CLI (Maker)
348348
##### In `haveno` AppVM:
349349
###### Prepare Maker Hidden Service
350350
```shell
351-
# printf "\nConnectionPadding 1\nHiddenServiceDir /var/lib/tor/haveno-dex/\nHiddenServicePort 9999 haveno:9999\n\n" >> /usr/local/etc/torrc.d/50_user.conf
351+
# 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
352352
```
353353

354354
###### View & Verify Change
355-
<p style="text-align: center;"><b>Confirm output contains exactly:</b></p>
355+
<p style="text-align: center;"><b>Confirm output contains:</b></p>
356356

357357
> ## Haveno-DEX
358358
> ConnectionPadding 1
359359
> HiddenServiceDir /var/lib/tor/haveno-dex/
360-
> HiddenServicePort 9999 haveno:9999
360+
> HiddenServicePort 9999 $HAVENO_APPVM_IP:9999
361361
362362
```shell
363363
# tail /usr/local/etc/torrc.d/50_user.conf

0 commit comments

Comments
 (0)