2019-03-04 14:10:07 +01:00
|
|
|
# Bisq Seed Node
|
|
|
|
|
2019-11-04 18:25:18 +09:00
|
|
|
* Install bisq-seednode.service in /etc/systemd/system
|
|
|
|
* Install bisq-seednode in /etc/default
|
2019-11-17 04:28:14 -10:00
|
|
|
* Install blocknotify.sh in bitcoind's ~/.bitcoin/ folder and chmod 700 it
|
2019-11-04 18:25:18 +09:00
|
|
|
* Modify the executable paths and configuration as necessary
|
|
|
|
* Then you can do:
|
2019-03-04 14:10:07 +01:00
|
|
|
|
|
|
|
```
|
|
|
|
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
|
|
|
|
```
|