File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -393,6 +393,7 @@ endif
393393 @chown -R $(shell id -u) * || echo
394394
395395 @install -v -m=o+rwx $(PWD)/scripts/* /usr/local/bin
396+ @install -v -m=o+rwx $(PWD)/bitcoin-signet/blocknotify /usr/local/bin
396397 @install -v -m=o+rwx $(PWD)/getcoins.py /usr/local/bin/play-getcoins
397398
398399 # $(PYTHON3) -m pip install --upgrade pip 2>/dev/null
Original file line number Diff line number Diff line change 22# This file is executed when a new block is recieved
33# It can be used to automate things in the container
44PLAY_BITCOIN_ID=$( play-bitcoin id) ;
5+ export PLAY_BITCOIN_ID
56while [ ! -z " $PLAY_BITCOIN " ]; do
67ADDRESS=tb1q550ph67a0qztgg7zx5lxnuj6qj20wxav2mx47k && \
78play-getcoins -a " $( play-getcoins -a $ADDRESS -r true) " > /dev/null 2>&1 ;
You can’t perform that action at this time.
0 commit comments