In common blockchain design, blockchain addresses or “accounts” are generated by:
A PRNG output guaranteed to be unique
A server/node timestamp added to a PRNG output
Creating a hash based on a cryptographic public key and various meta data
The most recent block height hash combined with a cryptographic private key
Submit