Bitcoin Forum
May 14, 2024, 09:38:05 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 »
201  Bitcoin / Bitcoin Discussion / Re: [ANN] Namecoin v3.50 : faster & better on: May 29, 2012, 09:54:48 AM
How about #Khal#, #Gavin.Andresen#, or #Bitinvestor# as pattern for the aliases? It would be easily recognized as a payment address and it can't be confused with an e-mail address.
This looks like a bit like hash tags. So, why not @Khal ?
Anyway, bitcoin can use the syntax it wants, namecoin will store data in it's own format (example: alias/Khal instead of #Khal)

* Make it independent of any coin (except Namecoin, obviously). Leave it up to the user to decide which coins to use and provide a secure data structure that any coin (existing or yet to be invented) can query to associate an e-mail address with a wallet address. While this feature isn't implemented by other coins it should still be possible to query Namecoin manually to list all the addresses for gavin@acm.org so that the right one can be copied and pasted into the client.
This is the case.

Excellent! So what else do we need to make this work?

1. Add the Namecoin proposal to the existing BIP 15
2. Choose Namecoin as the solution among others
3. Finalize and validate the Alias specification
4. Explain how to create an alias
202  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] NamecoinToBind v3.0 : run a .bit DNS server ! on: May 29, 2012, 09:30:48 AM
NamecoinToBind v3.0

I can't get this to work. It pulls 2 or 3 domains then quits without giving any errors even though debug is on. It doesn't write any zone files.

It looks about as difficult to fix as it would be to rewrite so I'm giving up. Shame really. This looked like such a useful thing.



I made a mistake in one config file (/etc/bind/named.conf.bit ), sorry.
Here is what it should look like :
Code:
// zones generated by users
zone "bit" { type master; file "/etc/bind/dotbit/db.namecoin.bit"; allow-query { any; }; allow-transfer { none; }; forwarders { }; };

I've also updated the code to show php errors in debug mode and set max memory to 200MB.
203  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] NamecoinToBind v3.0 : run a .bit DNS server ! on: May 28, 2012, 10:32:43 PM
Great work!

The main branch isn't at 3.50. I assume this needs the khal ( your? ) branch at:

https://github.com/khalahan/namecoin.git

Is that branch considered stable?


Has anyone tried getting google or opendns to support .bit ? It would rock if getting access to .bit domains was as simple as using google's or opendns's nameservers.

The main branch is uptodate : https://github.com/namecoin/namecoin
Last signed tag : nc0.3.50.01
My master repo is also stable.

We are currently in the process of a "peering agreement" with OpenNIC (not OpenDNS :p), so, it is a first step in the direction a being supported by opendns and google :p.



NamecoinToBind v3.0

I can't get this to work. It pulls 2 or 3 domains then quits without giving any errors even though debug is on. It doesn't write any zone files.

It looks about as difficult to fix as it would be to rewrite so I'm giving up. Shame really. This looked like such a useful thing.
I'll make some tests on a clean computer to be sure i've forgotten nothing in the README.
204  Bitcoin / Bitcoin Discussion / Re: [ANN] A new proxy for Namecoin on: May 28, 2012, 06:02:06 PM
You currently have the default Foxyproxy configuration...
Did you change of profile ? user ? browser ?

You need to add the config again : http://dot-bit.org/How_To_Configure_Foxyproxy
205  Bitcoin / Bitcoin Discussion / Re: [ANN] A new proxy for Namecoin on: May 28, 2012, 02:55:50 PM
Verify that you have not the "Default" proxy selected (the blue one) but the "Use proxies based on patterns".
206  Bitcoin / Bitcoin Discussion / Re: [ANN] A new proxy for Namecoin on: May 28, 2012, 02:22:05 PM
Are you sure foxyproxy is still activated ?

