Bitcoin Forum

Other => Beginners & Help => Topic started by: TimoWillemsen on June 15, 2011, 01:13:39 PM



Title: IDEA: Mobile bitcoin, need your comments
Post by: TimoWillemsen on June 15, 2011, 01:13:39 PM
Hey everyone,

I thinking about mobile transactions using bitcoin. It seems like a good idea since it's semi-secure. I mean you carry your phone with you just like you do with your regular wallet and you can use it to make transactions. However, I'd like to see what you think of it, since I'm not aware of all the complications that can occur.

Wallet on your phone
First of all, you should have a wallet on your phone. That way the only way someone can get their hands on it, is if they get access to your phone. At the moment this seems like a good idea, but of course phones get met hackable nowadays, so it might need to be encrypted with a master password.

However, this is not safe for keyloggers, so as usual you should only have some sort of small-change wallet on your phone.

Paying
I was thinking we could use QR-codes as payment. So basically you scan the code, you get the transaction details and you use your phone to send the coins. For example the following QR code contains the following data:

http://qrcode.kaywa.com/img.php?s=5&d=%3Ctrans%3E%0D%0A%3Crec%3E1J2Rf92FW5ZmLNguegfZcWweAv6zaG91m2%3C%2Frec%3E%0D%0A%3Cam%3E200.00%3C%2Fam%3E%0D%0A%3C%2Ftrans%3E

Code:
<trans>
<rec>1J2Rf92FW5ZmLNguegfZcWweAv6zaG91m2</rec>
<am>200.00</am>
</trans>

Then you scan the code, confirm the transaction and the recipient gets the money.

So, please burn down this idea, and say everything that's wrong with it. I'd like to see ways this can get improved.


Title: Re: IDEA: Mobile bitcoin, need your comments
Post by: bitcoinconnection on June 15, 2011, 01:26:36 PM
This sound really good! I like to here more.
The I will post on my site.

 


http://www.bitcoinconnection.com/bitcoin7.jpg (https://www.bitcoin7.com/?ref=5973)
20% Referral Bonus (https://www.bitcoin7.com/?ref=5973)
http://www.bitcoin7.com/ (https://www.bitcoin7.com/?ref=5973)
Get the lastest Bicoin News at Bitcoin Connection (http://www.bitcoinconnection.com)


Title: Re: IDEA: Mobile bitcoin, need your comments
Post by: TimoWillemsen on June 15, 2011, 01:30:17 PM
Thanks for that. I have experience in mobile development, so I'd love to create some applications for Nokia/Iphone/Android. I think this is a good way to make it much more accessible for non-tech people. However, I don't know a lot about bitcoin at the moment, and my idea probably has hundreds of flaws.


Title: Re: IDEA: Mobile bitcoin, need your comments
Post by: myrm on June 15, 2011, 01:46:14 PM
I like it. A lot.

One suggestion would be to make the QRCode return a URL not an XML block. Most mobile devices will let an application register as a handler for a URL so for example if the standard was to return the following

bitcoin://<TARGET>/<AMOUNT>

Whatever application you used could register it's self and allow the transfer to take place. This could be a mobile wallet you use to hold walking around money in or even a more complicated mobile bitcoin banking setup.


Title: Re: IDEA: Mobile bitcoin, need your comments
Post by: TimoWillemsen on June 15, 2011, 01:52:14 PM
Myrm, thanks for that. I haven't thought about the actual implementation at all. However, that's probably the way it should be :)


Title: Re: IDEA: Mobile bitcoin, need your comments
Post by: myrm on June 15, 2011, 02:57:40 PM
There is also bitcoin-js-remote [http://tcatm.github.com/bitcoin-js-remote/] which defines a URL scheme, but I'm not sure how well that would work on a mobile device without the // - I'd guess you'd have to try it to see if you could just use the existing scheme.


Title: Re: IDEA: Mobile bitcoin, need your comments
Post by: torusJKL on June 15, 2011, 03:01:08 PM
I second the URL approach.
Much simpler then the XML.


Title: Re: IDEA: Mobile bitcoin, need your comments
Post by: xalex on June 15, 2011, 04:00:10 PM
This is a good idea i think. Although there is probably a long way to go before this will take off ;)


Title: Re: IDEA: Mobile bitcoin, need your comments
Post by: TimoWillemsen on June 15, 2011, 04:07:13 PM
This is a good idea i think. Although there is probably a long way to go before this will take off ;)

Yeha it will take some time before it's done. I want to do it well, and not create a half decent application. I recently read a IPhone app was rejected from the AppStore, which isn't too good...

Myrm, I'm going to use the bitcoin-js-remote as an example and use the same conveniences as they do. There's not use in creating another standard, so I'll adapt that indeed.


Title: Re: IDEA: Mobile bitcoin, need your comments
Post by: gangstarasp on June 21, 2011, 01:39:50 AM
looks like a great new add-on the evergrowing BTC buyers/sellers marketplace! IF you ever get it going id sure love to try it out!