Bit domains statistics

https://www.namecoin.org/dot-bit/
biolizard89
Posts: 2001
Joined: Tue Jun 05, 2012 6:25 am
os: linux

Re: Bit domains statistics

Post by biolizard89 »

virus_net wrote:
biolizard89 wrote:and I categorized them
How ? In mind ? Or somehow else ?
Just informally. The main goal I had was to try to get a rough understanding of what kinds of websites people are running on Namecoin. E.g. one of the categories I assigned was "programming blog" (which seems to be a rather popular thing people are using Namecoin for). It's definitely not any kind of rigorous categorization scheme, and the choices I made are certainly debatable.

(I haven't yet gotten a chance to post the spreadsheet, I'll do so when I have a few minutes.)
Jeremy Rand, Lead Namecoin Application Engineer
NameID: id/jeremy
DyName: Dynamic DNS update client for .bit domains.

Donations: BTC 1EcUWRa9H6ZuWPkF3BDj6k4k1vCgv41ab8 ; NMC NFqbaS7ReiQ9MBmsowwcDSmp4iDznjmEh5

virus_net
Posts: 82
Joined: Tue Aug 22, 2017 1:22 pm
os: bsd
Location: Moscow, Russia
Contact:

Re: Bit domains statistics

Post by virus_net »

I had idea of categories but unfortunately it can't be done automatically.
bitname.ru:
- whois service for .bit: whois.bitname.ru or whois.bitname.bit
- dns servers for .bit: dns1.bitname.ru dns2.bitname.ru or dns1.bitname.bit dns2.bitname.bit
- bit domains statistics
github

virus_net
Posts: 82
Joined: Tue Aug 22, 2017 1:22 pm
os: bsd
Location: Moscow, Russia
Contact:

Re: Bit domains statistics

Post by virus_net »

From now bitname.ru support english language also and not only russian.
bitname.ru:
- whois service for .bit: whois.bitname.ru or whois.bitname.bit
- dns servers for .bit: dns1.bitname.ru dns2.bitname.ru or dns1.bitname.bit dns2.bitname.bit
- bit domains statistics
github

cassini
Posts: 336
Joined: Sun May 26, 2013 6:36 pm

Re: Bit domains statistics

Post by cassini »

virus_net wrote:
Mon Mar 12, 2018 9:55 am
From now bitname.ru support english language also and not only russian.
Great news. Makes it easier for most visitors of your site, I guess.
Just noticed a small inconsistency on the Namecoin Network Stats page: "Complexity" should be "Difficulty".

Furthermore, it would be quite convenient if you display the Difficulty increase also as a percentage value, e.g.

Code: Select all

Difficulty increased by: 520,232,023,968 (23.3 %)

virus_net
Posts: 82
Joined: Tue Aug 22, 2017 1:22 pm
os: bsd
Location: Moscow, Russia
Contact:

Re: Bit domains statistics

Post by virus_net »

Done.
bitname.ru:
- whois service for .bit: whois.bitname.ru or whois.bitname.bit
- dns servers for .bit: dns1.bitname.ru dns2.bitname.ru or dns1.bitname.bit dns2.bitname.bit
- bit domains statistics
github

biolizard89
Posts: 2001
Joined: Tue Jun 05, 2012 6:25 am
os: linux

Re: Bit domains statistics

Post by biolizard89 »

It looks like the https://bitname.ru/ server isn't including the Let's Encrypt intermediate CA in the cert chain that it provides to the browser. (At least, I think that's what's happening.) This causes the following error to show up in Tor Browser:

Code: Select all

bitname.ru uses an invalid security certificate.

The certificate is not trusted because the issuer certificate is unknown.
The server might not be sending the appropriate intermediate certificates.
An additional root certificate may need to be imported.

Error code: SEC_ERROR_UNKNOWN_ISSUER
Any chance that could be fixed?
Jeremy Rand, Lead Namecoin Application Engineer
NameID: id/jeremy
DyName: Dynamic DNS update client for .bit domains.

Donations: BTC 1EcUWRa9H6ZuWPkF3BDj6k4k1vCgv41ab8 ; NMC NFqbaS7ReiQ9MBmsowwcDSmp4iDznjmEh5

virus_net
Posts: 82
Joined: Tue Aug 22, 2017 1:22 pm
os: bsd
Location: Moscow, Russia
Contact:

Re: Bit domains statistics

Post by virus_net »

Ofc it can be fixed and it fixed:

Code: Select all

# echo -e "GET / HTTP/1.0\r\n\r\n" | openssl s_client -connect bitname.ru:443
CONNECTED(00000004)
depth=2 O = Digital Signature Trust Co., CN = DST Root CA X3
verify return:1
depth=1 C = US, O = Let's Encrypt, CN = Let's Encrypt Authority X3
verify return:1
depth=0 CN = bitname.ru
verify return:1
---
Certificate chain
 0 s:/CN=bitname.ru
   i:/C=US/O=Let's Encrypt/CN=Let's Encrypt Authority X3
 1 s:/C=US/O=Let's Encrypt/CN=Let's Encrypt Authority X3
   i:/O=Digital Signature Trust Co./CN=DST Root CA X3
 2 s:/O=Digital Signature Trust Co./CN=DST Root CA X3
   i:/O=Digital Signature Trust Co./CN=DST Root CA X3
Please check it now.

P.S. Don`t understand how I can forgot to put ca cert in chain... Maybe someone distracted me at time when I was changing cert.
bitname.ru:
- whois service for .bit: whois.bitname.ru or whois.bitname.bit
- dns servers for .bit: dns1.bitname.ru dns2.bitname.ru or dns1.bitname.bit dns2.bitname.bit
- bit domains statistics
github

biolizard89
Posts: 2001
Joined: Tue Jun 05, 2012 6:25 am
os: linux

Re: Bit domains statistics

Post by biolizard89 »

virus_net wrote:
Wed Mar 21, 2018 5:36 am
Ofc it can be fixed and it fixed:
[snip]
Please check it now.
It's working now, thanks.
Jeremy Rand, Lead Namecoin Application Engineer
NameID: id/jeremy
DyName: Dynamic DNS update client for .bit domains.

Donations: BTC 1EcUWRa9H6ZuWPkF3BDj6k4k1vCgv41ab8 ; NMC NFqbaS7ReiQ9MBmsowwcDSmp4iDznjmEh5

Post Reply