We've tested up through 0.18.0

SO I've updated accordingly.
This commit is contained in:
Shannon Appelcline 2020-05-19 10:59:26 -10:00 committed by GitHub
parent 373c8fef60
commit 85e77954b1
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.17.0
export BITCOIN=bitcoin-core-0.18.0
# Set the variable $IPADDR to the IP address the new Linode receives.
IPADDR=$(/sbin/ifconfig eth0 | awk '/inet / { print $2 }' | sed 's/addr://')