how to generate private and public keys in labh coin?
Before how to generate, you should know For each private key, there is a (public key). The two keys are called key pairs
The (public key) is used to store coins, while the (private key) allows you to send coins stored within the (public key).
The pairs are connected by a one-way mathematical algorithm. That means that the (public key) can be obtained through the (private key),
But you cant obtain the (private key) through the (public key). That way, people who know your (public key) cant find out your (private key) information.
And thats a good thing or else everybody could find out your (private key) if they know your (public key)........