msgid "" "If your wallet's public key descriptor is compromised, an attacker will be " "able to see your wallet's addresses, but your funds will be safe." msgstr "" #: src/guides/sat-hunting.md:88 msgid "" "If your wallet's private key descriptor is compromised, an attacker can " "drain your wallet of funds." msgstr "" #: src/guides/sat-hunting.md:91 msgid "" "Get the wallet descriptor from the wallet whose UTXOs you want to search for " "rare ordinals. It will look something like this:" msgstr "" #: src/guides/sat-hunting.md:94 msgid "" "```\n" "wpkh([bf1dd55e/84'/0'/0']xpub6CcJtWcvFQaMo39ANFi1MyXkEXM8T8ZhnxMtSjQAdPmVSTHYnc8Hwoc11VpuP8cb8JUTboZB5A7YYGDonYySij4XTawL6iNZvmZwdnSEEep/0/" "*)#csvefu29\n" "```" msgstr "" #: src/guides/sat-hunting.md:98 msgid "Create a watch-only wallet named `foo-watch-only`:" msgstr "" #: src/guides/sat-hunting.md:100 msgid "" "```sh\n" "bitcoin-cli createwallet foo-watch-only true true\n" "```" msgstr "" #: src/guides/sat-hunting.md:104 msgid "Feel free to give it a better name than `foo-watch-only`!"