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?