Bitcoin Forum
June 16, 2024, 12:33:59 PM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: generate multiply address using bx?  (Read 562 times)
eximalus (OP)
Copper Member
Newbie
*
Offline Offline

Activity: 17
Merit: 1


View Profile
December 05, 2016, 02:46:54 PM
 #1

can I generate multiply addresses from one seed or private key in bx (libbitcoin explorer)?
kolloh
Legendary
*
Offline Offline

Activity: 1736
Merit: 1023


View Profile
December 06, 2016, 01:50:25 AM
 #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.
eximalus (OP)
Copper Member
Newbie
*
Offline Offline

Activity: 17
Merit: 1


View Profile
December 06, 2016, 08: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?
kolloh
Legendary
*
Offline Offline

Activity: 1736
Merit: 1023


View Profile
December 07, 2016, 04: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.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!