Skip to content

Commit

Permalink
Merge pull request #3623 from wiz/add-blocknotify-script
Browse files Browse the repository at this point in the history
Add missing blocknotify.sh script and README instructions
  • Loading branch information
ripcurlx authored Nov 18, 2019
2 parents 69398ca + 7021bab commit 18fc573
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions seednode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 2 additions & 0 deletions seednode/blocknotify.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh
echo $1 | nc -w 1 127.0.0.1 5120

0 comments on commit 18fc573

Please sign in to comment.