From 7021babba919529c829b3561c5f9de8689d70ca6 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 17 Nov 2019 04:28:14 -1000 Subject: [PATCH] Add missing blocknotify.sh script and README instructions --- seednode/README.md | 1 + seednode/blocknotify.sh | 2 ++ 2 files changed, 3 insertions(+) create mode 100755 seednode/blocknotify.sh diff --git a/seednode/README.md b/seednode/README.md index 3ca04e0f9b..3eb7e14574 100644 --- a/seednode/README.md +++ b/seednode/README.md @@ -2,6 +2,7 @@ * 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: diff --git a/seednode/blocknotify.sh b/seednode/blocknotify.sh new file mode 100755 index 0000000000..cd9f4be60c --- /dev/null +++ b/seednode/blocknotify.sh @@ -0,0 +1,2 @@ +#!/bin/sh +echo $1 | nc -w 1 127.0.0.1 5120