Descriptors Wallet (Bitcoin Core) Since Bitcoin Core 23.0, descriptor wallets are the default. Legacy BDB wallets are deprecated and cannot be created in 27.0+. Create Options: - for watch-only. - to create without auto-generated descriptors (you'll import yours). - (SQLite-level encryption). Default descriptors When created with , Core auto-generates: - (legacy) — receive + change. - (P2SH-segwit) — receive + change. - (native segwit) — receive + change. - (Taproot) — receive + change. Each at standard BIP44/49/84/86 paths under a fresh internal master. Import descriptors For watch-only wall…