hivewallet / discussions

Discussions and issues related to Hive
https://github.com/hivewallet/discussions/issues
3 stars 2 forks source link

Alternative credential sharing method #11

Open mattatgit opened 10 years ago

mattatgit commented 10 years ago

While the location-based "find Hive users near me" will hopefully be a simple, fast way to add contacts or pay merchants from your wallet, there may be times when proves tricky. Or it might just turn out to be flaky.

http://chirp.io

This app uses very close proximity & just speakers & mic's to transfer URLs phone-to-phone. They bill it as a way to share your stuff, leading you to think the actual share data is transferred that way, but it's just a URL.If we could implement something like this, it could be an alternative way to share your public Hive address page in situations where geolocation is not working so well.

javgh commented 10 years ago

BIPS has experimented with chirp.io a little bit. See:

As Matt said, chirp.io only transfers URLs to the actual content, which gets uploaded to the chirp.io server beforehand. I wonder if a payment request would be short enough to transfer directly via a technique like this. Someone tried to reverse-engineer the mechanism over here: http://ricardo.cc/2012/12/30/Implementing-the-chirp-protocol-using-webaudio.html .

javgh commented 10 years ago

Also: http://www.cbc.ca/news/canada/kitchener-waterloo/cbc-kw-sends-bitcoin-over-the-airwaves-1.2503580 :-) (they used chirp.io to transmit a seed phrase to a Bitcoin wallet during a radio show)

javgh commented 10 years ago

FYI, another discussion regarding "Sound payments" over here: https://github.com/schildbach/bitcoin-wallet/issues/99