Return-Path: Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id 6476D84 for ; Sun, 23 Aug 2015 06:40:23 +0000 (UTC) X-Greylist: whitelisted by SQLgrey-1.7.6 Received: from mail-la0-f54.google.com (mail-la0-f54.google.com [209.85.215.54]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id 93BC2E5 for ; Sun, 23 Aug 2015 06:40:22 +0000 (UTC) Received: by lalv9 with SMTP id v9so60767755lal.0 for ; Sat, 22 Aug 2015 23:40:20 -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=/gdfZeDLGgUNzRYxyLXdUHeScXJgqcXt0pQepwJMAvs=; b=jDhNbfprW3/SZ/Ek0Bs+XhNgnpwpU71SzmXnTiQGU3uDeHwzadj2fameJilfMAaTuM DTf/XHYRIgj68BHR0IOOwIzNcskidhOVnbbS2Vp/Z/kjOMKHVK2vLjEJZoXK4TydGf8X QUSBTBDbyINSFC2XbPm0U/2FvZCQ8MnAgkgv9D+rP5zC3A9lZALkVI1aOearmv5AS/Zn LVPUdVLUNee9slTOrCmJQ644+B6NoX34mvJPBb4T97EFOvMnok8G5qucSXlSE+G8FDor xnRCs/fdiYTWjpaTJWDgEApIzlaRm/mOlDalJLv8aMegUAYJXmDG2LxVBevfbAf1dnBS YhcA== X-Gm-Message-State: ALoCoQkH9OfJHYYJfnrrTU3rDMeB7IkUUkl0hcY9UMuzecgUJJvB4qVqBqofMBw0Y1YWPhPKH5/5 MIME-Version: 1.0 X-Received: by 10.112.136.201 with SMTP id qc9mr14904468lbb.94.1440312020442; Sat, 22 Aug 2015 23:40:20 -0700 (PDT) Received: by 10.25.15.22 with HTTP; Sat, 22 Aug 2015 23:40:20 -0700 (PDT) In-Reply-To: References: Date: Sun, 23 Aug 2015 08:40:20 +0200 Message-ID: From: =?UTF-8?B?Sm9yZ2UgVGltw7Nu?= To: Bdimych Bdimych 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 possible solution - to set minimum size 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: Sun, 23 Aug 2015 06:40:23 -0000 A minimum block size does nothing to prevent the problems that come from schism hardforks. But also a minimum block size can be trivially cheated as recently explained on this list: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2015-August/010317.html "[...] miners can just pay to themselves to follow the minimum size block rule without risking anything. As long as they have a single matured satoshi they can just pay to themselves with it as many times as they need in the same block." It is good to search previous post before proposing or asking something (it could have been proposed/asked earlier): http://www.catb.org/esr/faqs/smart-questions.html On Sun, Aug 23, 2015 at 1:30 AM, Bdimych Bdimych via bitcoin-dev wrote: > Hi, > As I understand the main problem of the fork Core<->XT is possibility > of double spending: > -I run XT and spend my coins > -it is written in 8mb block > -Core does not accept this block > -I run Core and spend my coins again > -it is written in 1mb block > -but XT accepts this block too > so > -in the XT blockchain both blocks [8] and [1] contain my coins > > I thought that possible solution can be to set minimum block size > i.e. > 2016: 1mb <= blockSize < 2mb > 2017: 2mb <= blockSize < 3mb > 2018: 3mb <= blockSize < 4mb > etc > > Free space could be filled with zeroes and compressed. > > That's all, just an idea. > > > With Best Regards > Dmitry Bolshakov > bdimych@gmail.com > _______________________________________________ > bitcoin-dev mailing list > bitcoin-dev@lists.linuxfoundation.org > https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev