Understanding the core concepts
Community + Code = Cryptocurrency
Dash is "digital cash", a crypto-currency
private_key =~ random_number
private_key_computer = f ( seed, [PRNG] )
public_key = f ( private_key , crypto )
public_address = f ( public_key, hash_function )
Questions?