Author

Topic: Namecoin blockchain explorer and addresses (Read 4943 times)

hero member
Activity: 533
Merit: 501
December 24, 2011, 11:10:29 PM
#12
tr: Illegal byte sequence
Try prefixing the pipeline with LC_ALL=C .


Thanks guys! Let me know your address 2112. JJ, you get a tip.
legendary
Activity: 2128
Merit: 1073
December 24, 2011, 05:59:40 PM
#11
tr: Illegal byte sequence
Try prefixing the pipeline with LC_ALL=C .
hero member
Activity: 533
Merit: 501
December 24, 2011, 02:57:28 PM
#10
Code:
 tr -dc a-f0-9 < /dev/urandom | head -c 64 | xargs ./pywallet.py --info --importhex --otherversion 52 --importprivkey
tr: Illegal byte sequence
legendary
Activity: 1176
Merit: 1280
May Bitcoin be touched by his Noodly Appendage
December 24, 2011, 12:42:32 PM
#9
so no one just has a priv/pub pair creator for namecoin?
Run this in pywallet directory:
Code:
tr -dc a-f0-9 < /dev/urandom | head -c 64 | xargs ./pywallet.py --info --importhex --otherversion 52 --importprivkey

It will give you something like:
Code:
Address (Namecoin): NJFPUnVCWkydLxF8QUCW7aeWG51weGj9uB
Privkey (Namecoin): 744ZPRLRJ1d9WGcb8MBmVPkS2cgFyCGnateqhq8Rm3wLu1UZHay
Hexprivkey: 9968c22c6091e18589496d6d378a29654ef4e350a5aded88c972e05a9fbb0a88


PS: you might want a better source of entropy
legendary
Activity: 966
Merit: 1004
Keep it real
December 24, 2011, 11:59:48 AM
#8
so no one just has a priv/pub pair creator for namecoin?

I would ask on the namecoin forums at dot-bit.org
hero member
Activity: 533
Merit: 501
December 24, 2011, 11:54:38 AM
#7
so no one just has a priv/pub pair creator for namecoin?
legendary
Activity: 966
Merit: 1004
Keep it real
December 22, 2011, 03:33:38 PM
#6
Can anyone point to something that will just create a priv/pub pair.

I don't actually want to have the client running, I just want to buy some namecoins off someone, and have an address to store them at (in case some day in the future they are worth something).

An alternative is to use an exchange account.  I don't know of a standalone key generator for namecoin.  You could also install client, generate a wallet and export 1+ sets of keypairs and then remove client/wallet.

http://exchange.bitparking.com/

That site is pretty solid, it's definitely an easy way to buy some then worry about moving them a little later on.
donator
Activity: 1218
Merit: 1079
Gerald Davis
December 22, 2011, 03:32:33 PM
#5
Can anyone point to something that will just create a priv/pub pair.

I don't actually want to have the client running, I just want to buy some namecoins off someone, and have an address to store them at (in case some day in the future they are worth something).

An alternative is to use an exchange account.  I don't know of a standalone key generator for namecoin.  You could also install client, generate a wallet and export 1+ sets of keypairs and then remove client/wallet.
hero member
Activity: 533
Merit: 501
December 22, 2011, 03:30:03 PM
#4
Can anyone point to something that will just create a priv/pub pair.

I don't actually want to have the client running, I just want to buy some namecoins off someone, and have an address to store them at (in case some day in the future they are worth something).
legendary
Activity: 966
Merit: 1004
Keep it real
December 22, 2011, 02:19:01 PM
#3
Also, is their a blockexplorer for namecoin? What about a nice friendly gui interface that will work on my mac for my wallet?

Check here for a GUI, there's a Java one so I think it could work on a mac.

Namecoin Blockexplorer
donator
Activity: 1218
Merit: 1079
Gerald Davis
December 22, 2011, 02:02:09 PM
#2
Namecoin uses same algorithm but a valid namecoin address begins with an N not a 1.  Unless the code was designed to produce namecoins address/key pairs it won't work.  Doesn't look like bitaddress does.

Block explorer:
http://explorer.dot-bit.org/
hero member
Activity: 533
Merit: 501
December 22, 2011, 01:50:57 PM
#1
Does namecoin work exactly the same way for priv/pub addresses. Can I use the same pair as a namecoin address and a bitcoin address. Can I use what is generated here:
https://www.bitaddress.org/
to create a namecoin address?

Also, is their a blockexplorer for namecoin? What about a nice friendly gui interface that will work on my mac for my wallet?
Jump to: