mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-05-02 06:36:22 -04:00
update documentation and config for external tor w/ pow defense
Co-authored-by: shortwavesurfer2009 <116814522+shortwavesurfer2009@users.noreply.github.com> Co-authored-by: fa2a5qj3 <174058787+fa2a5qj3@users.noreply.github.com> Co-authored-by: preland <prelandofficialmusic@gmail.com>
This commit is contained in:
parent
0f0b645f72
commit
d4a9838cd8
5 changed files with 203 additions and 17 deletions
|
@ -10,6 +10,8 @@ SyslogIdentifier=Haveno-Seednode
|
|||
ExecStart=/bin/sh /home/haveno/haveno/haveno-seednode --baseCurrencyNetwork=XMR_STAGENET\
|
||||
--useLocalhostForP2P=false\
|
||||
--useDevPrivilegeKeys=false\
|
||||
# Uncomment the following line to use external tor
|
||||
# --hiddenServiceAddress=example.onion\
|
||||
--nodePort=2002\
|
||||
--appName=haveno-XMR_STAGENET_Seed_2002\
|
||||
# --logLevel=trace\
|
||||
|
|
|
@ -10,8 +10,10 @@ SyslogIdentifier=Haveno-Seednode2
|
|||
ExecStart=/bin/sh /home/haveno/haveno/haveno-seednode --baseCurrencyNetwork=XMR_STAGENET\
|
||||
--useLocalhostForP2P=false\
|
||||
--useDevPrivilegeKeys=false\
|
||||
--nodePort=3003\
|
||||
--appName=haveno-XMR_STAGENET_Seed_3003\
|
||||
# Uncomment the following line to use external tor
|
||||
# --hiddenServiceAddress=example.onion\
|
||||
--nodePort=2003\
|
||||
--appName=haveno-XMR_STAGENET_Seed_2003\
|
||||
# --logLevel=trace\
|
||||
--xmrNode=http://[::1]:38088\
|
||||
--xmrNodeUsername=admin\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue