Bitcoin Forum
June 05, 2024, 06:25:36 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 [18] 19 20 21 22 23 24 25 26 27 »
341  Bitcoin / Bitcoin Discussion / Re: Namecoin DNS server for .bit domains on: May 28, 2011, 05:07:36 PM
Already more than 800 domains, due to an anonymous crazy guy :p
342  Bitcoin / Bitcoin Discussion / Re: Namecoin DNS server for .bit domains on: May 27, 2011, 12:56:16 PM
We have reached 600 domain names :p
343  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [announce] Namecoin - a distributed naming system based on Bitcoin on: May 27, 2011, 08:47:06 AM
Yeah but the bitcoin fees are voluntary, the minimum fee is just a default of the official client. As far as I can tell the name_firstupdate fee is network-enforced, so it will become way harder to change if namecoin becomes widely used.

Anyway, still would like to know the reason why vinced decided to put that 0.01 NC minimum since the only purpose of that fee is to reduce domain squatting early on.
All name_* commands have a minimum fee to limit spam. name_firstupdate has a big one to limit the rush.
The 0.01 minimum fee will not become a problem suddenly, so updating the namecoin client will be done when necessary and in advance.


If the fee is left there then the money supply will begin to contract at some point when the block reward becomes less than the rate of destruction.
I think too that the namecoins should not be lost. If they are lost, we will use smaller and smaller namecoins amounts, will need to decrease the fee limit more often, etc. Give them to miners, they will be happy and offer more NC for same amount of BTC.


Btw, I read that there were plans to make a cross miner that can work on both block chains simultaneously at the same hashrate. Are people already working on this or is it still on brainstorm phase?
It's not an easy update :p. I've seen discussions about that on the bitcoin forum, i don't know at what stage is all this.
344  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [announce] Namecoin - a distributed naming system based on Bitcoin on: May 26, 2011, 10:09:54 PM
I used "{\"map\": {\"\": \"10.0.0.1\"}} "

is the code it spits out on a name_firstupdate useful for anything?

what would be the easiest way to redirect .bit domains to old style domains without having a static IP at hand? I would like to try your DNS, khal. =)
Say your .bit domain is example.bit
Say your existing website is example.com.
example.com has ip 192.0.32.10
www.example.com has ip 192.0.32.10
example.com has ns A.IANA-SERVERS.NET & B.IANA-SERVERS.NET

You have two options to configure your domain :
A. put the ip address of your webserver directly for "" (for eindomain.bit :p) and www (for www.eindomain.bit)
* set json-value: "{\"map\": {\"\": \"192.0.32.10\"}, {\"www\": \"192.0.32.10\"}}"
* add example.bit in the same interface where you added example.com
If your web hosting provider don't accept unknown TLDs (.bit for ex :p), you must use another provider

B. put the same nameservers used by your other domain
* set json-value: "{\"map\": {\"\": {\"ns\": [\"A.IANA-SERVERS.NET\", \"B.IANA-SERVERS.NET\"]}}}"
* add example.bit in the same interface where you added example.com
If you can only add a domain by registering it, you can't use this method.

Then :
* if you want a redirect, add an html or php file to redirect to example.com
* if you want to browse directly on example.bit, configure it to point to the same folder as example.com

If you need to add your .bit domain on another web hosting to do a redirect, i can do it for 1BTC on my webserver :p
345  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [announce] Namecoin - a distributed naming system based on Bitcoin on: May 26, 2011, 09:14:29 PM
Why is there a minimum name_firstupdate fee of 0.01 NC? Won't registrations become extremely expensive if namecoins rise too much in value?
This minimum can be changed if needed. Same applies to bitcoin : minimum fee will pass from 0.01BTC to 0.0005BTC.


Also why is this fee destroyed instead of given back to miners?
That's a good question i asked : http://dot-bit.org/forum/viewtopic.php?f=5&t=31
346  Other / Meta / Re: Hide particular forums? on: May 26, 2011, 08:03:43 PM
No planned patch for this feature ?

Like in the advanced search page, people can select forums to search on. It would be convenient to have the same option on the "Recent unread Topics" page.
347  Bitcoin / Development & Technical Discussion / Re: [PULL] monitortx monitorblocks listmonitored getblock on: May 26, 2011, 07:59:11 PM
"monitortx" could be really usefull for merchants who wait for payments to process orders. This works like a bank call to confirm a credit card transaction.

Quote
I presume monitortx is sending info on transactions received but not yet incorporated into a block?
If this is the case, a call to "gettransaction" will be needed to check the desired number of confirmations :p
348  Bitcoin / Project Development / Re: BitDNS Bounty (3500 BTC) on: May 26, 2011, 04:30:55 PM
Namecoin is the software and the blockchain.
Dot-BIT is the DNS servers, tools, wiki resources and support forum.

If you donate here, it'll go to the namecoin software author (vince) who promised a least 30% to "other developers and promoters"*.

So, they are pretty much the same, except people are differents :p
I don't want to steal the bitDNS bounty neither, so, donate to vince who initiated all this (i'll track him with my whip to get some BTC :p).
349  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [announce] Namecoin - a distributed naming system based on Bitcoin on: May 26, 2011, 01:35:28 PM
I tried to firstupdate and got this (names changed; I made the name new 20 blocks ago):

