Sailias / bitcoin_payable

A rails bitcoin payment processing gem
MIT License
121 stars 31 forks source link

segwit addresses #17

Closed krtschmr closed 4 years ago

krtschmr commented 7 years ago

did anything change for the MPK with the new segwit addresses? i didn't find any changes, so i assume everything is the same for the masterpublickey?

starcharles commented 7 years ago

masterpublickey(extended pubkey) will change in the segwit address.

root deriviation path is different in ordinal bip44 HD-wallet keys(m/44/ ////)

but for segwit addresses m/49/ should be used. money-tree have not implemented for segwit adaption yet, so I think money-tree is the first one to do these new tasks.

krtschmr commented 5 years ago

money-tree still doesn't support segwit?

bummer....