Return-Path: Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id 12C2CFF for ; Sun, 9 Aug 2015 14:29:09 +0000 (UTC) X-Greylist: whitelisted by SQLgrey-1.7.6 Received: from mail-ig0-f176.google.com (mail-ig0-f176.google.com [209.85.213.176]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id 9F0EA1A4 for ; Sun, 9 Aug 2015 14:29:08 +0000 (UTC) Received: by igr7 with SMTP id 7so55940166igr.0 for ; Sun, 09 Aug 2015 07:29:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=vinumeris.com; s=google; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=QR1DWhsQvbNUjG597yhRdVONHoa6PjJrVGKN9Sp+XQ0=; b=m/nKmZwBkucuXiRxSC4u3G2Wr03ZJM8t4J+sKLEnj7N/juA6Gvrtgbk+ncIu5UY/V1 7AZ04+A4fppOS+D/Uwt0e47uTO88IdJCiRBq99mkCg3AOCjII/rmv51jCZXkh2IlmNkY 9fe6mL3lRObrgoGAgQP+ck2by2AMGoW/paP3E= 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=QR1DWhsQvbNUjG597yhRdVONHoa6PjJrVGKN9Sp+XQ0=; b=Uc2NUYQL4pxCkJ2H3WvyEYTr/DjC4n9cRd1N1PPtYAwQNJ4CEniQdbR2FKZQ0vRwQx m4irCueX+W76LRbkXZXuNVcNiY/wZ++josUKlR+26c4LrbbRtAgHqVswc1fvrbqNL0jI RyeQccwlWa2pS3AvjMnNG/ShPWQp0eJy27CRtjRAa9n5xt2SIMYtMXz74gtWBg3pgvtk opPDgZRWuCyga3uh8QEKd1/r0FhklX85wvyjDxVeO/FZSsol1qVugt6uX7cajDBJaX28 p9nk4n7lKGSD9Patvik7Ap2mA3PsbRsmZfHIzVg/RiLrKdvjKsqcqpnWMAsIJy4j5N2K jZ0Q== X-Gm-Message-State: ALoCoQmgDrLYcmhOyubG6OV6PsALwQ6kx4N2oE0Ytds/8ApBJriYPuU/U4TknDUaxCkq0u7Ws8AX MIME-Version: 1.0 X-Received: by 10.50.103.6 with SMTP id fs6mr727900igb.83.1439130547922; Sun, 09 Aug 2015 07:29:07 -0700 (PDT) Received: by 10.50.108.111 with HTTP; Sun, 9 Aug 2015 07:29:07 -0700 (PDT) In-Reply-To: <55C75FC8.6070807@jrn.me.uk> References: <55C75FC8.6070807@jrn.me.uk> Date: Sun, 9 Aug 2015 16:29:07 +0200 Message-ID: From: Mike Hearn To: Ross Nicoll Content-Type: multipart/alternative; boundary=047d7b2e0abb184909051ce1b13b X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,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 Subject: Re: [bitcoin-dev] Alternative chain support for payment protocol 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, 09 Aug 2015 14:29:09 -0000 --047d7b2e0abb184909051ce1b13b Content-Type: text/plain; charset=UTF-8 > > I'd appreciate initial feedback on the idea, and if there's no major > objections I'll raise this as a BIP. > The reason BIP 70 doesn't do this is the assumption that alt coins are ... well .... alt. They can vary in arbitrary ways from Bitcoin, and so things in BIP70 that work for Bitcoin may or may not work for other coins. If your alt coin is close enough to BIP 70 that you can reuse it "as is" then IMO we should just define a new network string for your alt. network = "dogecoin-main" or whatever. You could also use the genesis hash as the network name. That works too. But it's less clear and would involve lookups to figure out what the request is for, if you find such a request in the wild. I don't care much either way. --047d7b2e0abb184909051ce1b13b Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
I'd appreciate initial feedback on the idea,= and if there's no major objections I'll raise this as a BIP.

The reason BIP 70 doesn't do this is the= assumption that alt coins are ... well .... alt. They can vary in arbitrar= y ways from Bitcoin, and so things in BIP70 that work for Bitcoin may or ma= y not work for other coins.

If your alt coin is cl= ose enough to BIP 70 that you can reuse it "as is" then IMO we sh= ould just define a new network string for your alt. network =3D "dogec= oin-main" or whatever.

You could also use the= genesis hash as the network name. That works too. But it's less clear = and would involve lookups to figure out what the request is for, if you fin= d such a request in the wild. I don't care much either way.
=
--047d7b2e0abb184909051ce1b13b--