Blockchain addresses, or "accounts," are generated in most blockchain designs by:
-
A
The most recent block height hash combined with a cryptographic private key
-
B
A PRNG output guaranteed to be unique
-
C
A server/node timestamp added to a PRNG output
-
D
Creating a hash based on a cryptographic public key and various meta data