{% from "macros.html" import textarea, subhead %} {% call accord('Derivation Paths', 'For message signing & address generation', pill="ADVANCED") %}
You may limit text message signing to specific derivation paths. Similarly, the Coldcard will not share calculated addresses or derived XPUB values, unless whitelisted here.
Leave blank to block corresponding feature. Multiple values maybe be given, separated by spaces or commas.
{{ textarea('POLICY.msg_paths', "Will only sign messages using indicated path(s)", placeholder="(signing not be allowed)") }}| Special Values | |
|---|---|
| any | Allow any path. |
| m/1/2/3/* | Require that path but the last position is any value. |
| m/1/2/3/*' | Last position must be hardened. |
| p2sh | Allow P2SH (script) addresses for multisig wallets. |