bisq/seednode
wiz fe4059a722 Update seednode config to increase resource limits for v1.2 (#3545)
* Update seednode systemd service, move env vars to separate file

* Update seednode README
2019-11-04 10:25:18 +01:00
..
docker Remove myAddress from docs and scripts as it is not used/needed anymore 2019-03-08 10:58:53 -05:00
src Bump version number 2019-11-01 09:03:05 +01:00
.dockerignore Merge seednode repository at eedf81c 2018-09-14 11:51:34 +02:00
bisq-seednode Update seednode config to increase resource limits for v1.2 (#3545) 2019-11-04 10:25:18 +01:00
bisq-seednode.service Update seednode config to increase resource limits for v1.2 (#3545) 2019-11-04 10:25:18 +01:00
create_jar.sh Merge seednode repository at eedf81c 2018-09-14 11:51:34 +02:00
docker-compose.yml Merge seednode repository at eedf81c 2018-09-14 11:51:34 +02:00
README.md Update seednode config to increase resource limits for v1.2 (#3545) 2019-11-04 10:25:18 +01:00

Bisq Seed Node

  • Install bisq-seednode.service in /etc/systemd/system
  • Install bisq-seednode in /etc/default
  • Modify the executable paths and configuration as necessary
  • Then you can do:
systemctl start bisq-seednode.service
systemctl stop bisq-seednode.service

and

systemctl enable bisq-seednode.service
systemctl disable bisq-seednode.service

Follow the logs created by the service by inspecting

journalctl --unit bisq-seednode --follow