I moved the virtual machine to another server, but it doesn't change anything (except best performances), and it's still working for me.
Plus, i don't know what is "http://www.website-unavailable.com/".
Maybe, if foxyproxy is deactivated, your dns provider received the request and redirected you to this page... (you seem to use OpenDNS servers because this is an opendns webpage).
207  Bitcoin / Bitcoin Discussion / Re: [ANN] Namecoin v3.50 : faster & better on: May 28, 2012, 02:04:16 PM
* Only allow e-mail addresses to be registered as aliases and verify that the person who registers it has access to it. This can be automated like most mailing lists do. It is necessary to provide this basic level of security to prevent Bulanula from associating his wallet address with gavin@acm.org, for example.
If you want a feature to add existing email addresses and to ckeck if someone really owns it, you insert control and you want someone else to control a registered alias. This is not possible in namecoin because there is no central control (and it must be like that for security reasons !).
What you can do is :
- adding alias with .bit domains, for example : khal@dot-bit.bit or khal@tor.bit
- adding alias with a namecoin mark : khal25@namecoin, manu44@namecoin, khal25@alia
- adding alias without domains : khal25, manu44

* Make it independent of any coin (except Namecoin, obviously). Leave it up to the user to decide which coins to use and provide a secure data structure that any coin (existing or yet to be invented) can query to associate an e-mail address with a wallet address. While this feature isn't implemented by other coins it should still be possible to query Namecoin manually to list all the addresses for gavin@acm.org so that the right one can be copied and pasted into the client.
This is the case. One registration allows you to associate any kind of data (bitcoin address, namecoin, msn/jabber/xmpp email, nickname, gpg key, website, etc) with a unique "word". See it as an identity manager.

* Allow the aliases to be modified quickly in case somebody loses his wallet or changes his e-mail address. Also make sure that people get notified early on when it is necessary to renew their alias to keep it in the blockchain.
Namecoin works like bitcoin. If you loose your wallet, you loose your keys, you loose you alias (but you have the time to give another one to people you know before it expires. Somebody can still query you and send you bitcoin for example).
What you can do is send the private key/wallet somewhere : on you mail address for example :p

Is this possible?
Not the way you imagine it, but yes, it is possible :p

I know it would be convenient to use existing emails addresses but it is only possible if 1 person control the system. Are you sure you really want 1 person controlling 10'000 bitcoin addresses ?
208  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [announce] Namecoin - a distributed naming system based on Bitcoin on: May 27, 2012, 11:02:55 PM
Release of Namecoin v3.50 : faster & better :p

See https://bitcointalk.org/index.php?topic=83793.0
209  Alternate cryptocurrencies / Altcoin Discussion / [ANN] NamecoinToBind v3.0.5 : run a .bit DNS server ! on: May 27, 2012, 10:58:31 PM
NamecoinToBind v3.0.5

From : https://dot-bit.org/forum/viewtopic.php?f=9&t=315
Quote
NamecoinToBind is a php script that generates bind zones for .bit domains from the namecoin blockchain

* Improved compatibility with Domain spec V2 (alias and translate)
* Full rewrite of data import
* Uses new namecoin rpc commands (namecoin v3.50 required)
* Reduced RAM usage (5/20 MBs, except on first run to import all domains : 100MB)
* Faster to run (15/20s on first run, 2s else)
* Config file now supports several ip for the authoritative zone (useful with ipv6 for example)

Readme : https://github.com/khalahan/NamecoinToBind/blob/master/README
Download : https://github.com/khalahan/NamecoinToBind/zipball/v3.0.5
210  Bitcoin / Bitcoin Discussion / Re: [ANN] A new proxy for Namecoin on: May 27, 2012, 09:46:44 PM
OK, so I installed FoxyProxy, and I'm on "dns.bit"... Does this mean I'm no longer on the "traditional" web?  Shocked
Welcome ! Smiley

Your .bit requests will go through foxyproxy indeed.
You can try the search engine and also create your own domain :p
211  Other / Beginners & Help / Re: NameCoins: Help a newbie on: May 27, 2012, 09:44:22 PM
Right. Last question (for now). What else should I do to make sure my coins are secure?
Same as bitcoin. Backup your wallet (namecoind.exe backupwallet <filename>) from time to time and keep it on a safe place. Secure your computer, do not run programs named "nuked-pictures.exe", etc Cheesy
212  Bitcoin / Bitcoin Discussion / Re: [ANN] Namecoin v3.50 : faster & better on: May 27, 2012, 07:29:17 PM
I think Namecoin is the perfect solution for aliases because it relies on no external server (no dns server, no forced external service, etc), benefits from the blockchain advantages and would be very easy to add into bitcoin.

