Return-Path: Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id 80689B66 for ; Thu, 8 Nov 2018 18:00:16 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail.ruggedbytes.com (mail.ruggedbytes.com [88.99.30.248]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id 01373847 for ; Thu, 8 Nov 2018 18:00:15 +0000 (UTC) Received: from mail.ruggedbytes.com (localhost [127.0.0.1]) by mail.ruggedbytes.com (Postfix) with ESMTPS id 3DCFA2600548; Thu, 8 Nov 2018 18:00:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=simplexum.com; s=mail; t=1541700014; bh=t1x+MX0xBov3g2lIL67jQZ/YSlFB2YzYtiXyHraQONM=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=QWM3z4LIDYyx3g2IdS6NloFG3rmX7dKDPFRf4JKZzCZZcQcxt9NFJCb/WUJWtXNvg vu9V9UApNAC2LSbD392XY5FvaKqt53VzhpiQkQtwW/Jny0VVL+v1r0YkVwPfD4fqtJ LhG8pCWQMheE683VPhtQYqzgP/GUUOD5XBqRDgno= Date: Thu, 8 Nov 2018 23:00:04 +0500 From: Dmitry Petukhov To: bitcoin-dev@lists.linuxfoundation.org Message-ID: <20181108230004.3f9cabcb@simplexum.com> In-Reply-To: References: <20181108131130.134b2d43@simplexum.com> Organization: simplexum.com MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on smtp1.linux-foundation.org X-Mailman-Approved-At: Thu, 08 Nov 2018 18:13:58 +0000 Cc: Andreas Schildbach Subject: Re: [bitcoin-dev] BIP Proposal - Address Paste Improvement 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: Thu, 08 Nov 2018 18:00:16 -0000 > > Do you know any reasonably convenient mechanism for end user to > > transfer an address from, say, a web page to the wallet address > > input field ? > > - QR code scanning of a Bitcoin URI > - On Android: A "bitcoin:" URI intent or a BIP70 payment message > intent > - On desktop OSes there are similar mechanisms to launch Apps from the > browser (e.g. for mailto: links) This works if the author of the web page thought about this, and created appropriate liks/qr codes. In many cases, addresses are just presented for users as text, to copy. People also send addresses in message apps and emails. Maybe if applications start to autodetect bitcoin addresses and convert them to bitcoin: links, there will be less need to copy-paste. But I suspect that this feature will not be quickly adopted by applications. > For cases where the payee is a well-known entity the BIP70 payment > protocol has authentication via certificates. That doesn't work for > the "the person in front of you is the only trust anchor you have" > usecase though. There are also BIP75 and BIP47 that may help, but the number of wallets that support these protocols is small (I think in part because of relative complexity of these protocols).