Author

Topic: generate multiply address using bx? (Read 562 times)

legendary
Activity: 1736
Merit: 1023
December 07, 2016, 12:58:57 AM
#4
can I generate multiply addresses from one seed or private key in bx (libbitcoin explorer)?

Yeah, it looks like you can. You have to use the HD functionality as shown on the following pages:
https://github.com/libbitcoin/libbitcoin-explorer/wiki/bx-hd-public
https://github.com/libbitcoin/libbitcoin-explorer/wiki/bx-hd-private

You should be able to specify the index variable to indicate which address in the array you want to access.
then generated addresses using index connected to private key? I mean, then I can recover all payments by knowing just master private key? or I sholud generate private key for each index?

You would need to generate the private key for each index in order to move the funds from those addresses. But all you need to remember is the seed, because then you can generate the public or private keys based on just an index number.
copper member
Activity: 17
Merit: 1
December 06, 2016, 04:25:17 AM
#3
can I generate multiply addresses from one seed or private key in bx (libbitcoin explorer)?

Yeah, it looks like you can. You have to use the HD functionality as shown on the following pages:
https://github.com/libbitcoin/libbitcoin-explorer/wiki/bx-hd-public
https://github.com/libbitcoin/libbitcoin-explorer/wiki/bx-hd-private

You should be able to specify the index variable to indicate which address in the array you want to access.
then generated addresses using index connected to private key? I mean, then I can recover all payments by knowing just master private key? or I sholud generate private key for each index?
legendary
Activity: 1736
Merit: 1023
December 05, 2016, 09:50:25 PM
#2
can I generate multiply addresses from one seed or private key in bx (libbitcoin explorer)?

Yeah, it looks like you can. You have to use the HD functionality as shown on the following pages:
https://github.com/libbitcoin/libbitcoin-explorer/wiki/bx-hd-public
https://github.com/libbitcoin/libbitcoin-explorer/wiki/bx-hd-private

You should be able to specify the index variable to indicate which address in the array you want to access.
copper member
Activity: 17
Merit: 1
December 05, 2016, 10:46:54 AM
#1
can I generate multiply addresses from one seed or private key in bx (libbitcoin explorer)?
Jump to: