0
Is is possible to generate the private key based on private key, means suppose if i am having one set as bellow :
privatekey : '02XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXacdefd'
publickey : '032XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'
Address : 'MnasXXXXXXXXXXXXXXXXXXXXXXXXXXXX'
suppose we consider for example above is one wallet now i want to create sub wallet of it then is possible something
privatekey : '02XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXacdefe'
publickey : '032XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'
Address : 'MnasXXXXXXXXXXXXXXXXXXXXXXXXXXXX'
just change last digit of private key like 'd' to 'e' and we consider that one is sub wallet.
Is it possible with bitcore library.? or it the correct way to do..?
How is this related to bitcore? – Pieter Wuille – 2017-10-10T23:06:34.483
https://bitcore.io/api/lib/hd-keys – Bjarne – 2017-10-11T06:26:49.723