Bitcoin Forum
May 12, 2024, 05:43:52 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   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)?
1715535832
Hero Member
*
Offline Offline

Posts: 1715535832

View Profile Personal Message (Offline)

Ignore
1715535832
Reply with quote  #2

1715535832
Report to moderator
1715535832
Hero Member
*
Offline Offline

Posts: 1715535832

View Profile Personal Message (Offline)

Ignore
1715535832
Reply with quote  #2

1715535832
Report to moderator
There are several different types of Bitcoin clients. The most secure are full nodes like Bitcoin Core, but full nodes are more resource-heavy, and they must do a lengthy initial syncing process. As a result, lightweight clients with somewhat less security are commonly used.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715535832
Hero Member
*
Offline Offline

Posts: 1715535832

View Profile Personal Message (Offline)

Ignore
1715535832
Reply with quote  #2

1715535832
Report to moderator
1715535832
Hero Member
*
Offline Offline

Posts: 1715535832

View Profile Personal Message (Offline)

Ignore
1715535832
Reply with quote  #2

1715535832
Report to moderator
1715535832
Hero Member
*
Offline Offline

Posts: 1715535832

View Profile Personal Message (Offline)

Ignore
1715535832
Reply with quote  #2

1715535832
Report to moderator
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!