-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
Description
Dear all, sry to ask this question here... However, I am not able to figure out how to use the API and derive addresses from a xpub key only.
The same functionality is available in bitcore-lib e.g. (https://github.com/bitpay/bitcore-lib/blob/master/test/hdpublickey.js#L189)
Can anybody give me an example, how this works with? In a way like: var address1 = hdnode.derive(1234)
. The question is how to configure hdnode
with the respective xpub key.