foundry url
authorThomasV <thomasv1@gmx.de>
Mon, 17 Feb 2014 20:08:23 +0000 (21:08 +0100)
committerThomasV <thomasv1@gmx.de>
Mon, 17 Feb 2014 20:08:23 +0000 (21:08 +0100)
start

diff --git a/start b/start
index 36c01ea..e00bdd9 100755 (executable)
--- a/start
+++ b/start
@@ -8,7 +8,7 @@ if [ ! -d $path ]; then
     echo
     if [[ $REPLY =~ ^[Yy]$ ]]; then
        rm -rf fulltree fulltree.tar
-       wget http://ecdsa.net/fulltree.tar 
+       wget http://foundry.electrum.org/leveldb-dump/electrum-fulltree-100-latest.tar -O fulltree.tar
        tar -xvf fulltree.tar
        mv fulltree $path
        rm -rf fulltree fulltree.tar