Pages:
Author

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

member
Activity: 98
Merit: 10
If you want to crush a crypto currency like this and you have lot of hasing power, i think the best plan is to increase the hashing power up gradually, them retire. Imagine what could happen to Bitcoins if the hasing power goes back to 2 thash/s now...
So what? Is bitcoin only about a regular difficulty increase? What does it matter, why should it crush a whole currency? There are millions of bitcoins in the market and loads of namecoins. Trade with bitcoins is not affected nor are the funcions of namecoin. You just had to wait a bit longer for transactions beeing confirmed, thats all. Or do I miss something?
legendary
Activity: 2492
Merit: 1473
LEALANA Bitcoin Grim Reaper
I wonder if Namecoins has just uncover a flaw in the Bitcoin system.

Just take a look at what happen with Namecoins now, someone just brought up some serious hash power, taking the dificulty from 3500 all the way up to 55k, then retired back to Bitcoins (i guess).
Now Namecoins are on a depresion, pleople stoping mining them, next dificulty is stimated at 16k, but at this rate it will not happen until 07/08/2011.

If you want to crush a crypto currency like this and you have lot of hasing power, i think the best plan is to increase the hashing power up gradually, them retire. Imagine what could happen to Bitcoins if the hasing power goes back to 2 thash/s now...

I suspect that because bitcoin was the first, the hardware and software to mine with GPUs was not available. Since when namecoin came online everything was in place, so I see no flaw here. The network is adjusting for the huge increase in mining that happened a few weeks ago with namecoins. So thus, the difficulty adjusting back down is just a result of it not being worth mining it at the current time. I suspect when bitcoin's next difficulty surpasses 1,800,000 and namecoin readjusts downward, you will see a rush into namecoin mining once again.
legendary
Activity: 2492
Merit: 1473
LEALANA Bitcoin Grim Reaper
Has any of you been able to successfully compile namecoind on ubuntu/linux? I got the code off of bluishcoder.com's website.

This is what I get when running the following command:


make -f makefile.unix USE_UPNP=

Code:
root@enemsi:~/namecoin# make -f makefile.unix USE_UPNP=
g++ -c -O2 -Wno-invalid-offsetof -Wformat -g -D__WXDEBUG__ -DNOPCH -DFOURWAYSSE2 -DUSE_SSL -o obj/nogui/util.o util.cpp
In file included from util.cpp:5:0:
headers.h:43:20: fatal error: db_cxx.h: No such file or directory
compilation terminated.
make: *** [obj/nogui/util.o] Error 1

What is db_cxx.h and where do I get it? I tried looking around and can't seem to find it. Any help is appreciated!
sr. member
Activity: 371
Merit: 250
I wonder if Namecoins has just uncover a flaw in the Bitcoin system.

Just take a look at what happen with Namecoins now, someone just brought up some serious hash power, taking the dificulty from 3500 all the way up to 55k, then retired back to Bitcoins (i guess).
Now Namecoins are on a depresion, pleople stoping mining them, next dificulty is stimated at 16k, but at this rate it will not happen until 07/08/2011.

If you want to crush a crypto currency like this and you have lot of hasing power, i think the best plan is to increase the hashing power up gradually, them retire. Imagine what could happen to Bitcoins if the hasing power goes back to 2 thash/s now...
Actually, a load of peopel moved over because it was more profitable to mine NMC and exchange for BTC at bitparking than to mine BTC! Of course, this didn't last, as you can see...
hero member
Activity: 1204
Merit: 502
Vave.com - Crypto Casino
I wonder if Namecoins has just uncover a flaw in the Bitcoin system.

Just take a look at what happen with Namecoins now, someone just brought up some serious hash power, taking the dificulty from 3500 all the way up to 55k, then retired back to Bitcoins (i guess).
Now Namecoins are on a depresion, pleople stoping mining them, next dificulty is stimated at 16k, but at this rate it will not happen until 07/08/2011.

