whats the difference?
from the readme:
-d or --deterministic: Generate deterministic addresses based on a pre-defined mnemonic.
-m or --mnemonic: Use a specific HD wallet mnemonic to generate initial addresses.
-d: Pre-defined mnemonic, but you don't care what it is. i.e., you just care about determinism: $ testrpc -d
-m: You care what the mnemonic is: $ testrpc -m "dead fish racket soul plunger dirty boats cracker mammal nicholas cage"
Both are deterministic, but only in the latter case do the details of that determinism matter to you (and as such, it requires more complex input).
ohhhhh
How to use -m key? example pls
Most helpful comment
-d: Pre-defined mnemonic, but you don't care what it is. i.e., you just care about determinism:-m: You care what the mnemonic is:Both are deterministic, but only in the latter case do the details of that determinism matter to you (and as such, it requires more complex input).