remove msas (always allowed) remove unsort_ms (always allowed) rework fake_txn # Conflicts: # cli/signit.py # releases/ChangeLog.md # releases/History-Mk4.md # releases/Next-ChangeLog.md # releases/signatures.txt # shared/actions.py # shared/address_explorer.py # shared/auth.py # shared/backups.py # shared/chains.py # shared/decoders.py # shared/descriptor.py # shared/display.py # shared/export.py # shared/flow.py # shared/lcd_display.py # shared/multisig.py # shared/nfc.py # shared/notes.py # shared/nvstore.py # shared/ownership.py # shared/paper.py # shared/psbt.py # shared/qrs.py # shared/seed.py # shared/serializations.py # shared/utils.py # shared/ux.py # shared/ux_mk4.py # shared/ux_q1.py # shared/version.py # shared/wallet.py # shared/xor_seed.py # stm32/COLDCARD_MK4/file_time.c # stm32/COLDCARD_Q1/file_time.c # stm32/MK4-Makefile # stm32/Q1-Makefile # testing/conftest.py # testing/helpers.py # testing/test_address_explorer.py # testing/test_backup.py # testing/test_bbqr.py # testing/test_export.py # testing/test_msg.py # testing/test_multisig.py # testing/test_notes.py # testing/test_ownership.py # testing/test_sign.py # testing/test_unit.py # testing/txn.py |
||
|---|---|---|
| .. | ||
| sample-electrum-wallets | ||
| backup-files.md | ||
| backup.7z | ||
| bip85-passwords.md | ||
| bitcoin-core2of2desc.md | ||
| bitcoin-core-usage.md | ||
| dev-access.md | ||
| dev-custom.png | ||
| dev-warning.png | ||
| electrum-usage.md | ||
| generic-wallet-export.md | ||
| iphone_nfc.jpg | ||
| key-teleport.md | ||
| limitations.md | ||
| memory-map.md | ||
| menu-tree.txt | ||
| microsd-2fa.md | ||
| miniscript.md | ||
| msg-signing.md | ||
| nfc-coldcard.md | ||
| nfc-pushtx.md | ||
| notes-on-repro.md | ||
| paperwallet.pdf | ||
| pin-entry.md | ||
| README.md | ||
| rolls12.py | ||
| rolls.py | ||
| secure-elements.md | ||
| security-model.md | ||
| seed-xor.md | ||
| taproot.md | ||
| temporary-seeds.md | ||
| upgrade-recovery.md | ||
| usb-batteries.md | ||
| web2fa.md | ||
Coldcard Internal Documentation
These docs are meant for you hackers out there... but also for anyone who wants to understand why it's safe to put your moneys into Coldcard.
pin-entry.mdHuge and detailed discussion of PIN codes and the security element that holds the secrets.dev-access.mdHow developers can modify Coldcard to extend it.memory-map.mdMemory map highlightsbackup-files.mdSome details of our encrypted backup files.electrum-usage.mdImporting seed words into Electrum for funds usage (and other tips).bitcoin-core-usage.mdHow to use with Bitcoin Core.limitations.mdDocumented limitations, policy choices, and TODO items.paperwallet.pdfExample paper wallet template file.seed-xor.mdMore about Seed XOR feature, including fully worked Seed XOR example, and useful XOR lookup chart.menu-tree.txtDump of the menu system. Incomplete, may be out of date.