Return-Path: Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id 7F000D98 for ; Mon, 6 Aug 2018 02:05:37 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from zinan.dashjr.org (zinan.dashjr.org [192.3.11.21]) by smtp1.linuxfoundation.org (Postfix) with ESMTP id 194AF1A0 for ; Mon, 6 Aug 2018 02:05:36 +0000 (UTC) Received: from [2001:470:5:265:a45d:823b:2d27:961c] (unknown [IPv6:2001:470:5:265:a45d:823b:2d27:961c]) (Authenticated sender: luke-jr) by zinan.dashjr.org (Postfix) with ESMTPSA id BE72A38AD91D; Mon, 6 Aug 2018 02:04:22 +0000 (UTC) X-Hashcash: 1:25:180806:lautaro.dragan@gmail.com::e+VE=v7gNTIezpJr:betcU X-Hashcash: 1:25:180806:lautarodragan@gmail.com::V=M4T00+MY9GONKm:b8297 X-Hashcash: 1:25:180806:bitcoin-dev@lists.linuxfoundation.org::23Nkce7d/0UawrrZ:aSKEp From: Luke Dashjr To: lautaro.dragan@gmail.com, Lautaro Dragan , Bitcoin Protocol Discussion Date: Mon, 6 Aug 2018 02:04:18 +0000 User-Agent: KMail/1.9.10 (enterprise35 0.20100827.1168748) References: In-Reply-To: X-KMail-QuotePrefix: > MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <201808060204.19511.luke@dashjr.org> X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on smtp1.linux-foundation.org Subject: Re: [bitcoin-dev] Claiming an OP_RETURN Prefix X-BeenThere: bitcoin-dev@lists.linuxfoundation.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Bitcoin Protocol Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Aug 2018 02:05:37 -0000 Are you doing coloured coins or storing data? If the former, you should probably collaborate with the authors of BIP 160 (yet to be added to the main repo), and/or write a new BIP if BIP 160 is insufficient for some reason. If the latter, you just shouldn't do it at all. Note that BIPs need to specify an actual protocol, not just claim a prefix. On Sunday 05 August 2018 21:11:26 Lautaro Dragan via bitcoin-dev wrote: > Hi everyone, > > My name's Lautaro and I'm currently acting as Tech Lead of Po.et > . At Po.et we use > colored coins > 84c/src/BlockchainWriter/ClaimController.ts#L101-L110> to > store data on the Bitcoin blockchain with prefix "POET". > > I've read in an old version of the OP_RETURN entry of the bitcoin wiki > that > *protocols wishing to claim OP_RETURN prefixes should use the standard > Bitcoin Improvement Proposals process*. > > That entry seems to have changed recently > , no longer > stating that we should follow the BIP process, and I haven't been able to > find any existing BIP claiming an OP_RETURN prexif, but for the sake of > thoroughness I'd like to ask for your help or confirmation here. > > Should we actually be using the BIP process to claim a prefix? > > Thanks in advance, > > Lautaro