I know Bitcoin addresses start with 1, and it seems that testnet addresses start with m or n, and Namecoin addresses start with N, but is there a more complete list that would allow me to identify the coin type from an address? I hope this isn't offtopic, asking about other block chains.

I specifically want to know what these addresses are for (they're embedded in the executable linked to in this question):

3Q9yidc7Sqwj4fkFmomzC4fqyFzNGTA21x
3Nw1sp46VjHyVDDAaQhDHZSX4xvoqNzrBs
3NjPgjfMAAbamPE5PcgvXHSkCzq4kqijpH

but a complete list associating address prefixes with coin types would be more useful.

link|improve this question

According to the last paragraph in en.bitcoin.it/wiki/BIP_0013#Rationale it looks like these are Bitcoin addresses, valid under BIP 13. Is it possible this in-the-wild malware is ready for P2SH before the official client is? – Chris Moore Feb 18 at 10:27
Alternative blockchain-based currencies are on-topic, see meta.bitcoin.stackexchange.com/questions/15/… . – Meni Rosenfeld Feb 18 at 16:29
feedback

1 Answer

up vote 1 down vote accepted

There is a list here, and a more detailed one here. 3 is indeed for a Bitcoin script hash.

link|improve this answer
I looked at blockexplorer.com/testnet/block/… to see some example testnet addresses. They start with 'm' and 'n' there... I'm guessing the wiki page is wrong. – Chris Moore Feb 18 at 22:21
I was hoping for a more complete list - there are all kinds of altchains (solidcoin, litecoin, tenebrix, ixcoin, geistgeld (?), etc.), none of which I care about, but it would be useful to have a definitive list that would let me know what kind of an address I was looking at. – Chris Moore Feb 18 at 22:22
The wiki page was changed in this revision: en.bitcoin.it/w/… - the same change which makes the page say things like "Bitcoin addresses always start with the digit '3'". – Chris Moore Feb 19 at 1:41
1  
Sounds like the kind of edit Luke would make. I created a more complete list at en.bitcoin.it/wiki/List_of_address_prefixes , but it still requires some work. – Meni Rosenfeld Feb 19 at 6:36
1  
@ChrisMoore Great work. – Meni Rosenfeld Feb 20 at 9:10
show 1 more comment
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.