Return-Path: Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id 17A75273 for ; Tue, 24 Nov 2015 23:48:18 +0000 (UTC) X-Greylist: whitelisted by SQLgrey-1.7.6 Received: from mail-io0-f194.google.com (mail-io0-f194.google.com [209.85.223.194]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id 7302014B for ; Tue, 24 Nov 2015 23:48:17 +0000 (UTC) Received: by ioc74 with SMTP id 74so3228808ioc.2 for ; Tue, 24 Nov 2015 15:48:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=WGJXwRIk9Tka56dfU4fLcIyS2/+4OOmFNGDRgMsd2TY=; b=qUySzH6/DbC1DUetI9LUQ9sRXYicrimVuog6R3HYsgtTU+HYY/ANuR09RtHk5ZfBf+ jcP8r+2E2XPLzUD6MvxQ6NupjiaBxCvZNhq6ryJ6WLxFUhAixE5mLiYM7Pp6y1foOzlw C/4FJdfrTmOYVTvnGdGLA4vfMjqQUiExM2/6+oEI4p5JBhQrjJGW3wWqBLEzYv340Mx5 1sW24YycddXmAoOnLTM1m08dYWKrkpFHnO0jtjYJCfCcYGYN4Xi9F0XoebfDo1ktSL25 npjQ4YGDvJP1ogZvhUQUxcTZbmYolFOP3Y1DA7zTbuYeBDHyR3AwmWNHRtSLrBji8z6V DbDQ== MIME-Version: 1.0 X-Received: by 10.107.32.76 with SMTP id g73mr29678155iog.78.1448408896836; Tue, 24 Nov 2015 15:48:16 -0800 (PST) Sender: nbvfour@gmail.com Received: by 10.36.20.130 with HTTP; Tue, 24 Nov 2015 15:48:16 -0800 (PST) In-Reply-To: References: Date: Tue, 24 Nov 2015 15:48:16 -0800 X-Google-Sender-Auth: ZebcGoTtzRWG0fGPildi_9aCU70 Message-ID: From: Chris Priest To: Dave Scotese Content-Type: text/plain; charset=UTF-8 X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, 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 Subject: Re: [bitcoin-dev] OP_CHECKWILDCARDSIGVERIFY or "Wildcard Inputs" or "Coalescing Transactions" 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, 24 Nov 2015 23:48:18 -0000 > This idea could be applied by having the wildcard signature apply to all > UTXOs that are of a standard form and paid to a particular address, and be > a signature of some kind of message to that effect. I think this is true. Not *all* transactions will be able to match the wildcard. For instance if someone sent some crazy smart contract tx to your address, the script associated with that tx will be such that it will not apply to the wildcard. Most "vanilla" utxos that I've seen have the formula: OP_DUP OP_HASH160 [a hash corresponding to your address] OP_EQUALVERIFY OP_CHECKSIG". Just UTXOs in that form could apply to the wildcard. On 11/24/15, Dave Scotese via bitcoin-dev wrote: > What is required to spend bitcoin is that input be provided to the UTXO > script that causes it to return true. What Chris is proposing breaks the > programmatic nature of the requirement, replacing it with a requirement > that the secret be known. Granted, the secret is the only requirement in > most cases, but there is no built-in assumption that the script always > requires only that secret. > > This idea could be applied by having the wildcard signature apply to all > UTXOs that are of a standard form and paid to a particular address, and be > a signature of some kind of message to that effect. I imagine the cost of > re-scanning the UTXO set to find them all would justify a special extra > mining fee for any transaction that used this opcode. > > Please be blunt about any of my own misunderstandings that this email makes > clear. > > On Tue, Nov 24, 2015 at 1:51 PM, Bryan Bishop via bitcoin-dev < > bitcoin-dev@lists.linuxfoundation.org> wrote: > >> On Tue, Nov 24, 2015 at 11:34 AM, Chris Priest via bitcoin-dev < >> bitcoin-dev@lists.linuxfoundation.org> wrote: >> >>> **OP_CHECKWILDCARDSIGVERIFY** >> >> >> Some (minor) discussion of this idea in -wizards earlier today starting >> near near "09:50" (apologies for having no anchor links): >> http://gnusha.org/bitcoin-wizards/2015-11-24.log >> >> - Bryan >> http://heybryan.org/ >> 1 512 203 0507 >> >> _______________________________________________ >> bitcoin-dev mailing list >> bitcoin-dev@lists.linuxfoundation.org >> https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev >> >> > > > -- > I like to provide some work at no charge to prove my value. Do you need a > techie? > I own Litmocracy and Meme Racing > (in alpha). > I'm the webmaster for The Voluntaryist which > now accepts Bitcoin. > I also code for The Dollar Vigilante . > "He ought to find it more profitable to play by the rules" - Satoshi > Nakamoto >