Closed ser closed 9 years ago
Sorry about that - the README had mnemonic-type
but args-parse was still using mnemonic-parser
also mnemonic got changed to from-mnemonic
. Both should be fixed now(https://github.com/pik/pypayd/commit/d85c96b72e3aaf8c863faf3f6a86d552ef1d838e). You don't need a mnemonic package.
fantastic, wallet is created.
thanks!
Hi, it is not the end of problems :-) Following quick example:
and it is not strange, because
$ python pypayd.py wallet --help
does not offer such a parameter, indeed.Worse is, that it does not work at all:
PS I have installed mnemonic from pip, is it the correct one, or it is completely unrelated module?