Updated link to install current bitcoin-core-0.14.2

This commit is contained in:
FIRSTNAME LASTNAME 2017-07-07 18:57:06 -07:00
parent b22d442fcd
commit 029be4f71b
No known key found for this signature in database
GPG Key ID: F8D36C91357405ED

View File

@ -23,7 +23,7 @@
# CURRENT BITCOIN RELEASE: # CURRENT BITCOIN RELEASE:
# Change as necessary # Change as necessary
export BITCOIN=bitcoin-core-0.14.1 export BITCOIN=bitcoin-core-0.14.2
# 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://')