Post
Topic
Board Altcoin Discussion
Re: Easiest way to generate FTC and CHN/CNC addresses
by
503guy
on 06/05/2013, 00:45:22 UTC
What's the easiest way to generate FTC and CHN/CNC addresses without downloading/compiling each client?

Dig thru liteaddress.org source and find how the scrypt addresses are generated -- then --

Dig thru litecoin-qt source and find where the addresses generation source is stored -- then --

The other clients are exact copies of litecoin, so just find the same exact section of code in those clients..

too bad it's not as easy as bitcoin:

echo -n "random data" |sha256sum


Actually, now that I think of it -- couldn't you use a litecoin address as a FTC or CNC address?