Archive Revision as of 13:50, 23 July 2013

https://en.bitcoin.it/w/index.php?title=BIP_0033&oldid=39748
This commit is contained in:
Peter Todd 2013-10-21 00:53:13 -04:00
parent d0ae273977
commit 5eed02db75
No known key found for this signature in database
GPG Key ID: 2481403DA5F091FB

@ -1,3 +1,5 @@
{{bip}}
<pre>
BIP: 33
Title: Stratized Nodes
@ -13,7 +15,7 @@ As the Bitcoin network scales, roles are fast becoming specialised. In the begin
Bitcoin's blockchain becomes more unwieldy for end users over time, negatively affecting the usability of Bitcoin clients. As it grows, it becomes ever more impractical to deal with on portable devices or low end machines. Several proposals have been put forward to deal with this such as lightweight (headers-only) clients and skipping validation for blocks before the last checkpoint. However these measures are at best stop-gap workarounds to stave off a growing problem.
This document will examine a proposal which will be termed ''stratized nodes'', a modification off an earlier concept termed ''blockchain service''.
This document will examine a proposal which will be termed ''stratized nodes'', a modification of an earlier concept termed ''blockchain service''.
== History ==