Browse Source

litecoin parameters

#146
rootzoll 6 years ago
parent
commit
6ad18558ad
  1. 5
      background_downloadBlockchain.md
  2. 2
      home.admin/BBcloseAllChannels.sh

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

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

Loading…
Cancel
Save