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
|
Return-Path: <slurms@gmx.us>
Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org
[172.17.192.35])
by mail.linuxfoundation.org (Postfix) with ESMTPS id ACA194A5
for <bitcoin-dev@lists.linuxfoundation.org>;
Thu, 23 Jul 2015 16:01:12 +0000 (UTC)
X-Greylist: delayed 00:05:05 by SQLgrey-1.7.6
Received: from mout.gmx.net (mout.gmx.net [212.227.17.22])
by smtp1.linuxfoundation.org (Postfix) with ESMTPS id 0E73E79
for <bitcoin-dev@lists.linuxfoundation.org>;
Thu, 23 Jul 2015 16:01:11 +0000 (UTC)
Received: from [46.101.177.144] by 3capp-mailcom-bs12.server.lan (via HTTP);
Thu, 23 Jul 2015 17:56:05 +0200
MIME-Version: 1.0
Message-ID: <trinity-c358bbcc-a5d1-487f-9aae-730241fc4eac-1437666965282@3capp-mailcom-bs12>
From: "Slurms MacKenzie" <slurms@gmx.us>
To: bitcoin-dev@lists.linuxfoundation.org
Content-Type: text/plain; charset=UTF-8
Date: Thu, 23 Jul 2015 17:56:05 +0200
Importance: normal
Sensitivity: Normal
X-Priority: 3
X-Provags-ID: V03:K0:cJLGpbe8J7wsVkUUyGwot5yxo2I0XCanxoUpClvlKuc
O2U+nYyVR+znRajL8EBkrH7cT/utX8pgLyPi3V2c3eGjZqmN3a
hLOLXkwMSJ39fbWw8RAB+rYeR99WECLjcEv3k8h78iYeAvPhic
o58o0XrQLBeLuPbe6OeRxvZfNhVZ+BvyJeAKwJBelxwS1LdqPi
BCjiVwybMIKa4NDXPw9P8rckp44Vsw0d3UDbavfWLoIXNFF4/N
z0G7788riItfIZC3axte6uqPpQBCeHmVmvAHfmJ0oi6+ZTaNht
SG+BTvrcHp7flpRg4/G/7RUw6LO
X-UI-Out-Filterresults: notjunk:1;V01:K0:HHM8uReTSiQ=:7hLjOzOPp/Qqqkktjx0+oL
TNzxtpZ2/xwz4K4JNnOSLDmNjWlKjdd+q9QArvj+wyAgvtxSvtpBssBSfI7A3hBhzdvU5jcpf
aEueHJJAIILsdT7JLCAZztaXqM7r3GWpjQiBFLVer8EMldAe6If1ZfY+F63/FjPyghvLndTdk
s9oVxwe5ZXpg9hS1LuReryIH5qQLohhnq4/jGu/0ezzckvVRXqOK5SEymLBwmExXd4tSsO6+E
BWxFfPNn1mqC9Bvj3X83/oeUuB1zmyh2E5ChkvvpN5++Sf5JKOtAiprib2G47r5ebv03yGcq5
df+2NkRryLX2TF5t8m5dFJSTZ94yLPjk5/oLtLzl1vpFNVtXcGoOstZiAOza589x3IL51TxNP
KYPCShvxC3XBV4ZHSb6l3X16SdXmMzC79hGoAhH+j887BGjy1d7FhfQSUdTIOVcnTtQWd35A6
fgcN3ExjbQ==
X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM,
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] Electrum Server Speed Test
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: Thu, 23 Jul 2015 16:01:12 -0000
Similar to the Bitcoin Node Speed Test, this is a quick quantitative look at how the Electrum server software handles under load. The Electrum wallet is extremely popular, and the distributed servers which power it are all hosted by volunteers without budget. The server requires a fully indexed Bitcoin Core daemon running, and produces sizable external index in order to allow SPV clients to quickly retrieve their history.
3.9G electrum/utxo
67M electrum/undo
19G electrum/hist
1.4G electrum/addr
24G electrum/
Based on my own logs produced by the electrum-server console, it takes this server (Xeon, lots of memory, 7200 RPM RAID) approximately 3.7 minutes per megabyte of block to process into the index. This seems to hold true through the 10 or so blocks I have in my scroll buffer, the contents of blocks seem to be of approximately the same processing load. Continuing this trend with the current inter-block time of 9.8 minutes, an electrum-server instance running on modest-high end dedicated server is able to support up to 2.64 MB block sizes before permanently falling behind the chain.
|