|
| 1 | +--- |
| 2 | +title: Bitcoin Core 0.21.2 |
| 3 | +id: es-release-0.21.2 |
| 4 | +name: release-0.21.2 |
| 5 | +permalink: /es/releases/0.21.2/ |
| 6 | +excerpt: Bitcoin Core versión 0.21.2 ya está disponible |
| 7 | +date: 2021-09-29 |
| 8 | +type: releases |
| 9 | +layout: page |
| 10 | +lang: es |
| 11 | + |
| 12 | +## Use a YAML array for the version number to allow other parts of the |
| 13 | +## site to correctly sort in "natural sort of version numbers". |
| 14 | +## Use the same number of elements as decimal places, e.g. "0.1.2 => [0, |
| 15 | +## 1, 2]" versus "1.2 => [1, 2]" |
| 16 | +release: [0, 21, 2] |
| 17 | + |
| 18 | +## Optional magnet link. To get it, open the torrent in a good BitTorrent client |
| 19 | +## and View Details, or install the transmission-cli Debian/Ubuntu package |
| 20 | +## and run: transmission-show -m <torrent file> |
| 21 | +# |
| 22 | +## Link should be enclosed in quotes and start with: "magnet:? |
| 23 | +optional_magnetlink: "magnet:?xt=urn:btih:c1a634e9efb58d783ccda4e710d8105d7ddd31ab&dn=bitcoin-core-0.21.2&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.torrent.eu.org%3A451%2Fannounce&tr=udp%3A%2F%2Ftracker.bitcoin.sprovoost.nl%3A6969" |
| 24 | + |
| 25 | +# Note: it is recommended to check all links to ensure they use |
| 26 | +# absolute urls (https://github.com/bitcoin/bitcoin/doc/foo) |
| 27 | +# rather than relative urls (/bitcoin/bitcoin/doc/foo). |
| 28 | +--- |
| 29 | +{% include download.html %} |
| 30 | +{% githubify https://github.com/bitcoin/bitcoin %} |
| 31 | +0.21.2 Notas del lanzamiento |
| 32 | +============================ |
| 33 | + |
| 34 | +Bitcoin Core versión 0.21.2 ya está disponible en: |
| 35 | + |
| 36 | + <https://bitcoincore.org/bin/bitcoin-core-0.21.2/> |
| 37 | + |
| 38 | +Esta actualización menor incluye varios arreglos de errores y mejoras |
| 39 | +en el rendimiento, así como traducciones actualizadas. |
| 40 | + |
| 41 | +Por favor informe de errores usando la aplicación de seguimiento de |
| 42 | +cuestiones en GitHub: |
| 43 | + |
| 44 | + <https://github.com/bitcoin/bitcoin/issues> |
| 45 | + |
| 46 | +Para recibir notificaciones sobre actualizaciones y sobre seguridad (en |
| 47 | +inglés), por favor suscríbase a: |
| 48 | + |
| 49 | + <https://bitcoincore.org/en/list/announcements/join/> |
| 50 | + |
| 51 | +Cómo actualizar {#how-to-upgrade} |
| 52 | +================================= |
| 53 | + |
| 54 | +Si está vd. utilizando una versión antigua, apáguela. Espere a que se |
| 55 | +haya detenido por completo (lo cual podría tardar varios minutos en |
| 56 | +algunos casos), entonces ejecute el instalador (en Windows) o sin más |
| 57 | +copie o arrastre `/Applications/Bitcoin-Qt` (en macOS) o |
| 58 | +`bitcoind`/`bitcoin-qt` (en GNU/Linux). |
| 59 | + |
| 60 | +Actualizar directamente desde una versión de Bitcoin Core que haya |
| 61 | +alcanzado su fin de vida útil (EOL) es posible, pero podría tardar |
| 62 | +algo de tiempo si el directorio de datos requiere ser migrado. Las |
| 63 | +versiones antiguas de la cartera de Bitcoin Core están por lo general |
| 64 | +soportadas. |
| 65 | + |
| 66 | +Compatibilidad {#compatibility} |
| 67 | +=============================== |
| 68 | + |
| 69 | +Bitcoin Core tiene soporte para y es exhaustivamente probado en los |
| 70 | +sistemas operativos que utilizan el kernel Linux, macOS 10.12+, y |
| 71 | +Windows 7 y posteriores. Bitcoin Core debería además funcionar en la |
| 72 | +mayoría de los otros sistemas UNIX-like pero no está tan |
| 73 | +frecuentamente comprobado en ellos. No es recomendable usar Bitcoin |
| 74 | +Core en sistemas no soportados. |
| 75 | + |
| 76 | +Desde Bitcoin Core 0.20.0 en adelante, las versiones de macOS anteriores |
| 77 | +a la 10.12 ya no están soportadas. Adicionalmente, Bitcoin Core |
| 78 | +todavía no cambia de apariencia cuando el "modo oscuro" ("dark mode") |
| 79 | +está activo. |
| 80 | + |
| 81 | +Registro detallado de cambios en 0.21.2 {#change-log} |
| 82 | +===================================================== |
| 83 | + |
| 84 | +### Protocolo entre iguales (P2P) y código de redes |
| 85 | + |
| 86 | +- #21644 use NetPermissions::HasFlag() in CConnman::Bind() (jonatack) |
| 87 | +- #22569 Rate limit the processing of rumoured addresses (sipa) |
| 88 | + |
| 89 | +### Cartera |
| 90 | + |
| 91 | +- #21907 Do not iterate a directory if having an error while accessing it (hebasto) |
| 92 | + |
| 93 | +### Llamada a procedimiento remoto (RPC) |
| 94 | + |
| 95 | +- #19361 Reset scantxoutset progress before inferring descriptors (prusnak) |
| 96 | + |
| 97 | +### Sistema de construcción (Build) |
| 98 | + |
| 99 | +- #21932 depends: update Qt 5.9 source url (kittywhiskers) |
| 100 | +- #22017 Update Windows code signing certificate (achow101) |
| 101 | +- #22191 Use custom MacOS code signing tool (achow101) |
| 102 | +- #22713 Fix build with Boost 1.77.0 (sizeofvoid) |
| 103 | + |
| 104 | +### Pruebas y QA |
| 105 | + |
| 106 | +- #20182 Build with --enable-werror by default, and document exceptions (hebasto) |
| 107 | +- #20535 Fix intermittent feature_taproot issue (MarcoFalke) |
| 108 | +- #21663 Fix macOS brew install command (hebasto) |
| 109 | +- #22279 add missing ECCVerifyHandle to base_encode_decode (apoelstra) |
| 110 | +- #22730 Run fuzzer task for the master branch only (hebasto) |
| 111 | + |
| 112 | +### GUI |
| 113 | + |
| 114 | +- gui#277 Do not use QClipboard::Selection on Windows and macOS. (hebasto) |
| 115 | +- gui#280 Remove user input from URI error message (prayank23) |
| 116 | +- gui#365 Draw "eye" sign at the beginning of watch-only addresses (hebasto) |
| 117 | + |
| 118 | +### Miscelánea |
| 119 | + |
| 120 | +- #22002 Fix crash when parsing command line with -noincludeconf=0 (MarcoFalke) |
| 121 | +- #22137 util: Properly handle -noincludeconf on command line (take 2) (MarcoFalke) |
| 122 | + |
| 123 | + |
| 124 | +Créditos |
| 125 | +======== |
| 126 | + |
| 127 | +Gracias a todos los que han contribuído directamente a esta edición: |
| 128 | + |
| 129 | +- Andrew Chow |
| 130 | +- Andrew Poelstra |
| 131 | +- fanquake |
| 132 | +- Hennadii Stepanov |
| 133 | +- Jon Atack |
| 134 | +- Kittywhiskers Van Gogh |
| 135 | +- Luke Dashjr |
| 136 | +- MarcoFalke |
| 137 | +- Pavol Rusnak |
| 138 | +- Pieter Wuille |
| 139 | +- prayank23 |
| 140 | +- Rafael Sadowski |
| 141 | +- W. J. van der Laan |
| 142 | + |
| 143 | +Así como a todos aquellos que han ayudado con las traducciones en |
| 144 | +[Transifex](https://www.transifex.com/bitcoin/bitcoin/). |
| 145 | +{% endgithubify %} |
0 commit comments