Upgrade to 16.1

This commit is contained in:
Shannon Appelcline 2018-08-06 16:53:52 -07:00 committed by GitHub
parent 242606651e
commit e543079750
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@
# CURRENT BITCOIN RELEASE:
# Change as necessary
export BITCOIN=bitcoin-core-0.16.0
export BITCOIN=bitcoin-core-0.16.1
# Set the variable $IPADDR to the IP address the new Linode receives.
IPADDR=$(/sbin/ifconfig eth0 | awk '/inet / { print $2 }' | sed 's/addr://')