"Core is installed, you should be able to run `bitcoind -version` "
"successfully from the command line."
msgstr ""
"Este guia não cobre a instalação do Bitcoin Core em detalhes. Depois que o "
"Bitcoin Core estiver instalado, você poderá executar `bitcoind -version` "
"com sucesso a partir da linha de comando."
#: src/guides/inscriptions.md:51
msgid "Configuring Bitcoin Core"
msgstr "Configurando o Bitcoin Core"
#: src/guides/inscriptions.md:54
msgid "`ord` requires Bitcoin Core's transaction index."
msgstr "`ord` requer o índice de transação do Bitcoin Core."
#: src/guides/inscriptions.md:56
msgid ""
"To configure your Bitcoin Core node to maintain a transaction index, add the "
"following to your `bitcoin.conf`:"
msgstr ""
"Para configurar seu nó Bitcoin Core para manter um índice de transação, adicione "
"o seguinte ao seu `bitcoin.conf`:"
#: src/guides/inscriptions.md:59
#: src/guides/sat-hunting.md:30
msgid ""
"```\n"
"txindex=1\n"
"```"
msgstr ""
"```\n"
"txindex=1\n"
"```"
#: src/guides/inscriptions.md:63