If you want to crush a crypto currency like this and you have lot of hasing power, i think the best plan is to increase the hashing power up gradually, them retire. Imagine what could happen to Bitcoins if the hasing power goes back to 2 thash/s now...
hero member
Activity: 780
Merit: 510
Bitcoin - helping to end bankster enslavement.
Hmmm ... looks like you maybe able to do TLS using a ECDH_ECDSA (or ECDHE_ECDSA) scheme with the namecoin secp256k1 private key ...
http://www.faqs.org/rfcs/rfc4492.html
ironically ".... The NamedCurve name space is maintained by IANA...." (secp256k1 is a "NamedCurve", amongst many others)
This is how I would of assumed SSL would work with the new TLD...

Well as you do know the wallet is a private key like an SSL cert and I don't know how it stores who has what domain but I would assume it based on a public key created by your wallet.  Naturally you would NOT want use your wallet as SSL Cert, thus why not have a encrypted private key stored with your domain name that is your certificate.  If someone steels that private key it's not big deal you create an new one and store it in the block chain using your wallet key.

That just seemed logical to me.

I just started reading about namecoin last night so I may be wrong about how it works.
legendary
Activity: 3920
Merit: 2349
Eadem mutata resurgo
While were in development stage lets solve some more problems, like the removal of ssl certificate authority! How about when you register a domain you get a private and a public key for it, then when you go to a website you browser asks namecoin for the public key for that domain, and then a secure connection is established. This system can be implemented into the existing ssl standard. What do you guys think?

Very interesting idea ... I'm listening. Sounds almost too simple (i.e.too good to be true) could be brilliant. Flesh it out some more.

Would greatly increase potential benefits of namecoins if we could do away with those lecherous certificate "authorities
I just stumbled on to namecoin and I am shocked it does not work this way already!  You own the domain via private key, logic would dictate you would not need ssl certs.

Hmmm ... looks like you maybe able to do TLS using a ECDH_ECDSA (or ECDHE_ECDSA) scheme with the namecoin secp256k1 private key ...
http://www.faqs.org/rfcs/rfc4492.html
ironically ".... The NamedCurve name space is maintained by IANA...." (secp256k1 is a "NamedCurve", amongst many others)
hero member
Activity: 780
Merit: 510
Bitcoin - helping to end bankster enslavement.
While were in development stage lets solve some more problems, like the removal of ssl certificate authority! How about when you register a domain you get a private and a public key for it, then when you go to a website you browser asks namecoin for the public key for that domain, and then a secure connection is established. This system can be implemented into the existing ssl standard. What do you guys think?

Very interesting idea ... I'm listening. Sounds almost too simple (i.e.too good to be true) could be brilliant. Flesh it out some more.

Would greatly increase potential benefits of namecoins if we could do away with those lecherous certificate "authorities
I just stumbled on to namecoin and I am shocked it does not work this way already!  You own the domain via private key, logic would dictate you would not need ssl certs.
legendary
Activity: 3920
Merit: 2349
Eadem mutata resurgo
While were in development stage lets solve some more problems, like the removal of ssl certificate authority! How about when you register a domain you get a private and a public key for it, then when you go to a website you browser asks namecoin for the public key for that domain, and then a secure connection is established. This system can be implemented into the existing ssl standard. What do you guys think?

Very interesting idea ... I'm listening. Sounds almost too simple (i.e.too good to be true) could be brilliant. Flesh it out some more.

Would greatly increase potential benefits of namecoins if we could do away with those lecherous certificate "authorities
newbie
Activity: 34
Merit: 0
While were in development stage lets solve some more problems, like the removal of ssl certificate authority! How about when you register a domain you get a private and a public key for it, then when you go to a website you browser asks namecoin for the public key for that domain, and then a secure connection is established. This system can be implemented into the existing ssl standard. What do you guys think?
legendary
Activity: 1022
Merit: 1000
Freelance videographer
I need hlep with namecoin as im compeltely new to this,I need to take this oppourtunity but hte instructions are too hard for me also the setup is very hard for me.

