|
|
@ -1,11 +1,11 @@ |
|
|
|
#!/bin/bash |
|
|
|
echo "" |
|
|
|
|
|
|
|
# *** BITCOIN *** |
|
|
|
# *** BITCOIN (just mainnet) *** |
|
|
|
bitcoinList="" # url to list with other sources |
|
|
|
#bitcoinUrl="ftp://anonymous:anonymous@91.83.237.185:21/raspiblitz-bitcoin-2018-07-16" |
|
|
|
bitcoinUrl="ftp://f00f278f:download@w0189aba.kasserver.com/" |
|
|
|
bitcoinSize=231000000 # 231235816-tolerance |
|
|
|
bitcoinSize=222000000 # 225096419-tolerance |
|
|
|
|
|
|
|
# *** LITECOIN *** |
|
|
|
litecoinList="" # url to list with other sources |
|
|
|