litecoin parameters

This commit is contained in:
rootzoll
2018-11-18 12:38:35 +01:00
parent a93c54143f
commit 6ad18558ad
2 changed files with 5 additions and 2 deletions

View File

@@ -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.

View File

@@ -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 "***********************************"