Idea: Create a C++ function that generates a hierarchical deterministic wallet (HD Wallet) addresses using seed, master key and private key, down the hierarchy the levels defined in BIP 44 standard, in Linux using libbitcoin-system (Bitcoin development library) with Boost. A short devlog post.