Return-Path: Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id 98C94273 for ; Sat, 27 Jun 2015 16:28:47 +0000 (UTC) X-Greylist: whitelisted by SQLgrey-1.7.6 Received: from mail-ig0-f180.google.com (mail-ig0-f180.google.com [209.85.213.180]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id 93710144 for ; Sat, 27 Jun 2015 16:28:46 +0000 (UTC) Received: by igblr2 with SMTP id lr2so30527751igb.0 for ; Sat, 27 Jun 2015 09:28:46 -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:from:date :message-id:subject:to:cc:content-type; bh=WInebCCupIrlOp5AMOtbd6h+KSO+wspWVHGrgVztNAY=; b=hXnjVzbB/v4ZxqySgAdVMeIzwSXvCA2fEcWjUwAdlDIPc9pAmF71SYb2rZgwPwfYpW EeJ7mM3/nlVnyGjL3LsYUjDGESqT3bYT+SIrMDpf/WY4VPXCu98Ml2+/+EolJMM6q4ei gJ7gGZYSk6kpJl3DGyC0S1uiCPZ4htl8SmM1V+Y1d4wUOOSRxx1gISWDV0FdywhgbXpN ICa3KioatX4KIE63L4aEqUL6PSQOiP5GTEnsT+KO0XiIStKlLHZ688IyPX81D60nE4jZ nshhUiut4s7L/zPIexaztsHUZS8q2HiTeDtAo0KVzdam7qXYXi3Sl16d6iGV8SO/dWXv EXGQ== X-Gm-Message-State: ALoCoQlgJxUW4YNNyBN7fQZBU7vBMvmSAoS8E/YIjqPYD0TlvhD+NEmf7fAaMJxY6BN81dYm8CSg X-Received: by 10.50.143.38 with SMTP id sb6mr4748929igb.44.1435422525961; Sat, 27 Jun 2015 09:28:45 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.149.20 with HTTP; Sat, 27 Jun 2015 09:28:26 -0700 (PDT) X-Originating-IP: [50.0.37.37] In-Reply-To: References: From: Mark Friedenbach Date: Sat, 27 Jun 2015 09:28:26 -0700 Message-ID: To: Michael Naber Content-Type: multipart/alternative; boundary=001a1135ffb8c353ad0519825904 X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,HTML_MESSAGE, 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 Subject: Re: [bitcoin-dev] A Proposed Compromise to the Block Size Limit 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: Sat, 27 Jun 2015 16:28:47 -0000 --001a1135ffb8c353ad0519825904 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable I really suggest you look into the layer2 systems Adam pointed to, as you appear to be misinformed about their properties. There are many proposals which really do achieve global consensus using the block chain, just in a delayed (and cached) fashion that is still 100% safe. It is possible to go off-chain without losing the trustlessness and security of the block chain. On Sat, Jun 27, 2015 at 9:09 AM, Michael Naber wrote: > The goal of Bitcoin Core is to meet the demand for global consensus as > effectively as possible. Please let's keep the conversation on how to bes= t > meet that goal. > > The off-chain solutions you enumerate are are useful solutions in their > respective domains, but none of them solves the global consensus problem > with any greater efficiency than Bitcoin does. > > > On Sat, Jun 27, 2015 at 11:33 AM, Adam Back wrote: > >> Michael Naber wrote: >> > Bitcoin Core must remain the lowest-fee, highest-capacity, most secure= , >> distributed, fastest, overall best solution possible to the global >> consensus problem. >> >> Everyone here is excited about the potential of Bitcoin and would >> aspirationally like it to reach its full potential as fast as >> possible. But the block-size is not a free variable, half those >> parameters you listed are in conflict with each other. We're trying >> to improve both decentralisation and throughput short-term while >> people work on algorithmic improvements mid-term. If you are >> interested you can take a look through the proposals: >> >> >> http://lists.linuxfoundation.org/pipermail/bitcoin-dev/2015-June/008603.= html >> >> Note that probably 99% of Bitcoin transactions already happen >> off-chain in exchanges, tipping services, hosted wallets etc. Maybe >> you're already using them, assuming you are a bitcoin user. >> They constitute an early stage layer 2, some of them even have on >> chain netting and scale faster than the block-chain. >> >> You can also read about layer 2, the lightning network paper and the >> duplex micropayment channel paper: >> >> http://lightning.network/lightning-network-paper-DRAFT-0.5.pdf >> >> http://www.tik.ee.ethz.ch/file/716b955c130e6c703fac336ea17b1670/duplex-m= icropayment-channels.pdf >> >> and read the development list and look at the code: >> >> http://lists.linuxfoundation.org/pipermail/lightning-dev/ >> https://github.com/ElementsProject/lightning >> >> Adam >> >> >> On 27 June 2015 at 16:39, Michael Naber wrote: >> > Demand to participate in a low-fee global consensus network will likel= y >> > continue to rise. Technology already exists to meet that rising demand >> using >> > a blockchain with sufficient block size. Whether that blockchain is >> Bitcoin >> > Core with an increased block size, or whether it is a fork, market >> forces >> > make it almost certain that demand will be met by a blockchain with >> adequate >> > capacity. These forces ensure that not only today=E2=80=99s block size= will be >> > increased, but also that future increases will occur should the demand >> > arise. >> > >> > In order to survive, Bitcoin Core must remain the lowest-fee, >> > highest-capacity, most secure, distributed, fastest, overall best >> solution >> > possible to the global consensus problem. Attempting to artificially >> > constrain the block size below the limits of technology for any reason >> is a >> > conflict with this objective and a threat to the survival of Bitcoin >> Core. >> > At the same time, scheduling large future increases or permitting >> unlimited >> > dynamic scaling of the block size limit raises concerns over >> availability of >> > future computing resources. Instead, we should manually increase the >> block >> > size limit as demand occurs, except in the special case that increasin= g >> the >> > limit would cause an undue burden upon users wishing to validate the >> > integrity of the blockchain. >> > >> > Compromise: Can we agree that raising the block size to a static 8MB n= ow >> > with a plan to increase it further should demand necessitate except in >> the >> > special case above is a reasonable path forward? >> > >> > _______________________________________________ >> > bitcoin-dev mailing list >> > bitcoin-dev@lists.linuxfoundation.org >> > https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev >> > >> > > > _______________________________________________ > bitcoin-dev mailing list > bitcoin-dev@lists.linuxfoundation.org > https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev > > --001a1135ffb8c353ad0519825904 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
I really suggest you look into the layer2 systems Ada= m pointed to, as you appear to be misinformed about their properties. There= are many proposals which really do achieve global consensus using the bloc= k chain, just in a delayed (and cached) fashion that is still 100% safe.
It is possible to go off-chain without losing the trustlessness = and security of the block chain.

On Sat, Jun 27, 2015 at 9:09 AM, Michael Naber <mickeybob@gmail.com> wrote:
The goal of Bitcoin Core is to meet the demand for = global consensus as effectively as possible. Please let's keep the conv= ersation on how to best meet that goal.

The of= f-chain solutions you enumerate are are useful solutions in their respectiv= e domains, but none of them solves the global consensus problem with any gr= eater efficiency than Bitcoin does.


On Sat, Jun 27, 2015 at 11:33 AM, Adam Back <adam@cypherspace.org> wrote:
Michael Naber w= rote:
> Bitcoin Core must remain the lowest-fee, highest-capacity, most secure= , distributed, fastest, overall best solution possible to the global consen= sus problem.

Everyone here is excited about the potential of Bitcoin and would aspirationally like it to reach its full potential as fast as
possible.=C2=A0 But the block-size is not a free variable, half those
parameters you listed are in conflict with each other.=C2=A0 We're tryi= ng
to improve both decentralisation and throughput short-term while
people work on algorithmic improvements mid-term.=C2=A0 If you are
interested you can take a look through the proposals:

http://lists.linuxfounda= tion.org/pipermail/bitcoin-dev/2015-June/008603.html

Note that probably 99% of Bitcoin transactions already happen
off-chain in exchanges, tipping services, hosted wallets etc.=C2=A0 Maybe you're already using them, assuming you are a bitcoin user.
They constitute an early stage layer 2, some of them even have on
chain netting and scale faster than the block-chain.

You can also read about layer 2, the lightning network paper and the
duplex micropayment channel paper:

http://lightning.network/lightning-net= work-paper-DRAFT-0.5.pdf
http= ://www.tik.ee.ethz.ch/file/716b955c130e6c703fac336ea17b1670/duplex-micropay= ment-channels.pdf

and read the development list and look at the code:

http://lists.linuxfoundation.org/pipermai= l/lightning-dev/
https://github.com/ElementsProject/lightning

Adam


On 27 June 2015 at 16:39, Michael Naber <mickeybob@gmail.com> wrote:
> Demand to participate in a low-fee global consensus network will likel= y
> continue to rise. Technology already exists to meet that rising demand= using
> a blockchain with sufficient block size. Whether that blockchain is Bi= tcoin
> Core with an increased block size, or whether it is a fork, market for= ces
> make it almost certain that demand will be met by a blockchain with ad= equate
> capacity. These forces ensure that not only today=E2=80=99s block size= will be
> increased, but also that future increases will occur should the demand=
> arise.
>
> In order to survive, Bitcoin Core must remain the lowest-fee,
> highest-capacity, most secure, distributed, fastest, overall best solu= tion
> possible to the global consensus problem. Attempting to artificially > constrain the block size below the limits of technology for any reason= is a
> conflict with this objective and a threat to the survival of Bitcoin C= ore.
> At the same time, scheduling large future increases or permitting unli= mited
> dynamic scaling of the block size limit raises concerns over availabil= ity of
> future computing resources. Instead, we should manually increase the b= lock
> size limit as demand occurs, except in the special case that increasin= g the
> limit would cause an undue burden upon users wishing to validate the > integrity of the blockchain.
>
> Compromise: Can we agree that raising the block size to a static 8MB n= ow
> with a plan to increase it further should demand necessitate except in= the
> special case above is a reasonable path forward?
>
> _______________________________________________
> bitcoin-dev mailing list
> bitcoin-dev@lists.linuxfoundation.org
> https://lists.linuxfoundation.org= /mailman/listinfo/bitcoin-dev
>


_______________________________________________
bitcoin-dev mailing list
bitcoin-dev@lists.= linuxfoundation.org
https://lists.linuxfoundation.org/mail= man/listinfo/bitcoin-dev


--001a1135ffb8c353ad0519825904--