Pages:
Author

Topic: [announce] Namecoin - a distributed naming system based on Bitcoin - page 92. (Read 596107 times)

newbie
Activity: 36
Merit: 0
Latest Windows binaries last commit: May 26, 2011
http://dl.dropbox.com/u/30252547/namecoin_2011-05-26.zip
SHA-1: 3CA7B40DCE4C846FB45B1F998F66B13EBD8A4D6B

commits since last release:
2011-05-26   advance version
2011-05-26   Merge branches 'master' and 'hooks'
2011-05-26   merge hooks
2011-05-26   missed lockin constant


thanks!
legendary
Activity: 2058
Merit: 1452
Latest Windows binaries last commit: May 26, 2011
http://dl.dropbox.com/u/30252547/namecoin_2011-05-26.zip
SHA-1: 3CA7B40DCE4C846FB45B1F998F66B13EBD8A4D6B

commits since last release:
2011-05-26   advance version
2011-05-26   Merge branches 'master' and 'hooks'
2011-05-26   merge hooks
2011-05-26   missed lockin constant
full member
Activity: 126
Merit: 100
While mining with namecoind and poclbm, every once in a while all my miners just seem to stop connecting. What resolves this is killing namecoind.exe and restarting it again.

version "32150" on windows 7 64bit
member
Activity: 72
Merit: 10
DNS is case insensitive. You've just found a bug in namecoind.

Namecoind is application-neutral, i.e. it doesn't do the conversions on behalf of the applications (domains being just one of them). We need a GUI tool to do all this. However, there already are online tools that can do the conversion, collision checking and even registration for you.

As for the standard, this is from the extended specification draft:

Quote
Name field

Name is a lowercase string, which begins with d/, followed by the domain name. Namecoin enabled resolvers will append the default TLD (.bit) to the name specified here.

Example: d/example

The IDNA standard encoding is used for internationalized domain names. This means that Unicode names need to be converted to ASCII compatible encoding according to IDNA, before registration. This can be done using the idn command-line tool:
Code:
$ idn -p Nameprep ŝtelo
xn--telo-u5a

Also, only valid domain names are allowed, which means characters other than lowercase letters, numerics and dash are not allowed, as well as names longer than 63 letters and names starting with a dash.

(Note: However, since this is a measure against compatibility issues with DNS, names consisting of all numeric values and underscore can be discussed.)

Meaning, if the registered name contains Unicode characters, capital letters or symbols, it will be rejected by resolvers.
legendary
Activity: 3920
Merit: 2349
Eadem mutata resurgo
DNS is case insensitive. You've just found a bug in namecoind.

What's that worth ... a few namecoins? Anything like finding a block?
foo
sr. member
Activity: 409
Merit: 250
DNS is case insensitive. You've just found a bug in namecoind.
legendary
Activity: 3920
Merit: 2349
Eadem mutata resurgo

So what's the rules with upper and lower case on domain names in the database?

Code:
$ ./namecoind name_scan d/bitcoin 1
[
    {
        "name" : "d/bitcoin",
        "value" : "webpagedeveloper.me/namecoin",
        "txid" : "ab1207bd605af57ed0b5325ac94d19578cff3bce668ebe8dda2f42a00b001f5d",
        "expires_in" : 3918
    }
]

Code:
$ ./namecoind name_scan d/Bitcoin 1
[
    {
        "name" : "d/abermud",
        "value" : "3e28f697d16264d7ca61058872846f673285d469aec66f1f04f0d84d364bf931RESERVED",
        "txid" : "77dc51b31aea6c57d072299c8f236975a7cfad34fc782844a7e3d4f729ae2aa0",
        "expires_in" : 11090
    }
]

Seems like "bitcoin" and "Bitcoin are treated as two different names, is that correct?

It will be pointless if you are allowed every variant in the upper/lower case space of even a single word.

e.g.

bitcoin
Bitcoin
bItcoin
biTcoin
bitCoin
bitcOin
bitcoIn
bitcoiN

and then many other permutations ...
legendary
Activity: 2058
Merit: 1452
I started mining with a new wallet, and got five orphans in a row. Are these transactions simply worthless?
yep
newbie
Activity: 3
Merit: 0
I started mining with a new wallet, and got five orphans in a row. Are these transactions simply worthless?
member
Activity: 75
Merit: 10
I have some names registered but are no longer showing in a name_list query ... however, the names are visible in a name_scan... any ideas? old wallet?

Thanks.
hero member
Activity: 540
Merit: 500
I've launched the first website to register .bit domains with BTC :
http://register.dot-bit.org

More detail on :
http://forum.bitcoin.org/index.php?topic=10826.msg154783#msg154783
legendary
Activity: 3920
Merit: 2349
Eadem mutata resurgo
i did try this a bit but there is no UI  Angry

In the beginning, there was the command line interface ....
legendary
Activity: 3920
Merit: 2349
Eadem mutata resurgo
Are we getting more than usual orphan blocks on the namecoin network?

What is a usual rate that is expected?

What is best way to reduce these? More connections between peers? More difficulty?
newbie
Activity: 3
Merit: 0
orphan blocks. if you're using the latest binaries, listtransactions should be able to reveal which blocks are orphaned.

You're right, listtransactions shows me three orphans. I've done some searching here, but I can't find anything on how to either get them in the main block chain or get rid of them. Is there something I can do, or do I just have to wait?

Thanks grue!
legendary
Activity: 2058
Merit: 1452
However, since registering those names, the other 8 blocks I mined have not shown up in my wallet, and I have not mined another block successfully for nearly a two day period (when I was mining about one every two hours before.)

Any idea what has gone wrong, and how I can get this up and running again?  Thanks.
orphan blocks. if you're using the latest binaries, listtransactions should be able to reveal which blocks are orphaned.
newbie
Activity: 3
Merit: 0
I set up a miner and successfully mined 13 blocks, but they take a long time to show up in my wallet. After about 5 of the blocks appeared, I registered 5 .bit names, and I can use and update them just fine.

However, since registering those names, the other 8 blocks I mined have not shown up in my wallet, and I have not mined another block successfully for nearly a two day period (when I was mining about one every two hours before.)

Any idea what has gone wrong, and how I can get this up and running again?  Thanks.
hero member
Activity: 540
Merit: 500
khal what do you think about theymos' bitDNS proposal? Wouldn't that be a Namecoin killer if it were implemented or is it technically limited enough to justify the existence of this block chain?
I like the idea to use the same currency but not to store data in the same blockchain.
Namecoins is still young and i hope some things will change (default expire time, forced lost coins, etc).
legendary
Activity: 3920
Merit: 2349
Eadem mutata resurgo
Registered my first domain, have to say I'm impressed how easy it is. Awesome work! (spreading the word around...)

Yes. It would be even easier if there was a slightly modified bitcoin client GUI, i.e. a basic namecoin client GUI with an extension to include the capability to handle the new name commands (minimal set);

Code:
name_firstupdate   [] 
name_list []
name_new
name_scan [] []
name_update []

and we could trade namecoins like bitcoins to boot.

I can begin a pool bounty in namecoin for this work if someone wants to name their price.
sr. member
Activity: 476
Merit: 250
Registered my first domain, have to say I'm impressed how easy it is. Awesome work! (spreading the word around...)
sr. member
Activity: 392
Merit: 251
khal what do you think about theymos' bitDNS proposal? Wouldn't that be a Namecoin killer if it were implemented or is it technically limited enough to justify the existence of this block chain?
Pages:
Jump to: