Hi,
I have few questions about Hierarchical Deterministic usage:
-
In the example of the readme it shows the following line:
xprv = bitsv.Bip32utils.get_xprv_bip32_node("xprv9s21ZrQH143K4Un4SHjdvXpzzdQjpm7vVhQ79BMi5V58nptUo4NGqytwH68XAVj5LkDxjSqdVjdDinFCT8WqfBT7zigdtaGcrffTmBdwFH5")
From where exactly do get the string in the function parameter?
-
When i receive a payment into the addresses supplied by bitsv.Bip32utils.get_addresses_from_xprv() output does the balance of the received funds summarizes into a single parent address?
Assuming 2 is true:
-
Can i send payments from that parent address using the first example in the readme?
if not then how?
-
When that transaction is made then does multiple transactions of all the HD addresses are created? or only from the parent address?
-
Can the transactions made by the parent address be tracked if someone has a child HD address of it?
Thanks
Hi,
I have few questions about Hierarchical Deterministic usage:
In the example of the readme it shows the following line:
xprv = bitsv.Bip32utils.get_xprv_bip32_node("xprv9s21ZrQH143K4Un4SHjdvXpzzdQjpm7vVhQ79BMi5V58nptUo4NGqytwH68XAVj5LkDxjSqdVjdDinFCT8WqfBT7zigdtaGcrffTmBdwFH5")
From where exactly do get the string in the function parameter?
When i receive a payment into the addresses supplied by bitsv.Bip32utils.get_addresses_from_xprv() output does the balance of the received funds summarizes into a single parent address?
Assuming 2 is true:
Can i send payments from that parent address using the first example in the readme?
if not then how?
When that transaction is made then does multiple transactions of all the HD addresses are created? or only from the parent address?
Can the transactions made by the parent address be tracked if someone has a child HD address of it?
Thanks