Open-source 2-of-3 policy-enforced threshold HSM: auto-signs cold→hot treasury refills under on-device Coldcard policy, no human in the loop. Includes the full operator manual + quick-start, the reference coordinator/signing code, and a signer-host bootstrap. No keys, seeds, or secrets — placeholders only. Live signet demo: https://multisighsm.mineracks.com Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
19 lines
226 B
Plaintext
19 lines
226 B
Plaintext
# Key material, addresses, and runtime artifacts — NEVER commit these.
|
|
*.secret
|
|
seeds/
|
|
*.seed
|
|
*_addr.txt
|
|
signet_addr.txt
|
|
sink_addr.txt
|
|
*.psbt
|
|
*.log
|
|
*.manifest
|
|
spend_ledger.json
|
|
.env
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
.venv/
|
|
venv/
|