diff --git a/background_downloadBlockchain.md b/background_downloadBlockchain.md index c9f9bd4..6fd439c 100644 --- a/background_downloadBlockchain.md +++ b/background_downloadBlockchain.md @@ -49,10 +49,13 @@ Thats why there are two torrent files now: Inspired by the website getbitcoinblockchain.com we use one of their base torrent files to have a basic set of blocks - that will not change for the future. This torrent contains most of the data (the big file) and we dont need to change the torrent for a long time. This way the torrent can get establish a wide spread seeding and the torrent network can take the heavy load. -At the moment this is just the blk and rev files up to the number: +At the moment this is just the bitcoin blk and rev files up to the number: - /blocks : 01385 - /testnet3/blocks: 00152 +For litecoin its blk and rev files up to the number: +- /blocks : 00124 + #### Update Torrent File (Description) All the rest of the files get packaged into a second torrent file. This file will be updated much more often. The seeding is expected to be not that good and download may be slower, but thats OK because its a much smaller file. diff --git a/home.admin/BBcloseAllChannels.sh b/home.admin/BBcloseAllChannels.sh index 6510783..6312ae9 100755 --- a/home.admin/BBcloseAllChannels.sh +++ b/home.admin/BBcloseAllChannels.sh @@ -4,7 +4,7 @@ network=`cat .network` chain=$(${network}-cli -datadir=/home/bitcoin/.${network} getblockchaininfo | jq -r '.chain') -command="lncli closeallchannels --force" +command="lncli --chain=${network} closeallchannels --force" clear echo "***********************************"