* [Bitcoin-development] btc name server @ 2013-08-02 20:40 Chris Evans 2013-08-02 20:55 ` Luke-Jr 2013-08-02 21:16 ` Rick Wesson 0 siblings, 2 replies; 4+ messages in thread From: Chris Evans @ 2013-08-02 20:40 UTC (permalink / raw) To: bitcoin-development [-- Attachment #1: Type: text/plain, Size: 302 bytes --] wonder if it would be good idea to have a alias to wallet id nameserver in the client software where a person can use a english name to describe a wallet public key address? and the software can use it to look up the wallet id. wallet ids are hard to remember/recall. -chris http://tawhakisoft.com/ [-- Attachment #2: Type: text/html, Size: 422 bytes --] ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Bitcoin-development] btc name server 2013-08-02 20:40 [Bitcoin-development] btc name server Chris Evans @ 2013-08-02 20:55 ` Luke-Jr 2013-08-02 21:16 ` Rick Wesson 1 sibling, 0 replies; 4+ messages in thread From: Luke-Jr @ 2013-08-02 20:55 UTC (permalink / raw) To: bitcoin-development Chris, First, an important point: addresses are not wallet ids. They are single-use destinations for a single transaction. It isn't intended that anyone should remember them, just that they should send them electronically (or with eg, QR- Codes). Bitcoin does not (yet?) have a person/wallet identity system, but there are other mechanisms for this already (eg, PGP). With regard to your idea, I believe it is satisfied by the new Payment Protocol that Gavin has been working on. You will be able to publish a URI for a website which people can reuse to pay you more than once. Luke On Friday, August 02, 2013 8:40:27 PM Chris Evans wrote: > wonder if it would be good idea to have a alias to wallet id nameserver in > the client software where a person can use a english name to describe a > wallet public key address? and the software can use it to look up the > wallet id. > > wallet ids are hard to remember/recall. > > -chris > http://tawhakisoft.com/ ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Bitcoin-development] btc name server 2013-08-02 20:40 [Bitcoin-development] btc name server Chris Evans 2013-08-02 20:55 ` Luke-Jr @ 2013-08-02 21:16 ` Rick Wesson 2013-08-03 3:18 ` Jay F 1 sibling, 1 reply; 4+ messages in thread From: Rick Wesson @ 2013-08-02 21:16 UTC (permalink / raw) To: Chris Evans; +Cc: bitcoin-development [-- Attachment #1: Type: text/plain, Size: 1163 bytes --] I'd raised this topic before suggesting to leverage DNS as its kinda useful for mapping names to numbers. Expect no support. -rick On Fri, Aug 2, 2013 at 1:40 PM, Chris Evans <aaxiomfinity@gmail.com> wrote: > wonder if it would be good idea to have a alias to wallet id nameserver in > the client software where a person can use a english name to describe a > wallet public key address? and the software can use it to look up the > wallet id. > > wallet ids are hard to remember/recall. > > -chris > http://tawhakisoft.com/ > > > > ------------------------------------------------------------------------------ > Get your SQL database under version control now! > Version control is standard for application code, but databases havent > caught up. So what steps can you take to put your SQL databases under > version control? Why should you start doing it? Read more to find out. > http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk > _______________________________________________ > Bitcoin-development mailing list > Bitcoin-development@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/bitcoin-development > > [-- Attachment #2: Type: text/html, Size: 1921 bytes --] ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Bitcoin-development] btc name server 2013-08-02 21:16 ` Rick Wesson @ 2013-08-03 3:18 ` Jay F 0 siblings, 0 replies; 4+ messages in thread From: Jay F @ 2013-08-03 3:18 UTC (permalink / raw) To: bitcoin-development Namecoin already has an id/ and a/ (alias) namespace for such use: { "name" : "id/pichler", "value" : "\"BM-GtK6TiTtVo9toGVdk2zy3t4jGXZyZeMH\"", "expires_in" : 29397 }, { "name" : "id/pigeons", "value" : "{ bitcoin: 1BekNv7ezkx8eAjdkrUta2BTp9bbxU9LGG, bitmessage: BM-opfhTsUKdTezPiWFHxRQtM1ZMDvjKMkHf, ripple: rnziParaNb8nsU4aruQ dwYE3j5jUcqjzFm}", "expires_in" : 10089 }, { "name" : "id/pisces", "value" : "\"BM-GtK6TiTtVo9toGVdk2zy3t4jGXZyZeMH\"", "expires_in" : 32034 }, { "name" : "id/plattler", "value" : "\"BM-GtK6TiTtVo9toGVdk2zy3t4jGXZyZeMH\"", "expires_in" : 30999 }, { "name" : "id/pope", "value" : "{\n \"bitmessage\" : \"BM-2D7L1Suh1choaKt321Le3bS6PT6nxfWqpR\"\n}", "expires_in" : 29765 }, It's popular enough that it's been squat spammed by a few actors recently, and several bitmessage IDs are there along with Bitcoin addresses, etc. On 8/2/2013 2:16 PM, Rick Wesson wrote: > I'd raised this topic before suggesting to leverage DNS as its kinda > useful for mapping names to numbers. > > Expect no support. > > -rick > > On Fri, Aug 2, 2013 at 1:40 PM, Chris Evans <aaxiomfinity@gmail.com > <mailto:aaxiomfinity@gmail.com>> wrote: > > wonder if it would be good idea to have a alias to wallet id > nameserver in the client software where a person can use a english > name to describe a wallet public key address? and the software can > use it to look up the wallet id. > > wallet ids are hard to remember/recall. > > -chris > http://tawhakisoft.com/ > > > ------------------------------------------------------------------------------ > Get your SQL database under version control now! > Version control is standard for application code, but databases havent > caught up. So what steps can you take to put your SQL databases under > version control? Why should you start doing it? Read more to find out. > http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk > _______________________________________________ > Bitcoin-development mailing list > Bitcoin-development@lists.sourceforge.net > <mailto:Bitcoin-development@lists.sourceforge.net> > https://lists.sourceforge.net/lists/listinfo/bitcoin-development > > > > > ------------------------------------------------------------------------------ > Get your SQL database under version control now! > Version control is standard for application code, but databases havent > caught up. So what steps can you take to put your SQL databases under > version control? Why should you start doing it? Read more to find out. > http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk > > > > _______________________________________________ > Bitcoin-development mailing list > Bitcoin-development@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/bitcoin-development > ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-08-03 3:18 UTC | newest] Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- 2013-08-02 20:40 [Bitcoin-development] btc name server Chris Evans 2013-08-02 20:55 ` Luke-Jr 2013-08-02 21:16 ` Rick Wesson 2013-08-03 3:18 ` Jay F
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox