Files
genesis/cmd
Hanzo AI 222f6b9e32 feat: BIP44 wallet spending allocations from mnemonic
When LUX_MNEMONIC is set and -wallet-keys > 0, derive secp256k1
keys at m/44'/9000'/0'/0/{i} and add free spending allocations
(no vesting, no lock) with both luxAddr and ethAddr.

Flags:
  -wallet-keys N    Number of mnemonic-derived keys (default 0)
  -wallet-amount N  LUX per key (default 10000)

These keys can be used by the bootstrap tool to create L1 chains
without needing access to node staker TLS cert keys.
2026-04-06 22:56:20 -07:00
..