What is the value of namecoin vs other currencies?
2.How do I trade them?
3.How to set up pooled and solo mining on GUIminer?
4.How do I get a namecoin domain?As I hear that thats your username.

Can someone who knows this please walk me through the setup thank you?
newbie
Activity: 36
Merit: 0
Latest OS X binaries


64-bit only

Code:
$ ./namecoind getinfo
{
    "version" : 32190, ...
}
legendary
Activity: 2058
Merit: 1431
Latest Windows binaries last commit: June 18, 2011
http://dl.dropbox.com/u/30252547/namecoin_2011-06-18.zip
SHA-1: 422CBA703E1ED6CC976E598640EF6AE14D30E113
3D47C4C7FBB2816D1C2586DF8917DBD838B8138A (fixed)

commits since last release:
2011-06-18   Merge pull request #5 from pvwoods/master
2011-06-17   VALIDATION CHANGE to increase expiration and decline network fees faster
2011-06-15   cleaned up some copy references to 'bitcoin' so that they now say 'namec...
legendary
Activity: 2058
Merit: 1431
I'm having a problem with the .conf file. Is there a special way it needs to be created? the way I was doing it was with a text document named bitoin.conf and I'd put a user name and pass in it yet it still doesn't work. Namecoind closes automatically by itself still and if I run namecoind commands in CMD I get this error:

error: You must set rpcpassword= in the configuration file:
C:/Users/Edit/AppData/Roaming/Namecoin/bitcoin.conf

The file is in the correct place. I must be doing something wrong. Any ideas?

Does that path exist on your computer? Is that where you put the file? You do have file extensions showing under folder options, correct?
guys, it's
%appdata%\namecoin\bitcoin.conf
foo
sr. member
Activity: 409
Merit: 250
Tip for Windows users: I discovered that if you create a shortcut to namecoind.exe and execute that instead of the exe directly, namecoind will go into the background so you don't need to have a useless command prompt window hanging around. Smiley
full member
Activity: 140
Merit: 100
I'm having a problem with the .conf file. Is there a special way it needs to be created? the way I was doing it was with a text document named bitoin.conf and I'd put a user name and pass in it yet it still doesn't work. Namecoind closes automatically by itself still and if I run namecoind commands in CMD I get this error:

error: You must set rpcpassword= in the configuration file:
C:/Users/Edit/AppData/Roaming/Namecoin/bitcoin.conf

The file is in the correct place. I must be doing something wrong. Any ideas?

Does that path exist on your computer? Is that where you put the file? You do have file extensions showing under folder options, correct?
newbie
Activity: 42
Merit: 0
I'm having a problem with the .conf file. Is there a special way it needs to be created? the way I was doing it was with a text document named bitoin.conf and I'd put a user name and pass in it yet it still doesn't work. Namecoind closes automatically by itself still and if I run namecoind commands in CMD I get this error:

error: You must set rpcpassword= in the configuration file:
C:/Users/Edit/AppData/Roaming/Namecoin/bitcoin.conf

The file is in the correct place. I must be doing something wrong. Any ideas?

Most likely the file is having .txt appended to it by notepad.  How to check.

Open a command prompt
type
move C:/Users/Edit/AppData/Roaming/Namecoin/bitcoin.conf.txt C:/Users/Edit/AppData/Roaming/Namecoin/bitcoin.conf

Try to start bitcoind again
member
Activity: 84
Merit: 10
I'm having a problem with the .conf file. Is there a special way it needs to be created? the way I was doing it was with a text document named bitoin.conf and I'd put a user name and pass in it yet it still doesn't work. Namecoind closes automatically by itself still and if I run namecoind commands in CMD I get this error:

error: You must set rpcpassword= in the configuration file:
C:/Users/Edit/AppData/Roaming/Namecoin/bitcoin.conf

The file is in the correct place. I must be doing something wrong. Any ideas?
legendary
Activity: 1134
Merit: 1005
sr. member
Activity: 371
Merit: 250
listreceivedbyaddress

you forgot the d... Sad
Pages:
Jump to: