We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d20a51 commit 6ccd65dCopy full SHA for 6ccd65d
bitcoin-signet/blocknotify
@@ -1,6 +1,8 @@
1
#!/bin/bash
2
#This file is executed when a new block is recieved
3
#It can be used to automate things in the container
4
+ADDRESS=${1:-tb1p2l76fzwaaatk7w567kpkftt5qg9lmvn3uv65c5can63a0z2jqmkqvzlhw7}
5
+echo $ADDRESS
6
PLAY_BITCOIN_ID=$(play-bitcoin id);
7
export PLAY_BITCOIN_ID
8
while [ ! -z "$PLAY_BITCOIN_ID" ]; do
0 commit comments