namecoind name_firstupdate d/bitcoin 519eXXXXX005 eb554af3deb4XXXXXXXXXXXXXXXXXXX8e32beba99066988f8c685b '{"map": {"": "10.0.0.1"}}'
error: {"code":-1,"message":"name_firstupdate <name> <rand> [<tx>] <value>\nPerf
orm a first update after a name_new reservation.\nNote that the first update wil
l go into a block 12 blocks after the name_new, at the soonest."}

Is it trying to tell me my name_new did not work out?

Did you wait for 12 blocks after the name_new ?
350  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [announce] Namecoin - a distributed naming system based on Bitcoin on: May 26, 2011, 11:06:09 AM
what does it mean that I reserved a name?
When you reserve a name, other people don't know the domain name you reserved. This avoids another person to name_new the same domain as you 1 second after you.


Quote
for how long will it stay reserved?
12'000 blocks too, after that, your name_new has expired. Other people can also do name_new. The first one to do the name_firstupdate gets the domain.
351  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [announce] Namecoin - a distributed naming system based on Bitcoin on: May 25, 2011, 02:57:06 PM
for listtractions I get -

error: {"code";-32601,"message":"Method not found"}

I am using the Windows exe.

Do I need to list the account?
Not listtractions, but listtransactions


forever-d > i'll be on irc soon if you need help
352  Bitcoin / Development & Technical Discussion / Re: [PULL] Sign and verify message with bitcoin address and public key on: May 24, 2011, 09:10:01 PM
sipa, can you propose a pull request for that on my branch ?
353  Bitcoin / Bitcoin Discussion / Re: Namecoin DNS server for .bit domains on: May 24, 2011, 08:58:35 PM
Added ipv6 support !

Server is now usable with :
- ipv4 : 178.32.31.41
- ipv6 : 2001:41d0:2:a5d9::101

If you use the ipv6 as nameserver, let me now if it works or not :p
354  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [announce] Namecoin - a distributed naming system based on Bitcoin on: May 23, 2011, 07:23:51 AM

Anybody figure out to check on the unconfirmed blocks?
If windows, use the last version (updated yesterday) and :
Code:
namecoind.exe listtransactions
355  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [announce] Namecoin - a distributed naming system based on Bitcoin on: May 22, 2011, 03:17:56 PM
Hi khal,

Is this likely to work on nearly free speech (http://www.nearlyfreespeech.net)
Nearly impossible to say without trying. If you need a .bit hosting, send me a PM.


Quote from: caston
I just thought of another question. Where do your registration fees go?
Registration fees (name_firstupdate) are lost. Their goal is to avoid a rush, but this is not perfect in my opinion.
There is a discussion about that here.
356  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [announce] Namecoin - a distributed naming system based on Bitcoin on: May 22, 2011, 12:48:11 PM
Hi I went to register rejuvepedia.bit.

So far I have reserved it with ./namecoind name_new d/rejuvepedia.bit

Now the next part confuses me a bit *no pun intended*

./namecoind name_firstupdate d/<name> <rand> <longhex> '<json-value>'

What do I enter for json-value?

At the moment I'm using the domain name rejuvepedia.org and if possible I would like rejuvepedia.bit to point to the same page.

best regards,

Chris

rand = short hex number returned by the name_new command. longhex is the long hex returned.

For json-value, you can follow this :
http://dot-bit.org/HowToRegisterAndConfigureBitDomains#How_to_configure_your_domain

Short and simple example (simply put the ip of your server instead) :
'{"map": {"": "10.0.0.1", "www": "10.0.0.1"}}'

Then, you must add rejuvepedia.bit on the configuration of your webserver (in apache if you have access directly, or on the web interface where you add your domains)
357  Bitcoin / Bitcoin Technical Support / Re: Save my SSD! Bitcoin is eating it ALIVE! I/O Write's on: May 22, 2011, 09:54:59 AM
there is also a -DataFolder (or similar) switch for bitcoin, someone made a portable bitcoin version like this.
I'm just not sure whether it was the original client or a modded one.

It's in the default builds :
Quote
-datadir=<dir>     Specify data directory
358  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [announce] Namecoin - a distributed naming system based on Bitcoin on: May 22, 2011, 08:28:18 AM
"internet" and "namecoin" don't show up in a name_scan. Why so?


name_scan limits to 500 results by default. Use :
Code:
name_scan "" 10000
359  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [announce] Namecoin - a distributed naming system based on Bitcoin on: May 21, 2011, 06:44:47 PM
You can find latest linux binaries of namecoin here. They include the patch to see generated coins still not mature.
We are still waiting for someone to build a recent windows version

[edit: thanks grue]
360  Bitcoin / Bitcoin Discussion / Re: [ANNOUNCE] Dot-BIT project / Namecoin website on: May 21, 2011, 06:40:23 PM
Here are some recent questions about the design of the project :

- Storing data in a DHT ?

- How to prevent rush on new TLD/namespace over time

- Change the expire time of a domain

- [SPEC] Domain name specification
Quote from: gsan
It's not a big deal to implement these features, but it's hard to go back and change things after everyone starts using it. So criticisms/requests/flame welcome. Smiley


ps : we are still waiting for a recent windows build from a generous compiler :p
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 [18] 19 20 21 22 23 24 25 26 27 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!