mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-10-04 12:05:04 +02:00
litecoin parameters
This commit is contained in:
@@ -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.
|
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
|
- /blocks : 01385
|
||||||
- /testnet3/blocks: 00152
|
- /testnet3/blocks: 00152
|
||||||
|
|
||||||
|
For litecoin its blk and rev files up to the number:
|
||||||
|
- /blocks : 00124
|
||||||
|
|
||||||
#### Update Torrent File (Description)
|
#### 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.
|
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.
|
||||||
|
@@ -4,7 +4,7 @@
|
|||||||
network=`cat .network`
|
network=`cat .network`
|
||||||
chain=$(${network}-cli -datadir=/home/bitcoin/.${network} getblockchaininfo | jq -r '.chain')
|
chain=$(${network}-cli -datadir=/home/bitcoin/.${network} getblockchaininfo | jq -r '.chain')
|
||||||
|
|
||||||
command="lncli closeallchannels --force"
|
command="lncli --chain=${network} closeallchannels --force"
|
||||||
|
|
||||||
clear
|
clear
|
||||||
echo "***********************************"
|
echo "***********************************"
|
||||||
|
Reference in New Issue
Block a user