mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2025-06-08 00:16:26 +00:00
Update for 0.16 and fix gpg ref
This commit is contained in:
parent
57adc457c7
commit
5e1e7d55c2
@ -23,7 +23,7 @@
|
|||||||
# CURRENT BITCOIN RELEASE:
|
# CURRENT BITCOIN RELEASE:
|
||||||
# Change as necessary
|
# Change as necessary
|
||||||
|
|
||||||
export BITCOIN=bitcoin-core-0.15.1
|
export BITCOIN=bitcoin-core-0.16.0
|
||||||
|
|
||||||
# Set the variable $IPADDR to the IP address the new Linode receives.
|
# Set the variable $IPADDR to the IP address the new Linode receives.
|
||||||
IPADDR=$(/sbin/ifconfig eth0 | awk '/inet / { print $2 }' | sed 's/addr://')
|
IPADDR=$(/sbin/ifconfig eth0 | awk '/inet / { print $2 }' | sed 's/addr://')
|
||||||
@ -40,7 +40,7 @@ echo "$0 - BITCOIN SETUP TYPE IS: $BTCTYPE"
|
|||||||
####
|
####
|
||||||
|
|
||||||
echo $HOSTNAME > /etc/hostname
|
echo $HOSTNAME > /etc/hostname
|
||||||
/etc/init.d/hostname.sh start
|
# /etc/init.d/hostname.sh start
|
||||||
/bin/hostname $HOSTNAME
|
/bin/hostname $HOSTNAME
|
||||||
|
|
||||||
echo "$0 - Set hostname as $FQDN ($IPADDR)"
|
echo "$0 - Set hostname as $FQDN ($IPADDR)"
|
||||||
@ -250,7 +250,6 @@ sudo -u user1 wget https://bitcoin.org/laanwj-releases.asc -O ~user1/laanwj-rele
|
|||||||
echo "$0 - Verifying Bitcoin."
|
echo "$0 - Verifying Bitcoin."
|
||||||
|
|
||||||
sudo -u user1 /usr/bin/gpg --import ~user1/laanwj-releases.asc
|
sudo -u user1 /usr/bin/gpg --import ~user1/laanwj-releases.asc
|
||||||
sudo -u user1 /usr/bin/gpg --lsign `sudo -u user1 /usr/bin/gpg --list-keys | grep pub | awk '{print $2}' | awk -F/ '{print $2}'`
|
|
||||||
export SHASIG=`sudo -u user1 /usr/bin/gpg --verify ~user1/SHA256SUMS.asc 2>&1 | grep "Good signature"`
|
export SHASIG=`sudo -u user1 /usr/bin/gpg --verify ~user1/SHA256SUMS.asc 2>&1 | grep "Good signature"`
|
||||||
|
|
||||||
if [[ $SHASIG ]]; then
|
if [[ $SHASIG ]]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user