Bitcoin Forum
May 05, 2024, 12:31:24 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 »  All
  Print  
Author Topic: New for namecoin - namecoin based decentralized DNS for TOR  (Read 2735 times)
xbiv2 (OP)
Full Member
***
Offline Offline

Activity: 560
Merit: 111


View Profile
June 25, 2017, 09:05:45 AM
Last edit: July 10, 2017, 06:53:40 AM by xbiv2
 #1

New for namecoin - namecoin based decentralized DNS for TOR
https://github.com/zkv1v/tor_namecoin_dns_sock5
SubDomens support.
Many address for one name for load balance.
Prioritized NS servers for realbility.


Windows portable version:
https://github.com/zkv1v/tor_namecoin_dns_sock5/releases

Sock5 server with namecoin DNS support for TOR.
All settings in:
sock5_serv_tor.pl
Test address:
https://duckduckgo.onion/
Browser settings:

------------------
1. Name format:

"tor/duckduckgo.onion"

2. Value format(JSON):

Code:
{"ns":["http://3g2upl4pq6kufc4m.onion/ns.php"],"address":["3g2upl4pq6kufc4m.onion"]}

3. NS server request format:

http://3g2upl4pq6kufc4m.onion/ns.php?n=some-name

4. NS server response format(JSON):
Code:
{"some-name":{"ns":["http://3g2upl4pq6kufc4m.onion/ns_some_name.php"],"address":["3g2upl4pq6kufc4m.onion"]}}
or
Code:
{"some-name":{"ns":["http://3g2upl4pq6kufc4m.onion/ns_some_name.php"],"address":["3g2upl4pq6kufc4m.onion"]},"www":{"ns":["http://3g2upl4pq6kufc4m.onion/ns_www.php"],"address":["3g2upl4pq6kufc4m.onion"]}}
------------------
Posible give many address for one name for load balance.
Posible give many NS servers for realbility.

Even if you use Bitcoin through Tor, the way transactions are handled by the network makes anonymity difficult to achieve. Do not expect your transactions to be anonymous unless you really know what you're doing.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
xbiv2 (OP)
Full Member
***
Offline Offline

Activity: 560
Merit: 111


View Profile
June 25, 2017, 08:29:55 PM
 #2

Worcking ok for me.
https://duckduckgo.onion

25hashcoin
Hero Member
*****
Offline Offline

Activity: 574
Merit: 500


View Profile
June 25, 2017, 09:44:25 PM
 #3

Namecoin lots of new developments and news lately. Halving in 2018. Very small market cap.

Bitcoin - Peer to Peer Electronic CASH
xbiv2 (OP)
Full Member
***
Offline Offline

Activity: 560
Merit: 111


View Profile
June 26, 2017, 05:53:12 AM
 #4

Maybe someone will make ordinary DNS server with .bit domains support, not only .onion

greenuser
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250


Marie Curie, 2 x Nobel Prizes Physics & Chemistry


View Profile
June 26, 2017, 06:23:20 AM
Last edit: June 26, 2017, 07:49:55 AM by greenuser
 #5

Needs an easy Electrum binary for windows and something like Jaxx / Exodus integration so investors can store it easy and the price will take off.  It's been on shapeshift for some time which is good but for storing.... well, when people see that qt wallet they think there will be a big download like bitcoin-qt.  In reality its only 4GB.  That needs to be made clear to people and it will get better adoption.

I believe the coin started here on bitcoin talk after a thread discussion between Gavin Adresan and Satoshi Nakamoto.  https://bitcointalk.org/index.php?topic=1790.msg28917#msg28917

Hope it brings value to Tor however, it needs encryption so it can verify that the site you are on, IS the site you think you are on, without exposing the site to regulators.  Not all websites that focus on Tor like to register their domain but, that leaves users potentially open to using fake sites. If Namecoin can solve this... we are going to the moon!

xbiv2 (OP)
Full Member
***
Offline Offline

Activity: 560
Merit: 111


View Profile
June 27, 2017, 02:17:19 AM
 #6

Hope it brings value to Tor however, it needs encryption so it can verify that the site you are on, IS the site you think you are on, without exposing the site to regulators.  Not all websites that focus on Tor like to register their domain but, that leaves users potentially open to using fake sites. If Namecoin can solve this... we are going to the moon!
This solution is working but very like just prototipe.
But it bring standart, need invest in development.

biolizard89
Member
**
Offline Offline

Activity: 77
Merit: 52


View Profile
June 27, 2017, 10:14:30 AM
 #7

New for namecoin - namecoin DNS for TOR

https://github.com/zkv1v/tor_namecoin_dns_sock5

You do realize that we already released code for this use case, that actually follows Tor and Namecoin specs, right?

https://www.namecoin.org/2017/06/21/tor-prop279.html

https://www.namecoin.org/2017/06/22/tor-prop279-release.html

https://www.namecoin.org/download/betas/

https://github.com/namecoin/dns-prop279
xbiv2 (OP)
Full Member
***
Offline Offline

Activity: 560
Merit: 111


View Profile
June 29, 2017, 04:18:58 AM
 #8

But it all non working, and dont have subdomens support for TOR.

biolizard89
Member
**
Offline Offline

Activity: 77
Merit: 52


View Profile
June 29, 2017, 05:04:01 AM
 #9

But it all non working, and dont have subdomens support for TOR.

That's not an example of "the software doesn't work", it's an example of "user didn't read the instructions".  (I can tell you didn't read the instructions because the instructions say to contact me with any inquiries if you have trouble setting it up, and you didn't do so.)

Also, what are you talking about with subdomains?  The software I linked should work fine with subdomains.  Please supply instructions to reproduce your issue if you want to be taken seriously.

Also, you're not doing your credibility any favors when you don't know how to spell "Tor".
xbiv2 (OP)
Full Member
***
Offline Offline

Activity: 560
Merit: 111


View Profile
June 29, 2017, 05:52:36 AM
 #10


That's not an example of "the software doesn't work", it's an example of "user didn't read the instructions".  (I can tell you didn't read the instructions because the instructions say to contact me with any inquiries if you have trouble setting it up, and you didn't do so.)

Also, what are you talking about with subdomains?  The software I linked should work fine with subdomains.  Please supply instructions to reproduce your issue if you want to be taken seriously.

Also, you're not doing your credibility any favors when you don't know how to spell "Tor".
1. Dont have subdomens support for TOR.
2. Heavy, ugly, hard to install and use.

biolizard89
Member
**
Offline Offline

Activity: 77
Merit: 52


View Profile
June 29, 2017, 06:06:40 AM
 #11


That's not an example of "the software doesn't work", it's an example of "user didn't read the instructions".  (I can tell you didn't read the instructions because the instructions say to contact me with any inquiries if you have trouble setting it up, and you didn't do so.)

Also, what are you talking about with subdomains?  The software I linked should work fine with subdomains.  Please supply instructions to reproduce your issue if you want to be taken seriously.

Also, you're not doing your credibility any favors when you don't know how to spell "Tor".
1. Dont have subdomens support for TOR.
2. Heavy, ugly, hard to install and use.

Obvious troll is obvious, thanks for confirming.  I won't be engaging with you further; I suggest that you go find a scamcoin to develop for.
xbiv2 (OP)
Full Member
***
Offline Offline

Activity: 560
Merit: 111


View Profile
June 29, 2017, 06:34:44 AM
Last edit: June 29, 2017, 07:46:25 AM by xbiv2
 #12

worcking examples:
https://duckduckgo.onion/
https://www.duckduckgo.onion/
https://mail.duckduckgo.onion/
tor NS server example:
https://paste.fedoraproject.org/paste/z3vTF5n4KWptj5asFmvxkw/raw

xbiv2 (OP)
Full Member
***
Offline Offline

Activity: 560
Merit: 111


View Profile
July 01, 2017, 04:17:15 AM
 #13

1. Dont have subdomens support for TOR.
2. Heavy, ugly, hard to install and use.

Obvious troll is obvious, thanks for confirming.  I won't be engaging with you further; I suggest that you go find a scamcoin to develop for.
Im just right.

JNiks_ZLisa
Full Member
***
Offline Offline

Activity: 182
Merit: 111


View Profile
July 07, 2017, 07:21:20 PM
 #14

Worcking ok for me.
Easy: download, unpack, start, setup browser.
Alternative
Member
**
Offline Offline

Activity: 91
Merit: 10


View Profile
July 07, 2017, 07:32:47 PM
 #15

I am not very aware of how the Internet work, but let me check if I know what it does mean. Correct me if I am wrong. So DNS is like the thing that make you find a website. Thus, with this release, Namecoin domains can now be found using Tor, by being typed directly in the search bar ?
xbiv2 (OP)
Full Member
***
Offline Offline

Activity: 560
Merit: 111


View Profile
July 18, 2017, 05:20:55 AM
 #16

I am not very aware of how the Internet work, but let me check if I know what it does mean. Correct me if I am wrong. So DNS is like the thing that make you find a website. Thus, with this release, Namecoin domains can now be found using Tor, by being typed directly in the search bar ?
in the search bar ?
In address bar, https://duckduckgo.onion/

xbiv2 (OP)
Full Member
***
Offline Offline

Activity: 560
Merit: 111


View Profile
July 18, 2017, 01:05:45 PM
 #17

I am not very aware of how the Internet work, but let me check if I know what it does mean. Correct me if I am wrong. So DNS is like the thing that make you find a website. Thus, with this release, Namecoin domains can now be found using Tor, by being typed directly in the search bar ?
in the search bar ?
In address bar, https://duckduckgo.onion/

Alternative
Member
**
Offline Offline

Activity: 91
Merit: 10


View Profile
July 18, 2017, 03:59:47 PM
 #18

I am not very aware of how the Internet work, but let me check if I know what it does mean. Correct me if I am wrong. So DNS is like the thing that make you find a website. Thus, with this release, Namecoin domains can now be found using Tor, by being typed directly in the search bar ?
in the search bar ?
In address bar, https://duckduckgo.onion/

So it means that domain names registered using Namecheap can be found using https://duckduckgo.onion/ ?
xbiv2 (OP)
Full Member
***
Offline Offline

Activity: 560
Merit: 111


View Profile
July 21, 2017, 10:57:56 AM
 #19

I am not very aware of how the Internet work, but let me check if I know what it does mean. Correct me if I am wrong. So DNS is like the thing that make you find a website. Thus, with this release, Namecoin domains can now be found using Tor, by being typed directly in the search bar ?
in the search bar ?
In address bar, https://duckduckgo.onion/

So it means that domain names registered using Namecheap can be found using https://duckduckgo.onion/ ?
Can be found using
https://github.com/zkv1v/tor_namecoin_dns_sock5
Windows portable version:
https://github.com/zkv1v/tor_namecoin_dns_sock5/releases

Alternative
Member
**
Offline Offline

Activity: 91
Merit: 10


View Profile
July 21, 2017, 11:05:36 AM
 #20

I am not very aware of how the Internet work, but let me check if I know what it does mean. Correct me if I am wrong. So DNS is like the thing that make you find a website. Thus, with this release, Namecoin domains can now be found using Tor, by being typed directly in the search bar ?
in the search bar ?
In address bar, https://duckduckgo.onion/

So it means that domain names registered using Namecheap can be found using https://duckduckgo.onion/ ?
Can be found using
https://github.com/zkv1v/tor_namecoin_dns_sock5
Windows portable version:
https://github.com/zkv1v/tor_namecoin_dns_sock5/releases

Well I am not sure to understand it all, but still I will try these new tools and see what it can do. Thank you for the share !
Pages: [1] 2 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!