Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: cuddaloreappu on May 17, 2014, 04:24:49 AM



Title: linking mobile number with wallet public key? btc payment app!
Post by: cuddaloreappu on May 17, 2014, 04:24:49 AM
Just as Whatsapp identifies your mobile number the moment you install it,

please tell me how it is possible to develop an app which when installed could generate a public key and link your mobile number?

then send that information to the central server, by this way the central server shall have all the bitcoin public keys and the related mobile numberof whoever installed that app..

if Alice wants to send 1btc to a bob's number 9898989898...

The app bascially sends the fund to a default address of the central server along with the information of which mobile number it should be transacted.

The server looks up the database and sends the fund accordingly..

I truly believe if we want cryptocurrency to go mainstream  countries like India then mobile phone are the doors for it!

I am not a devloper, What are your thoughts about this?


Title: Re: Is it possible to link a mobile number with wallet public key?
Post by: jonald_fyookball on May 17, 2014, 04:28:12 AM
Sure why not.


Title: Re: Is it possible to link a mobile number with wallet public key?
Post by: cuddaloreappu on May 17, 2014, 04:53:37 AM
Just as Whatsapp identifies your mobile number the moment you install it,

please tell me how it is possible to develop an app which when installed could generate a public key and link your mobile number?

then send that information to the central server, by this way the central server shall have all the bitcoin public keys and the related mobile numberof whoever installed that app..

if Alice wants to send 1btc to a bob's number 9898989898...

The app bascially sends the fund to a default address of the central server along with the information of which mobile number it should be transacted.

The server looks up the database and sends the fund accordingly..

I truly believe if we want cryptocurrency to go mainstream  countries like India then mobile phone are the doors for it!

I am not a devloper, What are your thoughts about this?


Title: Re: linking mobile number with wallet public key? btc payment app!
Post by: jonald_fyookball on May 17, 2014, 05:13:07 AM
Generally speaking, No reason why you couldn't do that.  To generate a bitcoin address, all you need is a random number generator and some math operations.


Title: Re: linking mobile number with wallet public key? btc payment app!
Post by: cahirlet on May 17, 2014, 06:02:02 AM
Should work. But it only makes the Bitcoin network more centralized since it pays through that app.


Title: Re: linking mobile number with wallet public key? btc payment app!
Post by: jonald_fyookball on May 17, 2014, 02:07:06 PM
you can do it decentralized as well.  have the app retain its own phonebook of numbers and addresses.
and you could still monetize it.


Title: Re: linking mobile number with wallet public key? btc payment app!
Post by: cahirlet on May 17, 2014, 02:54:35 PM
you can do it decentralized as well.  have the app retain its own phonebook of numbers and addresses.
and you could still monetize it.
The app could easily manipulate the addresses. The person must first trust that the app will not give the person a fake address. There's quite some issues to consider about.


Title: Re: linking mobile number with wallet public key? btc payment app!
Post by: jonald_fyookball on May 17, 2014, 03:01:09 PM
you can do it decentralized as well.  have the app retain its own phonebook of numbers and addresses.
and you could still monetize it.
The app could easily manipulate the addresses. The person must first trust that the app will not give the person a fake address. There's quite some issues to consider about.

True, although that could happen with or without a centralized database.

If not open source, at least source code should be available.