Received: from sog-mx-4.v43.ch3.sourceforge.com ([172.29.43.194] helo=mx.sourceforge.net) by sfs-ml-1.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1XaC1d-0002NI-M0 for bitcoin-development@lists.sourceforge.net; Fri, 03 Oct 2014 23:12:37 +0000 Received-SPF: pass (sog-mx-4.v43.ch3.sourceforge.com: domain of bitpay.com designates 209.85.213.179 as permitted sender) client-ip=209.85.213.179; envelope-from=jgarzik@bitpay.com; helo=mail-ig0-f179.google.com; Received: from mail-ig0-f179.google.com ([209.85.213.179]) by sog-mx-4.v43.ch3.sourceforge.com with esmtps (TLSv1:RC4-SHA:128) (Exim 4.76) id 1XaC1c-0004L3-Mj for bitcoin-development@lists.sourceforge.net; Fri, 03 Oct 2014 23:12:37 +0000 Received: by mail-ig0-f179.google.com with SMTP id h18so148320igc.0 for ; Fri, 03 Oct 2014 16:12:31 -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=hZ7kf9CVXF+JnlYst3p0TAWknlFK0qNTe8RtjXtF4fA=; b=UWKqEJQjhP1ReCAh0h/3v6YmcLyZL5F5vasyO+BJSs5Pr5Lfa5jiLpmYysogBdawaS IhY4Psa2UojlOgeWtOyHc8S0Xp7+GlgAquBbisLbNzKYbEQjYEJMtYHjLmbokzL5OsRy fSXHXImvNSbjI8hTtHqAExrdv83oiduRB7eKcc1oWfoOfNZ6/pfPb0AhhAjRTkXipGJA Lh2SadXWI91FPRDqYF/SHV3EF2hLf+qaBU3cdlJ+fq9Uf4nRaaRl05lXqA15rrwxHSts BtmkFnCDPjK6OPKBPYNWJ8ZfJDIm7uMrQjwRIIisBQz6fYByaxsSgzU/G5G3TyEaCo50 86RQ== X-Gm-Message-State: ALoCoQkm8Eg4Z67zOsoIE8ouS4F2UFmtuOH8FTqcLcFlpbbFddWv1+1rEn4pOH9DmAFaID/Q1OJK X-Received: by 10.42.62.6 with SMTP id w6mr16166842ich.24.1412377951208; Fri, 03 Oct 2014 16:12:31 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.153.213 with HTTP; Fri, 3 Oct 2014 16:12:11 -0700 (PDT) In-Reply-To: References: <20141001130826.GM28710@savin.petertodd.org> <1987325.zKPNeYyO8K@crushinator> <201410031750.27323.luke@dashjr.org> From: Jeff Garzik Date: Fri, 3 Oct 2014 19:12:11 -0400 Message-ID: To: Mike Hearn Content-Type: text/plain; charset=UTF-8 X-Spam-Score: -1.6 (-) X-Spam-Report: Spam Filtering performed by mx.sourceforge.net. See http://spamassassin.org/tag/ for more details. -1.5 SPF_CHECK_PASS SPF reports sender host as permitted sender for sender-domain -0.0 SPF_PASS SPF: sender matches SPF record -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature X-Headers-End: 1XaC1c-0004L3-Mj Cc: Bitcoin Dev , Flavien Charlon Subject: Re: [Bitcoin-development] [BIP draft] CHECKLOCKTIMEVERIFY - Prevent a txout from being spent until an expiration time X-BeenThere: bitcoin-development@lists.sourceforge.net X-Mailman-Version: 2.1.9 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Oct 2014 23:12:37 -0000 RE " It's not like other software where people can choose to skip an upgrade and things still work just like before." If you're a minority, sure you can. Still a few nutters out there on a 0.3.x codebase, including one or two inattentive, now-inconsequential miners. There is some headroom built in for just that... less disruptive upgrades that don't require 100%. On Fri, Oct 3, 2014 at 4:58 PM, Mike Hearn wrote: > Alright. It seems there's no real disagreement about how the opcode behaves. > Perhaps a time limit would be appropriate to stop people creating outputs > locked for 100 years .... is bitcoin even likely to exist in 100 years? The > entire history of computing is not even that old, seems hard to imagine that > it'd be good for anything beyond wasting space in the database. But this is > a minor point. > > So I guess it's time to start the deployment discussion. > > Bitcoin is a consensus system. It works best when everyone is following > exactly the same rules at the same time. A soft fork works against this > principle by allowing nodes to think they're following the majority ruleset, > even if they aren't, effectively downgrading them to something a bit like > SPV security without them realising. > > A hard fork has multiple desirable properties. Most importantly, it means a > node can detect it's no longer in the consensus because it'll find its own > chain height has diverged significantly from its peers. Core already has > code that knows how to detect this condition and log errors about it as well > as running the alertnotify script i.e. emailing the admin. Ideally it would > also stop serving work so miners shut down or fail over, but this is easily > added to the CheckForkWarningConditions() function. > > In other words, this gives the cleanest failure we can give, such that any > procedures a node operator has put in place to alert them of divergence will > be triggered. Any code which is waiting for confirmations will wait forever > at this point, thus minimising the risk of loss. > > Additionally, forcing old peers to fall behind means SPV clients will pick > the right chain, and not end up downloading transactions or blocks that are > about to be doomed at the next re-org. They can easily choose to ignore > transactions relayed by peers that are too far behind and thus not end up > accepting transactions that are no longer valid according to the majority (a > scenario which can cause monetary loss). > > I don't think hard forks should be scary. Mechanisms are in place to warn > people and they can be scheduled with plenty of time in advance. The main > stated justification for a soft fork is backwards compatibility, but in a > system like Bitcoin you really don't want to be running behind the consensus > and it's hard to imagine any node operator deliberately choosing to stay on > the wrong side of the fork. It's not like other software where people can > choose to skip an upgrade and things still work just like before. > > ------------------------------------------------------------------------------ > Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer > Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports > Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper > Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer > http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk > _______________________________________________ > Bitcoin-development mailing list > Bitcoin-development@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/bitcoin-development > -- Jeff Garzik Bitcoin core developer and open source evangelist BitPay, Inc. https://bitpay.com/