mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 01:41:11 +01:00
.. | ||
docker | ||
src | ||
.dockerignore | ||
bisq-seednode | ||
bisq-seednode.service | ||
blocknotify.sh | ||
create_jar.sh | ||
docker-compose.yml | ||
README.md |
Bisq Seed Node
- Install bisq-seednode.service in /etc/systemd/system
- Install bisq-seednode in /etc/default
- Install blocknotify.sh in bitcoind's ~/.bitcoin/ folder and chmod 700 it
- 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