Earlier quoted context omitted.
Are we going to have to whitelist every currency that will exist in the future? At least have a pay: schema so you do pay:bitcoin.com/... or something.
paypal:// ... googlecheckout:// ... etc://
Bitcoin URL scheme whitelisted in HTML5
41–50 of 60 posts
Re: Bitcoin URL scheme whitelisted in HTML5
#42I mean what about alternatives like litecoin?
Re: Bitcoin URL scheme whitelisted in HTML5
#43Earlier quoted context omitted.
Why stop at currencies ? Are we now going to have evernote, dropbox, flickr etc ?
No. Evernote, dropbox and flickr are all services implemented by a single organization each. You could just to use HTTP to link to a flickr profile. Bitcoin is decentralized. It is like a protocol. Each user can have his wallet stored in a different service, or even in his computer. The spec allows a wallet service or an application to add itself as a handler for bitcoin: links. Similar to mailto:, the user can choos…
Re: Bitcoin URL scheme whitelisted in HTML5
#44Re: Bitcoin URL scheme whitelisted in HTML5
#45Re: Bitcoin URL scheme whitelisted in HTML5
#46Aren't they picking favorites then? I mean what about alternatives like litecoin?
Litecoin will get whitelisted if it ever becomes important or useful.
Re: Bitcoin URL scheme whitelisted in HTML5
#47Earlier quoted context omitted.
No. Evernote, dropbox and flickr are all services implemented by a single organization each. You could just to use HTTP to link to a flickr profile. Bitcoin is decentralized. It is like a protocol. Each user can have his wallet stored in a different service, or even in his computer. The spec allows a wallet service or an application to add itself as a handler for bitcoin: links. Similar to mailto:, the user can choos…
Its like a protocol but if it was a protocol it could be used by different currencies. Just because it is distributed does not mean it cannot have a URI to identify some metadata about the currency being used.
Um, it is.
Re: Bitcoin URL scheme whitelisted in HTML5
#48Earlier quoted context omitted.
No. Evernote, dropbox and flickr are all services implemented by a single organization each. You could just to use HTTP to link to a flickr profile. Bitcoin is decentralized. It is like a protocol. Each user can have his wallet stored in a different service, or even in his computer. The spec allows a wallet service or an application to add itself as a handler for bitcoin: links. Similar to mailto:, the user can choos…
Its like a protocol but if it was a protocol it could be used by different currencies. Just because it is distributed does not mean it cannot have a URI to identify some metadata about the currency being used.
Re: Bitcoin URL scheme whitelisted in HTML5
#49Earlier quoted context omitted.
Exactly. Needs another layer of abstraction to handle competing crypto currencies. BTC was the first, but won't be the last.
Something analogous to the way magnet URIs are used as an extensible scheme for peer-to-peer filesharing links? http://en.wikipedia.org/wiki/Magnet_URI_scheme
pay:?currency=btc&address=1BlaH&amount=1.0Re: Bitcoin URL scheme whitelisted in HTML5
#50Earlier quoted context omitted.
Something analogous to the way magnet URIs are used as an extensible scheme for peer-to-peer filesharing links? http://en.wikipedia.org/wiki/Magnet_URI_scheme
Right; perhaps it would be better to introduce a generic URI scheme for paying: pay:?currency=btc&address=1BlaH&amount=1.0