You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
positiveblue
fa1483a00d
`hsm_secret` generation from a seed-phrase
tools: Add `generatehsm` method to hsmtool to derivate BIP32 seeds from a
mnemonic using the BIP39 standard.
The new method uses libwally for the BIP39 to BIP32 derivation. It also
fails if an hsm_secret file already exists, so we do not overwrite
someone else's wallet without noticing.
It allows the use of passphrases, the ECHO mode in the terminal is
disable for higher security.
It currently supports "en", "es", "fr", "it", "jp", "zhs", "zht".
Changelog-Added: hsmtool: `hsm_secret` generation from a seed-phrase following BIP39.
4 years ago
..
gen
tools/generate-wire.py: strip trailing whitespace on lines, fix bolt quotes.
4 years ago
test
Makefile: make check-includes check all the non-generated files.
4 years ago
Makefile
tools: remove headerversions.o on clean
4 years ago
bench-gossipd.sh
gossipd: remove unnecessary dev_unknown_channel_satoshis arg.
6 years ago
build-release.sh
build: Update build-release.sh to remove i386 build
5 years ago
check-bolt.c
Makefile: make check-includes check all the non-generated files.
4 years ago
check-includes.sh
devtools/create-gossipstore: clean up enough to pass check-source.
6 years ago
check-manpage.sh
doc/Makefile: adapt 'check-manpages' to markdown
5 years ago
check-markdown.sh
tools: use /usr/bin/env bash instead of /bin/bash
7 years ago
check-setup_locale.sh
setup: add setup to make checks
5 years ago
check-spelling.sh
EXPERMENTAL_FEATURES: Import onion message types.
5 years ago
docker-entrypoint.sh
Take LIGHTNINGD_NETWORK env variable in Dockerfile.
5 years ago
generate-wire.py
wires: towire/fromwire for wally_tx
4 years ago
headerversions.c
allow building without sqlite3
4 years ago
hsmtool.c
`hsm_secret` generation from a seed-phrase
4 years ago
mockup.sh
tools-make: add mock parser for clang ld output
5 years ago
refresh-submodules.sh
tools/refresh-submodules.sh: don't exit, but wait if called in parallel.
4 years ago
rel.sh
tools: use /usr/bin/env bash instead of /bin/bash
7 years ago
repro-build.sh
repro: Allow dashes in the version number
4 years ago
update-mocks.sh
update-mocks: make it a bit easier to tell what step is happening
5 years ago