Open mamumi opened 4 years ago
Once you have your xprv or xpub from ku create
you can generate child nodes from that, each node has an associated address.
$ ku create
$ ku <your-xpub-here> -s 0/0-10
This will generate 10 subkeys (using -s). If you are only interested in new addresses add the -a
parameter to the end:
ku <xpub> -s 0/0-10 -a
`
hello i am new on python, i know it how to create Bitcoin address , p2sh segwit and Bitcoin segwit address on python console ?