|
|
@ -25,7 +25,7 @@ read -r -a BTCVER <<< "$($BITCOINCLI --version | head -n1 | awk -F'[ -]' '{ prin
|
|
|
|
# This gets autodetected fine for bitcoind if --version-string is not set,
|
|
|
|
# This gets autodetected fine for bitcoind if --version-string is not set,
|
|
|
|
# but has different outcomes for bitcoin-qt and bitcoin-cli.
|
|
|
|
# but has different outcomes for bitcoin-qt and bitcoin-cli.
|
|
|
|
echo "[COPYRIGHT]" > footer.h2m
|
|
|
|
echo "[COPYRIGHT]" > footer.h2m
|
|
|
|
$LITECOIND --version | sed -n '1!p' >> footer.h2m
|
|
|
|
$BITCOIND --version | sed -n '1!p' >> footer.h2m
|
|
|
|
|
|
|
|
|
|
|
|
for cmd in $BITCOIND $BITCOINCLI $BITCOINTX $WALLET_TOOL $BITCOINQT; do
|
|
|
|
for cmd in $BITCOIND $BITCOINCLI $BITCOINTX $WALLET_TOOL $BITCOINQT; do
|
|
|
|
cmdname="${cmd##*/}"
|
|
|
|
cmdname="${cmd##*/}"
|
|
|
|