Return-Path: <1240902@gmail.com> Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id 718D88A7 for ; Tue, 25 Aug 2015 21:44:47 +0000 (UTC) X-Greylist: whitelisted by SQLgrey-1.7.6 Received: from mail-io0-f177.google.com (mail-io0-f177.google.com [209.85.223.177]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id 07E8C1B7 for ; Tue, 25 Aug 2015 21:44:47 +0000 (UTC) Received: by iodb91 with SMTP id b91so203231081iod.1 for ; Tue, 25 Aug 2015 14:44:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=92Idw/BBTEAdJOfnzg1mO432a1/FIUR8/5fTofjB0j0=; b=gq36m1OajvXBJ7YVYxGNl/KRfCqcTRqqh4s6q/s6hz3+1HquQWJ8NQewxwu8Iw6+54 JpOPsCsi7VwF75j5qvuIYCzwZ6kkGqMoPD3OqwWUJSxmlWo0iobGC6fdfJtRESxzOU7g S1wSn8AyJOeWK2zQKGIAzs7WZSaBF4X9daPOvzHKdKFUET/Mgo2eGu/RSOoQbdgCP25E BfWijZTWljkUKykyHqaMsXOicGD1jxeFyGUPFaD73RLHkfsgeEafSIJIHSXE7P1G/FQu 5huewDPAw+evfGSbxmr7cvKtoNtJKJ+Q9DbPV+Tkq73gBSW6EWctwcaWuJ9wF1zDa6Vx LWPw== MIME-Version: 1.0 X-Received: by 10.107.129.87 with SMTP id c84mr32227987iod.4.1440539086499; Tue, 25 Aug 2015 14:44:46 -0700 (PDT) Received: by 10.107.10.159 with HTTP; Tue, 25 Aug 2015 14:44:46 -0700 (PDT) In-Reply-To: <55DCDB98.80004@bitcartel.com> References: <20150825201643.GC11083@muck> <1489961.GhSFCGzPRJ@crushinator> <20150825203744.GB3464@muck> <55DCDB98.80004@bitcartel.com> Date: Wed, 26 Aug 2015 05:44:46 +0800 Message-ID: From: Chun Wang <1240902@gmail.com> To: Simon Liu Content-Type: text/plain; charset=UTF-8 X-Spam-Status: No, score=-2.4 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_ENVFROM_END_DIGIT,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 Cc: bitcoin-dev@lists.linuxfoundation.org, greg@xiph.org Subject: Re: [bitcoin-dev] Dynamically Controlled Bitcoin Block Size Max Cap [BIP 1xx - Draft] 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: Tue, 25 Aug 2015 21:44:47 -0000 On Wed, Aug 26, 2015 at 5:18 AM, Simon Liu via bitcoin-dev wrote: > I don't think this would work. > > If the rule is that one user can only have one vote, how do you prevent > a user running multiple nodes? The vote is not counted by nodes, but bitcoin amount, or probably better, coin-days. It works like proof-of-stake. A mix of proof-of-work and proof-of-stake is good.