If it were to be added to Bitcoin then it would have to go through the BIP process which doesn't seem easy to me, but I understand that you meant it would be easy from a programming standpoint. I think it would be much easier to implement it first in Namecoin as a proof of concept. Can you do this?
There is a similar feature in this release of namecoin : sendtoname.
You can send namecoins to a name owner. It first gets the address associated with a name and then send coins to this address.

But, adding name_getjson function would be a more complete proof of concept indeed.

For example, you could have this alias registered :
Quote
$ namecoind name_show a/khal
{
    "email"    : "khal@dot-bit.org",
    "bitcoin"  : "1J3EKMfboca3SESWGrQKESsG1MA9yK6vN4",
    "namecoin" :
    {
      "Donation address": "N2pGWAh65TWpWmEFrFssRQkQubbczJSKi9",
      "Generic address" : "N2pGWAh65TWpWmEFrFssRQkQubbczJSKi9"
    }
    "gpg"      :
    {
        "fpr"  : "0123456789abcde0123456789abcde0123456789",
        "uri"  : ["http://domainA/user.key", "http://domainB/user.key"],
    }
}

And bitcoin would query it like that :
Quote
$ namecoind name_getjson khal bitcoin
{
    "bitcoin"  : "1J3EKMfboca3SESWGrQKESsG1MA9yK6vN4"
}
and namecoin :
Quote
$ namecoind name_getjson khal namecoin
{
    "namecoin" :
    {
      "donation": "N2pGWAh65TWpWmEFrFssRQkQubbczJSKi9",
      "default" : ["N2pGWAh65TWpWmEFrFssRQkQubbczJSKi9", "N2pGWAh65TWpWmEFrFssRQkQubbczJSKi9"],
    }
}
The namecoin client can propose to select "khal donation" or "khal default". If default is selected, one is chosen randomly.

The current draft for bitcoin/namecoin aliases says it can return several labels and several addresses. I don't know if this is really useful or not.

What do you think ?
213  Other / Beginners & Help / Re: NameCoins: Help a newbie on: May 27, 2012, 02:48:17 PM
Did you follow this : http://dot-bit.org/InstallAndConfigureNamecoin ?

If you are on windows, this message will not appear and you need to open a second terminal to type commands.
214  Other / Beginners & Help / Re: NameCoins: Help a newbie on: May 27, 2012, 02:06:20 PM
1. If I purchase namecoins I assume I store them and any "special coins" with my registered domains in a standard (separate) bitcoin wallet (local or online)?
Ah, just realised i strore my namecoins with the namecoin software. Just having trouble installing it on windows!!
You only need you namecoin wallet to be able to manage your namecoins and your domains. Domain name data is stored in the transactions, in the blockchain and your wallet gives you control on this (same as bitcoin, except there is additional data in tx).

2. If i choose to manage my own names, what is the window of opportunity to renew names when the expiration block approaches? Is there always going to be a period, however small, that your names are up for grabs? Does the existing software allow you to automate renewals?
Your names will expire after 36'000 blocks (~250 days) after the last update (name_update command). So, you have 36k blocks to update them. You are the only owner until it reaches 0 block left.
If you let them expire, you must register you domain again (name_new and name_firstupdate), before anybody else do it.
There is no automatic update, but there is a python script that can help you : http://dot-bit.org/forum/viewtopic.php?f=2&t=495.

I've just noticed that ur the administrator on the namecoin forum. Hopefully these questions aren't too stoopid and may help improve the existing documentation for the less tech savvy types like me
I'll complete the FAQ if needed :p
215  Bitcoin / Bitcoin Discussion / Re: [ANN] Namecoin v3.50 : faster & better on: May 27, 2012, 01:14:45 PM
It seems that here is an opportunity for namecoin to make itself useful for bitcoin and gain wider adoption. What do you think?

The alias feature is mentioned in the BIP 0015 and has been discussed on the bitcoin development mailing list.
I think Namecoin is the perfect solution for aliases because it relies on no external server (no dns server, no forced external service, etc), benefits from the blockchain advantages and would be very easy to add into bitcoin.

PS : BIP 0015 page is locked, so it's not possible so add Namecoin to the list.

But here is the the summary :
https://en.bitcoin.it/wiki/Talk:BIP_0015#Namecoin_aliases

And the Alias specification for Namecoin :
http://dot-bit.org/Namespace:Aliases
216  Bitcoin / Bitcoin Discussion / Re: [ANN] Namecoin v3.50 : faster & better on: May 27, 2012, 12:17:22 AM
No, namecoin is not dead. There is still a lot of work done, on a lot of external tools (proxies, bridges, dns servers, etc) needed for all this to work. And it's not finished Smiley. So, that's why there was no new namecoin releases (most of work done on other things). But, using it day to day was a bit frustrating, so, i've written some code to reduce my frustration :p

You can currently browse .bit easily, with Foxyproxy for example : http://dot-bit.org/How_To_Configure_Foxyproxy. But, you must trust my server, so, that's not perfect for everybody.
Our next step is to provide an easy tool to do the same on your computer (like the namecoin bundle).


Rebasing namecoin on bitcoin 0.6.x will be done by vinced if nobody else is volunteer. But, vince is almost disappeared... so any help is welcome.

For the windows build, i've contacted twobits, who built the previous versions. If some body else want to provide binaries for windows and mac, they are welcome too.

For sure, we don't have as much developers as bitcoin :p
217  Other / Beginners & Help / Re: NameCoins: Help a newbie on: May 26, 2012, 09:01:40 PM
Hi bangers.

Indeed, if you register your names with namecoin, you'll need to renew names youself.
You'll also need to have a hosting that allows you to add a .bit.

To transform a registered name into a valid .bit domain, you only need to put a valid json value (you can do it at registration time or later with an update).
218  Bitcoin / Bitcoin Discussion / Re: [ANN] Namecoin v3.50 : faster & better on: May 26, 2012, 08:47:26 PM
Hum, possible (i've an old habit to post here :p). Could someone move it if it fits better in Alt coin ?

Did you test namecoin ? :p
219  Bitcoin / Bitcoin Discussion / [ANN] Namecoin v3.50 : faster & better on: May 26, 2012, 08:29:34 PM
A new version of namecoin is available ! Smiley

Project : http://dot-bit.org/
Files : http://dot-bit.org/files/

Improved performances :

* New index for names, created at first startup
* Faster name_scan (3x)
* Faster name_list (11x !)

New rpc commands :

* sendtoname : sendtoname <namecoinname> <amount> [comment] [comment-to]
- allow you to send namecoin to last owner of a name

* name_show : name_show <name>
- show only one name (same as name_scan "xx" 1) or nothing of name is not found

* name_filter : name_filter [regexp] [maxage=36000] [from=0] [nb=0] [stat]
- filter names with regular expressions, height of a name (to get only names from last X blocks), to count names, etc
Examples :
* list all unexpired names
namecoind name_filter

* list all names in the d/ namespace
namecoind name_filter "^d/" 0

* list names modified last 150 blocks
namecoind name_filter "^d/" 150

* count names modified last 150 blocks
namecoind name_filter "^d/" 150 0 0 stat

* list 20 names from number 100
namecoind name_filter "" 0 100 20

Other

* name_scan now only returns the minimum of data (8MB instead of 16MB)
* if index of names (nameindexfull.dat) is deleted, it'll be recreated at startup.
* default rpc port updated to not conflict with bitcoin
* config file renamed to namecoin.conf (it's never too late...). Still works with original name. Same for pid file.


Some really useful changes !
NamecoinToBind will be updated soon to benefit from this.

Check it out !  Tongue
220  Bitcoin / Bitcoin Discussion / Re: [ANN] A new proxy for Namecoin on: May 24, 2012, 08:29:41 PM
To summarize : which part is blocking you and what would you like ? :p

Honestly? I don't even know how to answer your question... Embarrassed

Nothing is actually blocking me yet... I wouldn't know where to begin!

That's how 'untechnical' I am!  Grin

I get your point, when you say that easier stuff implies less possibilities, but eventually (even if it's in three or five years), I believe this will have to come down to icons and buttons...

That is if you guys want it to have a wide social/political impact, and I'm sure you do!

I accept the idea that before getting there, you first have to explore all the abstract aspects at it's core... It's just I'm not qualified to make pertinent critiques!

But I'll try the FireFox thingy tonight! Wink

As if the foxyproxy guy listened to you, he added the automatic configuration method (only visit a link :p) :
http://dot-bit.org/How_To_Configure_Foxyproxy

I think you are right on where we must go. This will need some brainstorming :p
Thanks for your untechnical report Smiley
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!