GoUpNumber / gun

The Go Up Number Wallet
BSD Zero Clause License
49 stars 9 forks source link

gun init with coldcard sd path #63

Closed LLFourn closed 2 years ago

LLFourn commented 2 years ago

You should be able to inititialize gun with a coldcard:

gun init coldcard /path/to/sd-card

It should be able to read the PSBT in some format and initialize the wallet in a similar manner to https://github.com/LLFourn/gun/issues/62 but instead reading the descriptor info from the exported keys. It should also set the psbt output dir to the appropriate place.

LLFourn commented 2 years ago

As a bonus see what it's like to use https://coldcard.com/docs/bip85 to generate "secret_protocool_randomness"

LLFourn commented 2 years ago

fixed in #71