From 8326c1a3132744a070fc9b18746a473ba7f42f62 Mon Sep 17 00:00:00 2001 From: J62 Date: Fri, 13 Apr 2018 10:49:40 -0700 Subject: [PATCH] update blockchain download url and remove 7z --- btcp_store_demo.sh | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/btcp_store_demo.sh b/btcp_store_demo.sh index d7e6e76..802148f 100755 --- a/btcp_store_demo.sh +++ b/btcp_store_demo.sh @@ -53,12 +53,11 @@ then echo "Bitcoin Private Data Dir(.btcprivate) does not exist in the current user home directory, creating folder..." mkdir ~/.btcprivate fi - echo "Bitcoin Private Data Dir(.btcprivate) does exist in the current user home directory. Downloading and Extracting files" - -wget https://storage.googleapis.com/btcp-blockchain/BTCprivate.7z -sudo apt install p7zip-full -7z x BTCprivate.7z - echo "Downloading and extracting of blockchain files completed" +echo "Bitcoin Private Data Dir(.btcprivate) does exist in the current user home directory. Downloading and Extracting files" +cd ~/.btcprivate +wget https://storage.googleapis.com/btcpblockchain/blockchain.tar.gz +tar -zxvf blockchain.tar.gz +echo "Downloading and extracting of blockchain files completed" # Make initial, empty btcprivate.conf if needed if [ ! -e ~/.btcprivate/btcprivate.conf ]