if the fundamentals are the same as bitcoin you can't just pick a random address on your own, the address has to match certain rules which is the base58 encoding with checksum. like this:
Code:
Bitcoin address = version + RIPEMD-160(SHA-256( Public Key )) + checksum