<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>I hope I'm not thread-jacking here, apologies if so, but that's the approach I've taken with the node I'm working on.<div><br></div><div>Headers can be downloaded and stored in any order, it'll make sense of what the winning chain is. Blocks don't need to be downloaded in any particular order and they don't need to be saved to disk, the UTXO is fully self-contained. That way the concern of storing blocks for seeding (or not) is wholly separated from syncing the UTXO. This allows me to do the initial blockchain sync in ~6 hours when I use my SSD. I only need enough disk space to store the UTXO, and then whatever amount of block data the user would want to store for the health of the network.</div><div><br></div><div>This project is a bitcoin learning exercise for me, so I can only hope I don't have any critical design flaws in there. :)<br><br><div><hr id="stopSpelling">From: tamas@bitsofproof.com<br>Date: Mon, 7 Apr 2014 21:20:31 +0200<br>To: gmaxwell@gmail.com<br>CC: bitcoin-development@lists.sourceforge.net<br>Subject: Re: [Bitcoin-development] Why are we bleeding nodes?<br><br><meta http-equiv="Content-Type" content="text/html charset=windows-1252"><div><br></div><div>Once headers are loaded first there is no reason for sequential loading.&nbsp;</div><div><br></div><div>Validation has to be sequantial, but that step can be deferred until the blocks before a point are loaded and continous.</div><br><div apple-content-edited="true"><span style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; orphans: 2; widows: 2; float: none; display: inline !important;">Tamas Blummer</span><span style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><br style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; orphans: 2; widows: 2;"><span style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; orphans: 2; widows: 2; float: none; display: inline !important;"><a href="http://bitsofproof.com">http://bitsofproof.com</a></span>
</span></div>
<br><div><div>On 07.04.2014, at 21:03, Gregory Maxwell &lt;<a href="mailto:gmaxwell@gmail.com">gmaxwell@gmail.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">On Mon, Apr 7, 2014 at 12:00 PM, Tamas Blummer &lt;<a href="mailto:tamas@bitsofproof.com">tamas@bitsofproof.com</a>&gt; wrote:<br><blockquote type="cite">therefore I guess it is more handy to return some bitmap of pruned/full<br>blocks than ranges.<br></blockquote><br>A bitmap also means high overhead and— if it's used to advertise<br>non-contiguous blocks— poor locality, since blocks are fetched<br>sequentially.<br><br></blockquote></div><br><br>------------------------------------------------------------------------------
Put Bad Developers to Shame
Dominate Development with Jenkins Continuous Integration
Continuously Automate Build, Test &amp; Deployment 
Start a new project now. Try Jenkins in the cloud.
http://p.sf.net/sfu/13600_Cloudbees<br>_______________________________________________
Bitcoin-development mailing list
Bitcoin-development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bitcoin-development</div></div>                                               </div></body>
</html>