Bitcoin Forum

Alternate cryptocurrencies => Announcements (Altcoins) => Topic started by: dNote on August 12, 2015, 06:28:41 PM



Title: [ANN] New DigitalName alias API for cryptocurrencies and XDN.IO service
Post by: dNote on August 12, 2015, 06:28:41 PM
Hello,
We are happy to announce new alias API for any cryptocurrency, called DigitalName. http://digitalname.org
And a first service made with this API called XDN.IO (http://xdn.io) It is a free DigitalNote XDN (http://digitalnote.org) address alias service.

It uses JSON and DNS API:

JSON URL

http://xdn.io/digitalname/demo
http://xdn.io/name/demo

{
  "digitalname1" : [
    {
      "name" : "demo",
      "alias":"xdn.io/name/demo",
      "xdn" : dddneZ6zEVGG83zNytTRC35c6GpnTMcodWhXRroH....",
      "btc" : "1BitcoinAddressrCNLbtMDqcw6o5GNn4xqX",
      "description" : "Demo xdn.io digitalname example",
      "pgp-key" : "-----BEGIN PGP PUBLIC KEY BLOCK-----"
    },
  ]
}

TXT DNS Record:
digitalname1;
xdn: dddneZ6zEVGG83zNytTRC35c6GpnTMcodWhXRroH....;
btc: 1BitcoinAddressrCNLbtMDqcw6o5GNn4xqX;
description: Demo xdn.io digitalname example;
pgp-key : -----BEGIN PGP PUBLIC KEY BLOCK-----;

It is very easy just to add JSON to any URL and to own your DigitalName.

DigitalNote wallet is the first software with digitalname support.

https://github.com/xdn-project/digitalnotewallet/commit/fd2e349c6b76996f6d2f61cc4caee02358e8d88f

We will improve DigitalName aliases with DNSSEC and other security and usability features, but you already can use it with http://xdn.io and DigitalNote, or you can add DigitalName alias support to any cryptocurrency wallet.





Title: Re: [ANN] New DigitalName alias API for cryptocurrencies and XDN.IO service
Post by: CoinThug on September 21, 2015, 07:09:38 AM
Hello,
We are happy to announce new alias API for any cryptocurrency, called DigitalName. http://digitalname.org
And a first service made with this API called XDN.IO (http://xdn.io) It is a free DigitalNote XDN (http://digitalnote.org) address alias service.

It uses JSON and DNS API:

JSON URL

http://xdn.io/digitalname/demo
http://xdn.io/name/demo

{
  "digitalname1" : [
    {
      "name" : "demo",
      "alias":"xdn.io/name/demo",
      "xdn" : dddneZ6zEVGG83zNytTRC35c6GpnTMcodWhXRroH....",
      "btc" : "1BitcoinAddressrCNLbtMDqcw6o5GNn4xqX",
      "description" : "Demo xdn.io digitalname example",
      "pgp-key" : "-----BEGIN PGP PUBLIC KEY BLOCK-----"
    },
  ]
}

TXT DNS Record:
digitalname1;
xdn: dddneZ6zEVGG83zNytTRC35c6GpnTMcodWhXRroH....;
btc: 1BitcoinAddressrCNLbtMDqcw6o5GNn4xqX;
description: Demo xdn.io digitalname example;
pgp-key : -----BEGIN PGP PUBLIC KEY BLOCK-----;

It is very easy just to add JSON to any URL and to own your DigitalName.

DigitalNote wallet is the first software with digitalname support.

https://github.com/xdn-project/digitalnotewallet/commit/fd2e349c6b76996f6d2f61cc4caee02358e8d88f

We will improve DigitalName aliases with DNSSEC and other security and usability features, but you already can use it with http://xdn.io and DigitalNote, or you can add DigitalName alias support to any cryptocurrency wallet.




Looks nice. I will have a try


Title: Re: [ANN] New DigitalName alias API for cryptocurrencies and XDN.IO service
Post by: batesresearch on September 21, 2015, 10:38:57 AM
This looks very interesting and useful, thanks


Title: Re: [ANN] New DigitalName alias API for cryptocurrencies and XDN.IO service
Post by: gioma on September 29, 2015, 01:47:46 PM
Hello,
We are happy to announce new alias API for any cryptocurrency, called DigitalName. http://digitalname.org
And a first service made with this API called XDN.IO (http://xdn.io) It is a free DigitalNote XDN (http://digitalnote.org) address alias service.

It uses JSON and DNS API:

JSON URL

http://xdn.io/digitalname/demo
http://xdn.io/name/demo

{
  "digitalname1" : [
    {
      "name" : "demo",
      "alias":"xdn.io/name/demo",
      "xdn" : dddneZ6zEVGG83zNytTRC35c6GpnTMcodWhXRroH....",
      "btc" : "1BitcoinAddressrCNLbtMDqcw6o5GNn4xqX",
      "description" : "Demo xdn.io digitalname example",
      "pgp-key" : "-----BEGIN PGP PUBLIC KEY BLOCK-----"
    },
  ]
}

TXT DNS Record:
digitalname1;
xdn: dddneZ6zEVGG83zNytTRC35c6GpnTMcodWhXRroH....;
btc: 1BitcoinAddressrCNLbtMDqcw6o5GNn4xqX;
description: Demo xdn.io digitalname example;
pgp-key : -----BEGIN PGP PUBLIC KEY BLOCK-----;

It is very easy just to add JSON to any URL and to own your DigitalName.

DigitalNote wallet is the first software with digitalname support.

https://github.com/xdn-project/digitalnotewallet/commit/fd2e349c6b76996f6d2f61cc4caee02358e8d88f

We will improve DigitalName aliases with DNSSEC and other security and usability features, but you already can use it with http://xdn.io and DigitalNote, or you can add DigitalName alias support to any cryptocurrency wallet.





Will inbox this to a interested friend, thank you