Post
Topic
Board Development & Technical Discussion
Merits 2 from 1 user
Re: Bitfinex, multisig, and BIP32/HD wallets
by
achow101
on 05/08/2016, 13:04:22 UTC
⭐ Merited by ETFbitcoin (2)
It is possible that bitfinex did have a new cold storage key for every user, but I find this to be very unlikely as it would be hard to maintain for cold storage.

Rather it is likely that they had one cold storage master key and each users cold storage keys were generated from that. They probably had a derivation path of m/0/i where i would be a unique id for each user. Then the internal and external keys would be derived as normal from that prefix path.