Bitcoin Forum

Bitcoin => Bitcoin Discussion => Topic started by: Nefario on March 19, 2012, 10:52:16 PM



Title: Pay to click, bitcoin URI's
Post by: Nefario on March 19, 2012, 10:52:16 PM
Interesting BitcoinMedia article (http://bitcoinmedia.com/bitcoin-me-using-clickable-site-uri-links/) on using URI's for bitcoin, I was wondering how useful this would be? There are terribly long startup times for the current default bitcoin client (I've not tried any other one).

There's lightweight bitorrent clients that start quickly, what about bitcoin?


Title: Re: Pay to click, bitcoin URI's
Post by: grue on March 20, 2012, 12:13:38 AM
Any json-rpc frontend would start really quick, although you'll need bitcoind running to do anything useful. still better than a bored user staring at their browser though.


Title: Re: Pay to click, bitcoin URI's
Post by: HostFat on March 20, 2012, 12:27:08 AM
I think that it's already possible to use Bitcoin URI with online wallet.
Gmail already support "mailto:", so I think that it's possible to do the same with Blockchain.info/wallet ( example )


Title: Re: Pay to click, bitcoin URI's
Post by: jim618 on March 20, 2012, 05:34:57 PM
MultiBit supports bitcoin URIs.

I just did a quick test on start up times.  The UI displays in 3 seconds and then there is another 2 seconds to load up the 3 wallets I happened to have in it.   That is on a Macbook of a couple of years vintage.

I do not think startup time will be a problem in the adoption of bitcoin URIs.


Title: Re: Pay to click, bitcoin URI's
Post by: DeathAndTaxes on March 20, 2012, 06:04:07 PM
The main issue with default client is it merges wallet w/ back end.

IMHO bitcoind should exist as a silent headless service running 24/7 acting as node.  A client (satoshi client or any client) would simply launch on demand, decrypt wallet (as needed), and get balance/confirmation updates from bitcoind or submit new transactions to bitcoind with no lag or delay.

The tight coupling of blockchain functionality and wallet functionality is not optimal.


Title: Re: Pay to click, bitcoin URI's
Post by: MaxSan on March 20, 2012, 07:07:29 PM
The main issue with default client is it merges wallet w/ back end.

IMHO bitcoind should exist as a silent headless service running 24/7 acting as node.  A client (satoshi client or any client) would simply launch on demand decrypt wallet and get updates from bitcoind with no lag or delay.

The tight coupling of blockchain functionality and wallet functionality is not optimal.

This.


Title: Re: Pay to click, bitcoin URI's
Post by: Gabi on March 20, 2012, 10:34:57 PM
The main issue with default client is it merges wallet w/ back end.

IMHO bitcoind should exist as a silent headless service running 24/7 acting as node.  A client (satoshi client or any client) would simply launch on demand, decrypt wallet (as needed), and get balance/confirmation updates from bitcoind or submit new transactions to bitcoind with no lag or delay.

The tight coupling of blockchain functionality and wallet functionality is not optimal.
+1