mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 01:41:11 +01:00
Add missing blocknotify.sh script and README instructions
This commit is contained in:
parent
2b2e2c237d
commit
7021babba9
@ -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
2
seednode/blocknotify.sh
Executable file
@ -0,0 +1,2 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
echo $1 | nc -w 1 127.0.0.1 5120
|
Loading…
Reference in New Issue
Block a user