summaryrefslogtreecommitdiff
path: root/ba/581f4d2700b41ee62f7819f82248497e61b30d
blob: 87974cab570d913a9f97739758c4243916e69245 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
Return-Path: <marcel@jamin.net>
Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org
	[172.17.192.35])
	by mail.linuxfoundation.org (Postfix) with ESMTPS id C2CCF1B78
	for <bitcoin-dev@lists.linuxfoundation.org>;
	Wed,  9 Sep 2015 07:55:45 +0000 (UTC)
X-Greylist: whitelisted by SQLgrey-1.7.6
Received: from mail-yk0-f182.google.com (mail-yk0-f182.google.com
	[209.85.160.182])
	by smtp1.linuxfoundation.org (Postfix) with ESMTPS id 2E084126
	for <bitcoin-dev@lists.linuxfoundation.org>;
	Wed,  9 Sep 2015 07:55:44 +0000 (UTC)
Received: by ykei199 with SMTP id i199so3020920yke.0
	for <bitcoin-dev@lists.linuxfoundation.org>;
	Wed, 09 Sep 2015 00:55:44 -0700 (PDT)
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
	d=1e100.net; s=20130820;
	h=x-gm-message-state:mime-version:date:message-id:subject:from:to
	:content-type;
	bh=5j+llf8JtgJQBMq6RFedJe4vxyZuxoOd+yp/xvhWoNw=;
	b=MuSQcEgYO74vcIFh8x+/GxHyHz4hmrgfaeTo6Oez1eMMG5Pb3UZts3aqHMnop9vi78
	Om9H1Jdhvq801AXWrVS/tKquL0hBh7j2/foe0k3Zw8cOZGTmuEpTXJgkeVCJqhg+RkNi
	kjBrKQHt1vdaDpzX2vDFq+GLDZXsCS0XfaMMOrYhae3HQ7qZNDik09xBMy/huPnrL3+v
	ym6DT8au5cYaLkgtuIH9zXsQafoIEUNqd6XzeAxXnolzMyO173HZf9QbTVSFj+7PU4Rc
	Ye2b2qXjn+vXFNXQUUosvSVPiTTt3GhHbU/Z9vEUFFIXWtvkg58FsBAluyK9RoeF3qFw
	b8mg==
X-Gm-Message-State: ALoCoQk0CP14Hpbqd2KJUE4hiRrsQu8DrVJ/LKBriodbFAPzuMGmXgtwYsBFwDdm7RMtnZuiumIl
MIME-Version: 1.0
X-Received: by 10.170.69.66 with SMTP id l63mr35950278ykl.89.1441785344131;
	Wed, 09 Sep 2015 00:55:44 -0700 (PDT)
Received: by 10.13.205.6 with HTTP; Wed, 9 Sep 2015 00:55:44 -0700 (PDT)
Date: Wed, 9 Sep 2015 09:55:44 +0200
Message-ID: <CAAUq485B5AoTpRBzf0=KFm-k58Zoz+ns-Y7BXc3JwG87VsDo+g@mail.gmail.com>
From: Marcel Jamin <marcel@jamin.net>
To: Bitcoin Dev <bitcoin-dev@lists.linuxfoundation.org>
Content-Type: multipart/alternative; boundary=001a113998ba47b510051f4bcf48
X-Spam-Status: No, score=-0.7 required=5.0 tests=BAYES_20,HTML_MESSAGE,
	RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1
X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on
	smtp1.linux-foundation.org
Subject: [bitcoin-dev] Yet another blocklimit proposal / compromise
X-BeenThere: bitcoin-dev@lists.linuxfoundation.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: Bitcoin Development Discussion <bitcoin-dev.lists.linuxfoundation.org>
List-Unsubscribe: <https://lists.linuxfoundation.org/mailman/options/bitcoin-dev>,
	<mailto:bitcoin-dev-request@lists.linuxfoundation.org?subject=unsubscribe>
List-Archive: <http://lists.linuxfoundation.org/pipermail/bitcoin-dev/>
List-Post: <mailto:bitcoin-dev@lists.linuxfoundation.org>
List-Help: <mailto:bitcoin-dev-request@lists.linuxfoundation.org?subject=help>
List-Subscribe: <https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev>,
	<mailto:bitcoin-dev-request@lists.linuxfoundation.org?subject=subscribe>
X-List-Received-Date: Wed, 09 Sep 2015 18:25:02 -0000

--001a113998ba47b510051f4bcf48
Content-Type: text/plain; charset=UTF-8

I propose to:

a) assess what blocklimit is currently technically possible without driving
up costs of running a node up too much. Most systems currently running a
fullnode probably have some capacity left.

b) set the determined blocklimit at the next reward halving

c) then double the blocksize limit at every halving thereafter up to a
hardlimit of 8GB.

Reasoning:

Doubling every four years will stay within expected technological growth.
Cisco's VNI forecast predicts a 2.1-fold increase in global average fixed
broadand speed from 2014 to 2019. Nielsen's law, which looks more at the
power user (probably more fitting) is even more optimistic with +50% per
year.

This proposal can be considered a compromise between Pieter's and Gavin's
proposals. While the growth rate is more or less what Pieter proposes, it
includes an initial increase to kickstart the growth. If we start with 8MB,
which seems to be popular among miners, we would reach 8GB in 2056 (as
opposed to 2036 in BIP101). The start date (ca. mid 2016) is also a
compromise between Pieter's 01/2017 and Gavin's 01/2016.

It's simple, predictable and IMHO elegant -- block subsidy halves,
blocksize limit doubles.

It might make sense to update the limit more often in between, though.
Either completely linearly based on a block's timestamp like in BIP101, or
for example for each difficulty period.

--001a113998ba47b510051f4bcf48
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr">I propose to:<div><br></div><div>a) assess what blocklimit=
 is currently technically possible without driving up costs of running a no=
de up too much. Most systems currently running a fullnode probably have som=
e capacity left.</div><div><br></div><div>b) set the determined blocklimit =
at the next reward halving</div><div><br></div><div>c) then double the bloc=
ksize limit at every halving thereafter up to a hardlimit of 8GB.</div><div=
><div><br></div><div>Reasoning:<br></div></div><div><br></div><div>Doubling=
 every four years will stay within expected technological growth. Cisco&#39=
;s VNI forecast predicts a 2.1-fold increase in global average fixed broada=
nd speed from 2014 to 2019. Nielsen&#39;s law, which looks more at the powe=
r user (probably more fitting) is even more optimistic with +50% per year.<=
/div><div><br></div><div>This proposal can be considered a compromise betwe=
en Pieter&#39;s and Gavin&#39;s proposals. While the growth rate is more or=
 less what Pieter proposes, it includes an initial increase to kickstart th=
e growth. If we start with 8MB, which seems to be popular among miners, we =
would reach 8GB in 2056 (as opposed to 2036 in BIP101). The start date (ca.=
 mid 2016) is also a compromise between Pieter&#39;s 01/2017 and Gavin&#39;=
s 01/2016.<br></div><div><br></div><div><div>It&#39;s simple, predictable a=
nd IMHO elegant -- block subsidy halves, blocksize limit doubles.</div><div=
><br></div><div>It might make sense to update the limit more often in betwe=
en, though. Either completely linearly based on a block&#39;s timestamp lik=
e in BIP101, or for example for each difficulty period.</div></div></div>

--001a113998ba47b510051f4bcf48--