Browse Source

#227 update litecoin torrents without txindex

v1.3
Christian Rotzoll 6 years ago
parent
commit
2fcdac7a11
  1. 9
      FAQ.md
  2. 8
      home.admin/50torrentHDD.sh
  3. 8628
      home.admin/assets/raspiblitz-bitcoin1-2018-10-13-base.torrent
  4. 999
      home.admin/assets/raspiblitz-bitcoin1-2018-10-13-update.torrent
  5. 1212
      home.admin/assets/raspiblitz-bitcoin1-2018-11-18-update.torrent
  6. 1617
      home.admin/assets/raspiblitz-bitcoin1-2019-01-16-update.torrent
  7. 2136
      home.admin/assets/raspiblitz-bitcoin1-2019-04-09-update.torrent
  8. 113
      home.admin/assets/raspiblitz-bitcoin2-2019-05-01-update.torrent
  9. 746
      home.admin/assets/raspiblitz-litecoin1-2018-11-18-base.torrent
  10. 119
      home.admin/assets/raspiblitz-litecoin1-2018-11-18-update.torrent
  11. 857
      home.admin/assets/raspiblitz-litecoin2-2019-06-29-base.torrent
  12. 81
      home.admin/assets/raspiblitz-litecoin2-2019-06-29-update.torrent
  13. BIN
      raspiblitz-v1.0-2019-02-18.torrent
  14. BIN
      raspiblitz-v1.1-2019-03-18.torrent

9
FAQ.md

@ -484,11 +484,11 @@ The best way would be to build the sd card yourself. You use the script `build_s
## Is downloading the blockchain from a third party secure?
To download a blockchain from a third party (torrent/ftp) is not optimal and for the future with more cheap & powerfull SingleBoardComputers we could get rid of this 'patch'.
To download a blockchain from a third party (torrent) is not optimal and for the future with more cheap & powerfull SingleBoardComputers we could get rid of this 'patch'.
The downloaded blockchain is pre-indexed and pre-validated. That should be practically secure enough, because if the user gets a "manipulated" blockchain it would not work after setup. The beginning of the downloaded blockchain needs to fit the genesis block (in bitcoind software) and the end of the downloaded blockchain needs not match with the rest of the bitcoin network state - hashes of new block distrubuted within the peer-2-peer network need to match the downloaded blockchain head. So if you downloaded a manipulated blockchain it simply wouldn't work in practice. As long as you are not in a totally hostile environment where someone would be able to fake a whole network of peers and miners around you - this is secure enough for running a small funded full node to try out the lightning network.
If you dont trust the download or you want to run the RaspiBlitz in a more production like setup (on your own risk) then don't use the torrent/ftp download and choose the option to COPY the blockchain data from a more powerful computer (laptop or desktop) where you synced, verified and indexed the blockchain all by your yourself - see [README](README.md#4-copying-from-another-computer) for more details.
If you dont trust the download or you want to run the RaspiBlitz in a more production like setup (on your own risk) then don't use the torrent download and choose the option to COPY the blockchain data from a more powerful computer (laptop or desktop) where you synced, verified and indexed the blockchain all by your yourself - see [README](README.md#4-copying-from-another-computer) for more details.
## Why is taking my torrent download of the blockchain so long?
@ -506,9 +506,8 @@ blockchain/blocks/rev00000.dat - rev01357.dat
(no testnet data)
For litecoin (Baseiteration=2) its blk and rev files up to the number:
blockchain/blocks/blk00000.dat - blk01357.dat
blockchain/blocks/rev00000.dat - rev01357.dat
- /blocks : 00124
blockchain/blocks/blk00000.dat - blk00150.dat
blockchain/blocks/rev00000.dat - rev00150.dat
The base torrent file should always have the following naming scheme:

8
home.admin/50torrentHDD.sh

@ -12,8 +12,8 @@ source /home/admin/raspiblitz.info
bitcoinBase="raspiblitz-bitcoin2-2019-05-01-base"
bitcoinUpdate="raspiblitz-bitcoin2-2019-06-29-update"
litecoinBase="raspiblitz-litecoin1-2018-11-18-base"
litecoinUpdate="raspiblitz-litecoin1-2018-11-18-update"
litecoinBase="raspiblitz-litecoin2-2019-06-29-base"
litecoinUpdate="raspiblitz-litecoin2-2019-06-29-update"
# set final based on selected network
baseTorrentFile=${bitcoinBase}
@ -233,8 +233,8 @@ if [ ${torrentComplete2} -eq 0 ]; then
fi
# the path torrent was download to
targetPath1="${targetDir}/${baseTorrentFile}"
targetPath2="${targetDir}/${updateTorrentFile}"
targetPath1="${targetDir}/${baseTorrentFile}/blockchain"
targetPath2="${targetDir}/${updateTorrentFile}/blockchain"
if [ "$network" = "bitcoin" ]; then
targetPath1="${targetDir}/blockchain"
targetPath2="${targetDir}/${updateTorrentFile}/blockchain"

8628
home.admin/assets/raspiblitz-bitcoin1-2018-10-13-base.torrent

File diff suppressed because one or more lines are too long

999
home.admin/assets/raspiblitz-bitcoin1-2018-10-13-update.torrent

File diff suppressed because one or more lines are too long

1212
home.admin/assets/raspiblitz-bitcoin1-2018-11-18-update.torrent

File diff suppressed because one or more lines are too long

1617
home.admin/assets/raspiblitz-bitcoin1-2019-01-16-update.torrent

File diff suppressed because one or more lines are too long

2136
home.admin/assets/raspiblitz-bitcoin1-2019-04-09-update.torrent

File diff suppressed because one or more lines are too long

113
home.admin/assets/raspiblitz-bitcoin2-2019-05-01-update.torrent

File diff suppressed because one or more lines are too long

746
home.admin/assets/raspiblitz-litecoin1-2018-11-18-base.torrent

File diff suppressed because one or more lines are too long

119
home.admin/assets/raspiblitz-litecoin1-2018-11-18-update.torrent

File diff suppressed because one or more lines are too long

857
home.admin/assets/raspiblitz-litecoin2-2019-06-29-base.torrent

File diff suppressed because one or more lines are too long

81
home.admin/assets/raspiblitz-litecoin2-2019-06-29-update.torrent

File diff suppressed because one or more lines are too long

BIN
raspiblitz-v1.0-2019-02-18.torrent

Binary file not shown.

BIN
raspiblitz-v1.1-2019-03-18.torrent

Binary file not shown.
Loading…
Cancel
Save