Add missing blocknotify.sh script and README instructions

This commit is contained in:
wiz 2019-11-17 04:28:14 -10:00
parent 2b2e2c237d
commit 7021babba9
No known key found for this signature in database
GPG Key ID: A394E332255A6173
2 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,7 @@
* Install bisq-seednode.service in /etc/systemd/system * Install bisq-seednode.service in /etc/systemd/system
* Install bisq-seednode in /etc/default * 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 * Modify the executable paths and configuration as necessary
* Then you can do: * Then you can do:

2
seednode/blocknotify.sh Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
echo $1 | nc -w 1 127.0.0.1 5120