Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: crazy_rabbit on January 16, 2013, 11:38:54 AM



Title: Desktop Bitcoin client implemented as local webpage?
Post by: crazy_rabbit on January 16, 2013, 11:38:54 AM
The normal bitcoin client isn't such a fantastic tool for regular users (read: totally normal users).

Wouldn't it be possible to build an instawallet type service that sat directly on the users main computer? What would be the advantages/disadvantages of this? Obviously you would still need bitcoin running, much like Armory, but would it pave the way for people to develop skins, different layouts, more convenient interfaces? Or would it just be an additional security nightmare?




Title: Re: Desktop Bitcoin client implemented as local webpage?
Post by: BitcoinOxygen on January 22, 2013, 09:58:35 AM
Blockchain.info already provide a wallet service for newbies to keep their wallets accessible from a web interface while keeping their money secure.


Regards
BitcoinOxygen


Title: Re: Desktop Bitcoin client implemented as local webpage?
Post by: gweedo on January 22, 2013, 10:05:31 AM
The normal bitcoin client isn't such a fantastic tool for regular users (read: totally normal users).

Wouldn't it be possible to build an instawallet type service that sat directly on the users main computer? What would be the advantages/disadvantages of this? Obviously you would still need bitcoin running, much like Armory, but would it pave the way for people to develop skins, different layouts, more convenient interfaces? Or would it just be an additional security nightmare?

Well you would need apache and php to do that. I mean someone could write a java/python program that didn't require that and already had a server embed, but i don't know sounds actually harder.


Title: Re: Desktop Bitcoin client implemented as local webpage?
Post by: stergium on January 22, 2013, 10:34:30 AM
The normal bitcoin client isn't such a fantastic tool for regular users (read: totally normal users).

Wouldn't it be possible to build an instawallet type service that sat directly on the users main computer? What would be the advantages/disadvantages of this? Obviously you would still need bitcoin running, much like Armory, but would it pave the way for people to develop skins, different layouts, more convenient interfaces? Or would it just be an additional security nightmare?

Well you would need apache and php to do that. I mean someone could write a java/python program that didn't require that and already had a server embed, but i don't know sounds actually harder.
i created a webpage in php that read rpc info  from the actual client but as gweedo pointed out it is harder for normal users.
+1 bitcoinoxygen .  blockchain.info is easier for everyone