When I create addresses in the API library (i.e., using getNewAddress()
), there is an optional security
parameter.
What does this parameter do, and what values does it accept?
When I create addresses in the API library (i.e., using getNewAddress()
), there is an optional security
parameter.
What does this parameter do, and what values does it accept?
It's the "Security level to be used for the private key / address. Can be 1, 2 or 3."
A security level determines the number of rounds for hashing, or in other words the length of the private key.
Related reading: