"```" #: src/guides/sat-hunting.md:112 msgid "Import your wallet descriptors into `foo-watch-only`:" msgstr "Importa los descriptores de tu monedero a `foo-solo-lectura`:" #: src/guides/sat-hunting.md:114 msgid "" "```sh\n" "bitcoin-cli importdescriptors \\\n" " '[{ \"desc\": " "\"wpkh([bf1dd55e/84h/0h/0h]xpub6CcJtWcvFQaMo39ANFi1MyXkEXM8T8ZhnxMtSjQAdPmVSTHYnc8Hwoc11VpuP8cb8JUTboZB5A7YYGDonYySij4XTawL6iNZvmZwdnSEEep/0/*)#tpnxnxax\", " "\"timestamp\":0 }]'\n" "```" msgstr "" "```sh\n" "bitcoin-cli importdescriptors \\\n" " '[{ \"desc\": " "\"wpkh([bf1dd55e/84h/0h/0h]xpub6CcJtWcvFQaMo39ANFi1MyXkEXM8T8ZhnxMtSjQAdPmVSTHYnc8Hwoc11VpuP8cb8JUTboZB5A7YYGDonYySij4XTawL6iNZvmZwdnSEEep/0/*)#tpnxnxax\", " "\"timestamp\":0 }]'\n" "```" #: src/guides/sat-hunting.md:119 msgid "" "If you know the Unix timestamp when your wallet first started receive " "transactions, you may use it for the value of `\"timestamp\"` instead of " "`0`. This will reduce the time it takes for Bitcoin Core to search for your " "wallet's UTXOs."