Return-Path: <012mistery@frankentrikes.com> Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id 073C0949 for ; Thu, 10 May 2018 00:56:02 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from chi-node15.websitehostserver.net (chi-node15.websitehostserver.net [173.236.25.210]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id 763766A3 for ; Thu, 10 May 2018 00:56:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=frankentrikes.com; s=default; h=Content-Transfer-Encoding:Content-Type: MIME-Version:Date:Message-ID:Subject:From:To:Sender:Reply-To:Cc:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=F7eNJFn/QL7L6RAGbc8dezAFqNBGOvbjp8fmyLz9ieU=; b=sIfOuF4SU+srtKSOmX7LBzfrv/ wSK31aUB2m4TCap4+jDe5xeKd08hMVUtVzf4473WX46Sw7C6rbV+UgFiYYBOPnwBXqCfZW098rRq4 H1X3loMp0rn9lfXOVcjP6dvElHYRxqGymLUTOsVU4wxSUl3Ghf7JPc20/2B3LxDn5tI5mxDTUfLJT KW95qUfK8nL2RlQwkl0iwLPdvHfL9zKs68KLb6umSvLNz4pNHL5/PcyWG1W71mL/wPv06nxLHEpYv d3TJ61TNAdaRAppz4P3SX2cKHgkQphJNEY6BdTmBv3/XPIs63ZulcI2KTn3pe7E3kirIga3rAVrF/ uCpKehUg==; Received: from c-98-210-216-123.hsd1.ca.comcast.net ([98.210.216.123]:63345 helo=Macintosh.local) by chi-node15.websitehostserver.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.89_1) (envelope-from <012mistery@frankentrikes.com>) id 1fGZsO-00F4Mp-4U for bitcoin-dev@lists.linuxfoundation.org; Wed, 09 May 2018 19:56:08 -0500 To: bitcoin-dev@lists.linuxfoundation.org From: Segue <012mistery@frankentrikes.com> Message-ID: Date: Wed, 9 May 2018 17:56:00 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - chi-node15.websitehostserver.net X-AntiAbuse: Original Domain - lists.linuxfoundation.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - frankentrikes.com X-Get-Message-Sender-Via: chi-node15.websitehostserver.net: authenticated_id: 012mistery@frankentrikes.com X-Authenticated-Sender: chi-node15.websitehostserver.net: 012mistery@frankentrikes.com X-Source: X-Source-Args: X-Source-Dir: X-Spam-Status: No, score=-1.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, FROM_STARTS_WITH_NUMS,RCVD_IN_DNSWL_LOW,T_DKIM_INVALID autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on smtp1.linux-foundation.org X-Mailman-Approved-At: Thu, 10 May 2018 00:57:28 +0000 Subject: [bitcoin-dev] Why not archive the backend of Bitcoin blockchain? X-BeenThere: bitcoin-dev@lists.linuxfoundation.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Bitcoin Protocol Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 May 2018 00:56:02 -0000 On 3/17/18, someone posted on the Lightning-dev list, "Can I try Lightning without running a fully-fledged bitcoin block chain? (Yubin Ruan)."  The inquirer was asking because he didn't have much space to store the entire blockchain on his laptop. I replied: "Developers, On THIS note and slightly off-topic but relevant, why can't chunks of blockchain peel off the backend periodically and be archived, say on minimum of 150 computers across 7 continents? It seems crazy to continue adding on to an increasingly long chain to infinity if the old chapters (i.e. more than, say, 2 years old) could be stored in an evenly distributed manner across the planet. The same 150 computers would not need to store every chapter either, just the index would need to be widely distributed in order to reconnect with a chapter if needed. Then maybe it is no longer a limitation in the future for people like Yubin. " It was suggested by a couple of lightning developers that I post this idea on the bitcoin-dev list.  So, here I post :). Segue