Post
Topic
Board Development & Technical Discussion
Re: BIP32 with string indexes
by
tonych
on 21/05/2016, 07:18:00 UTC
Hash the string and split it up into 8 4-byte chunks, using those as your indexes.

Thanks I considered this option but didn't quite like it because of too many group operations to build such a long path.