Return-Path: Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id 06B5F48A for ; Thu, 30 Jul 2015 17:51:15 +0000 (UTC) X-Greylist: whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f178.google.com (mail-wi0-f178.google.com [209.85.212.178]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id 62C64170 for ; Thu, 30 Jul 2015 17:51:14 +0000 (UTC) Received: by wibxm9 with SMTP id xm9so1912777wib.1 for ; Thu, 30 Jul 2015 10:51:13 -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:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=VxT/b3gAUF5QrpITI2piHkAqINylE2Ctd2JpLLu8ugE=; b=SFwNnjMZ+js6ss0z7rNXvRByzl9w1xtjvfpWbeR1BfZaX2hbni/q/gXp1M1eFo6OiX JDXPrjT+iLk2AADd5q7QvPdsFFH7knpBDFr3eUybioc73zfamgeuCjuMxwnJ9QDLqzHy ukGSfdxt8nZmufvUw6WhRfz8RbAyVRjVK3QYVaC8nImdW4sQG8mS35k7hOl69dDtCosP NMTQF/Ljz/sRBSsWviuSrkXOMYtJDkRAkTj5QwYisFfM6aFXqwcyNWbl6cVyqtqrcs9u QOIgc4JfRXhxpP77os5LqMYe7MPXojx9SIQfpAN8DfCIS1vM/FpMotCXGyFQ3hWGSBgo lsvg== X-Gm-Message-State: ALoCoQm0H8p85JVf9yL/Av6cIVVv7OWD8KuvLwn+h3un8cLeQmj15pjODdFqOnmXpjrtOsX24yrX MIME-Version: 1.0 X-Received: by 10.194.238.39 with SMTP id vh7mr17805821wjc.109.1438278673056; Thu, 30 Jul 2015 10:51:13 -0700 (PDT) Received: by 10.194.95.168 with HTTP; Thu, 30 Jul 2015 10:51:12 -0700 (PDT) In-Reply-To: <55BA5283.2000405@mail.bihthai.net> References: <55BA5283.2000405@mail.bihthai.net> Date: Thu, 30 Jul 2015 19:51:12 +0200 Message-ID: From: =?UTF-8?B?Sm9yZ2UgVGltw7Nu?= To: venzen@mail.bihthai.net Content-Type: text/plain; charset=UTF-8 X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,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 Cc: Bitcoin Dev Subject: Re: [bitcoin-dev] Block size following technological growth 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, 30 Jul 2015 17:51:15 -0000 On Thu, Jul 30, 2015 at 6:36 PM, Venzen Khaosan wrote: > I just had a look your existing Size N testnet code > https://github.com/bitcoin/bitcoin/pull/6382 > and i'll set up a node over the weekend and post its address in that > PR's conversation. Do you or anyone else already have a node running? > what blocksize? Great! No, I'm not running any node right now at any size. Take into account that it's not a regular testnet (ie like testnet3), it's a regtest-like testnet to make mining and simulations cheap. That also means that anybody can trivially create reorgs, so it is expected to be used in a controlled environment (you can control which node creates a new block and when).