public inbox for bitcoindev@googlegroups.com
 help / color / mirror / Atom feed
* [Bitcoin-development] Bootstrapping full nodes post-pruning
@ 2012-06-10 23:06 Mike Hearn
  2012-06-11 15:39 ` Gregory Maxwell
  0 siblings, 1 reply; 5+ messages in thread
From: Mike Hearn @ 2012-06-10 23:06 UTC (permalink / raw)
  To: Bitcoin Dev

Apologies if this has been discussed elsewhere. I don't recall us ever
reaching a solid conclusion on it.

A node that has pruned its block chain cannot serve the chain to new
nodes. So there are three options for bootstrapping a newly installed
node:

1) Have some kind of special archival nodes that never prune
(advertised via the services field?). Encourage people to run them,
somehow.

2) Ship a post-pruning block chain and tx index with the client
downloads, so the client starts up already bootstrapped.

3) Some combination of both. It's safe to assume some people will keep
unpruned chains around no matter what. But for many users (2) is
easiest and archival nodes would be put under less load if they were
used only by users who wish to fully bootstrap from only the code.

I remember some people, Greg in particular, who were not a fan of
approach (2) at all, though it has the benefit of speeding startup for
new users as there's no indexing overhead.



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-06-11 20:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-10 23:06 [Bitcoin-development] Bootstrapping full nodes post-pruning Mike Hearn
2012-06-11 15:39 ` Gregory Maxwell
2012-06-11 20:36   ` Mike Hearn
2012-06-11 20:43     ` Gregory Maxwell
2012-06-11 20:48       ` Mike Hearn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox