Page 2 of 2

Re: Bit domains statistics

Posted: Mon Oct 30, 2017 1:01 am
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.)

Re: Bit domains statistics

Posted: Mon Oct 30, 2017 4:21 am
by virus_net
I had idea of categories but unfortunately it can't be done automatically.

Re: Bit domains statistics

Posted: Mon Mar 12, 2018 9:55 am
by virus_net
From now bitname.ru support english language also and not only russian.

Re: Bit domains statistics

Posted: Sun Mar 18, 2018 9:24 pm
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 %)

Re: Bit domains statistics

Posted: Mon Mar 19, 2018 6:30 am
by virus_net
Done.

Re: Bit domains statistics

Posted: Tue Mar 20, 2018 10:30 am
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?

Re: Bit domains statistics

Posted: Wed Mar 21, 2018 5:36 am
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.

Re: Bit domains statistics

Posted: Thu Mar 22, 2018 12:11 am
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.