http://mmgen-wallet.i2p/project/mmgen/mmgen-wallet/commit/ea1e8d1228db50c9776998ff50d270af52b35540?lang=lv-LV
/usr/bin/env python3 +# +# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# Copyright (C)2013-2024 The MMGen Project <
[email protected]> +# Licensed under the GNU General Public License, Version 3: +# https://www.gnu.org/licenses +# Public project repositories: +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet + +""" +examples/bip_hd.py: Usage examples for the MMGen BIP-32/-
44 hierarchical/deterministic library +""" + +from mmgen.cfg...