Pages:
Author

Topic: Namecoin into i2p integration [WORKS!] - page 3. (Read 11325 times)

hero member
Activity: 742
Merit: 500
January 24, 2012, 05:29:53 PM
#5
You should look at https://github.com/itsnotlupus/nmcsocks

I think that is exactly what you want.
sr. member
Activity: 396
Merit: 250
Send correspondance to GPG key A372E7C6
January 24, 2012, 05:13:00 PM
#4
remo
hero member
Activity: 484
Merit: 500
January 24, 2012, 09:54:34 AM
#3
Well, this looks like materialized in wiki:
http://dot-bit.org/Domain_names#Value_field

Code:
"i2p": {
"destination": "XaZscx...0jGAAAA"
"name"  : "example.i2p"
"b32"  : "ukeu...nkdq.b32.i2p"
}

Also there is a solution for Tor .onion addresses.

I'll try to do some i2p code modifications to let i2p communicate with namecoind for name resoultion.

If someone do not understand what i am talking about, realize:

- Anonymous, but authoritative .bit domain
- Anonymous tor/eep site which has no any IP address correspondence

I can create a sometracker.bit domain, point it in to Tor and I2P location and noone will not know where it is located and who is responsible for it.

And I can send this address directly to Digital Millenium Copyright all of SOPA/PIPA supporters to get them check it out. lol


My finest Regards,

an admirer
hero member
Activity: 490
Merit: 500
January 23, 2012, 08:40:01 PM
#2
Well, this looks like materialized in wiki:
http://dot-bit.org/Domain_names#Value_field

Code:
"i2p": {
"destination": "XaZscx...0jGAAAA"
"name"  : "example.i2p"
"b32"  : "ukeu...nkdq.b32.i2p"
}

Also there is a solution for Tor .onion addresses.

I'll try to do some i2p code modifications to let i2p communicate with namecoind for name resoultion.

If someone do not understand what i am talking about, realize:

- Anonymous, but authoritative .bit domain
- Anonymous tor/eep site which has no any IP address correspondence

I can create a sometracker.bit domain, point it in to Tor and I2P location and noone will not know where it is located and who is responsible for it.

And I can send this address directly to Digital Millenium Copyright all of SOPA/PIPA supporters to get them check it out. lol
hero member
Activity: 490
Merit: 500
January 23, 2012, 04:49:31 PM
#1
In Internet Invisible Project (I2P) there is a big problem with *.i2p name resolution. There is no authentication mechanisms that this .i2p domain corresponds to this .b32.i2p address.

All corresponding records are distributed across routers in plain text "hosts" file format, and most of domains do not reolve properly, so the problem for user to find a valid record. He have to search in several "central" name storages by hands and even in google. The first thought when you enter i2p network is thought that it is dead.

However I downloaded several torrents from i2p using i2psnark internal anonymous torrent client. So, i2p works, but slow.

What if to integrate .bit (namecoin) name resolution (which is authenticated with digital signatures) into i2p host address?

And what is another point in .bit DNS system? If it will provide real IP address resolution - so there will be no anonymity. It must provide a way to resolve hosts in anonymous networks.

======= WORKING DEMO ========
How to check out?

Configure your browser to use proxy to 94.75.233.174 port 4444. Thats all.

Proxy does not support regular ICANN domains and IP.
.i2p and .bit (configured for i2p) only!!! 150 Kb/sec total traffic shaper enabled.


My own site supporting this project:

http://i2psupport.bit/

domain i2psupport.bit is resolved to (absolutely no any IP-address):

Code:
[root@server ~]$ ./namecoind name_scan d/i2psupport 1
[
    {
        "name" : "d/i2psupport",
        "value" : "{\"i2p\": { \"destination\": \"SN8pNsF~NHZek2NRUootxO465FnrcpZcdcRzQXGvjmwXER7HQKw5j~S4mEZuFEFMWTDXI3MTACJfN9y87sLBPHnJA0CEXjYKf2hM4YNJ2fLUXCZi0uLDaW-rUz4vEpUJF1-rcE~D4tiFO-2MKVNJLoGKvO87808XL0ejtdNCE-apxOWsGNBmxDdOM6dPx~F6tzmA-m8EeAzXvE-ZD8Q5yQX2dIiDXTFRTgfKQG0acyuNwBOWxRb2MvyoyxiKQFhcn2V~jR0Ub4~1eHNMq-308j1d1nZNPEPxnQPcMYY22lU427GASGYMOpngFH-Z8l1cKpiBAYCvDR1kvUASctLfBIE9U3IWRsYhQHhMPi5ZPuWNkM5U5oH4DXPctDmDsiIAtB-l4vUWTTkxmwU0~65URyb4EDFEVzcfmZuD0xMCq8Me9q1OgkhfIjdoCC-35D8cKPygCMdfZh4ZOHg932NmNLT5fTaKIiri~MSl4GwQPdC27iV7DRDZJV0YrjhIYJccAAAA\" } }",
        "txid" : "9f4903a2061d78398842619e49aacfca0e2021d3e2fd2ebc8d06f9effb311b27",
        "address" : "MxR1e7obQ5KcuaofuzXbceL3Aj1wfWME7v",
        "expires_in" : 35983
    }
]

====

No more words, just pics: http://i2psupport.org/
Pages:
Jump to: