Search content
Sort by

Showing 3 of 3 results by blockdata.space
Post
Topic
Board Bitcoin Discussion
Re: **Download the blockchain here, updated regularly **
by
blockdata.space
on 30/09/2018, 13:11:59 UTC
I've created a website dedicated to distributing various blockchains, BTC being being one of the first. I've rented a few cheapo servers to seed the torrents and I've been able to max standard cable internet connections with it.

https://blockdata.space/

A slight difference here is that each chain has a software version (currently 0.16.3 at the time of writing) so that there is no extract or import step.
Post
Topic
Board Project Development
Re: New site for blockchain torrents
by
blockdata.space
on 28/09/2018, 23:53:00 UTC
Hmm, I forgot about the proof of stake switch coming, but sounds like its going to be slowly mixed into the current blockchain, so it maybe wouldn't hurt to start now.

The question about the frequency of updates is an interesting one. I've used a fancy filesystem feature to only store differences in the data, so I can have multiple versions of the same blockchain without using infinite disk space. But if a particular torrent gets popular, I don't want to push it off the list when I create a new one. I'm thinking the BTC blockchain should probably be updated once every 3 days or so, because you can sync the last 3 days in like 5 minutes or whatever. Maybe there should be "LTS" (long term seeded) torrents and also more frequent ones. I really don't know how or IF anyone is going to use this.
Post
Topic
Board Project Development
New site for blockchain torrents
by
blockdata.space
on 28/09/2018, 02:08:25 UTC
https://blockdata.space/

I created this site because I occasionally need to sync a blockchain in a hurry.

I've rented a few cheapo servers for seeding (2 in NA, 2 in EU). With it I can max out standard cable internet connections when downloading the torrent.

The next target will be the ETH blockchain, but it's currently too large to fit on the cheapo servers.

Lemme know if you have any questions or comments.