mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-06-07 14:42:51 -04:00
Update README.md
This commit is contained in:
parent
a51b3e6086
commit
1b5112ce5a
1 changed files with 6 additions and 6 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue