Return-Path: Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id ACA194A5 for ; 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 ; 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: From: "Slurms MacKenzie" 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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.