mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 18:03:12 +01:00
02e7448bda
* Split seednode systemd service ExecStart command into multiple lines * Add setting in seednode configuration to specify btcnode host/port * Tweak seednode torrc configuration options to improve P2P connectivity * Require bitcoin.service from bisq-seednode.service via systemd binding * Make seednode installer run from master and build bisq from release tag * Seednode must be shutdown using `kill -9` until #3884 is fixed * Fix seednode uninstall script to use correct service names * Disable CircuitBuildTimeout in seednode Tor configuration * Disable seednode torrc advanced configuration options for now
19 lines
315 B
Plaintext
19 lines
315 B
Plaintext
RunAsDaemon 1
|
|
SOCKSPort 9050
|
|
ControlPort 9051
|
|
Log notice syslog
|
|
|
|
CookieAuthentication 1
|
|
CookieAuthFileGroupReadable 1
|
|
DataDirectoryGroupReadable 1
|
|
|
|
SafeSocks 0
|
|
HiddenServiceStatistics 0
|
|
AvoidDiskWrites 1
|
|
|
|
#MaxClientCircuitsPending 64
|
|
#KeepalivePeriod 2
|
|
#CircuitBuildTimeout 5
|
|
#NewCircuitPeriod 15
|
|
#NumEntryGuards 8
|