Received: from sog-mx-3.v43.ch3.sourceforge.com ([172.29.43.193] helo=mx.sourceforge.net) by sfs-ml-3.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1YIFG3-0000su-Sp for bitcoin-development@lists.sourceforge.net; Mon, 02 Feb 2015 11:33:35 +0000 Received-SPF: pass (sog-mx-3.v43.ch3.sourceforge.com: domain of gmail.com designates 209.85.212.175 as permitted sender) client-ip=209.85.212.175; envelope-from=mh.in.england@gmail.com; helo=mail-wi0-f175.google.com; Received: from mail-wi0-f175.google.com ([209.85.212.175]) by sog-mx-3.v43.ch3.sourceforge.com with esmtps (TLSv1:RC4-SHA:128) (Exim 4.76) id 1YIFG1-0001D5-MJ for bitcoin-development@lists.sourceforge.net; Mon, 02 Feb 2015 11:33:35 +0000 Received: by mail-wi0-f175.google.com with SMTP id fb4so16020093wid.2 for ; Mon, 02 Feb 2015 03:33:27 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.194.7.103 with SMTP id i7mr41725518wja.53.1422876806860; Mon, 02 Feb 2015 03:33:26 -0800 (PST) Sender: mh.in.england@gmail.com Received: by 10.194.188.11 with HTTP; Mon, 2 Feb 2015 03:33:26 -0800 (PST) In-Reply-To: References: Date: Mon, 2 Feb 2015 12:33:26 +0100 X-Google-Sender-Auth: yAoYvGNMbZO8HyCbK4yyZkimJ0Q Message-ID: From: Mike Hearn To: Levin Keller Content-Type: multipart/alternative; boundary=047d7b5d43f4a1d6ed050e1952ef X-Spam-Score: -0.5 (/) 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 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (mh.in.england[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record 1.0 HTML_MESSAGE BODY: HTML included in message 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: 1YIFG1-0001D5-MJ Cc: Bitcoin Dev Subject: Re: [Bitcoin-development] Export format for xpub 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: Mon, 02 Feb 2015 11:33:36 -0000 --047d7b5d43f4a1d6ed050e1952ef Content-Type: text/plain; charset=UTF-8 We generally don't edit BIPs like that after they've been written except to add helpful links, examples etc and other things that don't add new functionality. For this you'd write a new BIP. It doesn't have to be hard. The process is: 1) Adapt the template BIP and fill it out with your motivation, design, rationale and ideally some examples. 2) Post it here and ask Gregory for a BIP number. He will select one through some magic algorithm I am still reverse engineering ;) 3) People will give feedback and try to spot problems in your spec. I looked at what Andreas is doing a few days ago - basically it's just an xpub string with a ?a=b&c=d query string added to the end, with a hierarchy type specifier and something else I forgot, encoded into a QR code. So it should be a very easy BIP to add. Whilst you're at it you might want to add an HTTP POST based method, though. Web apps scanning QR codes is kind of clunky compared to just picking Coyno from a list in the wallet app and having it all auto-magically activate. On Mon, Feb 2, 2015 at 9:56 AM, Levin Keller wrote: > Hello everyone, > > I think this is my first email to this mailinglist so I will shortly > introduce myself: > > I am Levin and the CEO of Coyno (www.coyno.com). Based in Berlin, > mathematician. Bitcoiner since 2011. > > And now the reason for this email: Andreas (Schildbach) just released a > new update of his wallet. It now provides an export functionality for the > m/0' key in order to run read only copies on other devices. We already > support the format on our website. Of course we would love for this to > become standard. I also updated the Wiki article for Andreas' Wallet: > https://en.bitcoin.it/wiki/Bitcoin_Wallet > > How do you like it? How does this format get standard? Shall I try to get > a pull request to BIP32 passed? > > Cheers > > Levin > > > ------------------------------------------------------------------------------ > Dive into the World of Parallel Programming. The Go Parallel Website, > sponsored by Intel and developed in partnership with Slashdot Media, is > your > hub for all things parallel software development, from weekly thought > leadership blogs to news, videos, case studies, tutorials and more. Take a > look and join the conversation now. http://goparallel.sourceforge.net/ > _______________________________________________ > Bitcoin-development mailing list > Bitcoin-development@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/bitcoin-development > > --047d7b5d43f4a1d6ed050e1952ef Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
We generally don't edit BIPs like that after they'= ve been written except to add helpful links, examples etc and other things = that don't add new functionality. For this you'd write a new BIP. I= t doesn't have to be hard. The process is:

1) Adapt = the template BIP and fill it out with your motivation, design, rationale an= d ideally some examples.

2) Post it here and ask G= regory for a BIP number. He will select one through some magic algorithm I = am still reverse engineering ;)

3) People will giv= e feedback and try to spot problems in your spec.

= I looked at what Andreas is doing a few days ago - basically it's just = an xpub string with a ?a=3Db&c=3Dd query string added to the end, with = a hierarchy type specifier and something else I forgot, encoded into a QR c= ode. So it should be a very easy BIP to add.

Whils= t you're at it you might want to add an HTTP POST based method, though.= Web apps scanning QR codes is kind of clunky compared to just picking Coyn= o from a list in the wallet app and having it all auto-magically activate.<= /div>

On Mon= , Feb 2, 2015 at 9:56 AM, Levin Keller <post@levinkeller.de> wrote:
Hello everyone= ,

I think this is my first email to this mailinglist so = I will shortly introduce myself:

I am Levin and th= e CEO of Coyno (www.coyn= o.com). Based in Berlin, mathematician. Bitcoiner since 2011.

And now the reason for this email: Andreas (Schildbach) jus= t released a new update of his wallet. It now provides an export functional= ity for the m/0' key in order to run read only copies on other devices.= We already support the format on our website. Of course we would love for = this to become standard. I also updated the Wiki article for Andreas' W= allet:=C2=A0https://en.bitcoin.it/wiki/Bitcoin_Wallet

=
How do you like it? How does this format get standard? Shall I try to = get a pull request to BIP32 passed?

Cheers

Levin

-----------------------------------------------------------------------= -------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is you= r
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a<= br> look and join the conversation now. http://goparallel.sourceforge.net/
_______= ________________________________________
Bitcoin-development mailing list
Bitcoin-develo= pment@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bitcoin-de= velopment


--047d7b5d43f4a1d6ed050e1952ef--