|
| 1 | +--- |
| 2 | +title: Bitcoin Core 28.2 |
| 3 | +id: es-release-28.2 |
| 4 | +name: release-28.2 |
| 5 | +permalink: /es/releases/28.2/ |
| 6 | +excerpt: Bitcoin Core version 28.2 ya está disponible |
| 7 | +date: 2025-06-26 |
| 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: [28, 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:7afc299da40a45400e560d535324c7147fc47a20&dn=bitcoin-core-28.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&ws=http%3A%2F%2Fbitcoincore.org%2Fbin%2F" |
| 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 | +28.2 Notas del lanzamiento |
| 32 | +===================== |
| 33 | + |
| 34 | +Bitcoin Core version 28.2 ya está disponible en: |
| 35 | + |
| 36 | + <https://bitcoincore.org/bin/bitcoin-core-28.2/> |
| 37 | + |
| 38 | +Esta actualización incluye varios arreglos de errores y mejoras |
| 39 | +en el rendimiento, así como traducciones actualizadas. |
| 40 | + |
| 41 | +Por favor informe 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á 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 3.17+, macOS 11.0+, 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 | +Cambios notables {#notable-changes} |
| 77 | +=============== |
| 78 | + |
| 79 | +### Sistema de construcción {#build} |
| 80 | + |
| 81 | +- #31407 guix: Notarize MacOS app bundle and codesign all MacOS and Windows binaries |
| 82 | +- #31500 depends: Fix compiling libevent package on NetBSD |
| 83 | +- #31627 depends: Fix spacing issue |
| 84 | +- #32070 build: use make < 3.82 syntax for define directive |
| 85 | +- #32439 guix: accomodate migration to codeberg |
| 86 | +- #32568 depends: use "mkdir -p" when installing xproto |
| 87 | +- #32693 depends: fix cmake compatibility error for freetype |
| 88 | + |
| 89 | +### Pruebas y QA {#test} |
| 90 | + |
| 91 | +- #32286 test: Handle empty string returned by CLI as None in RPC tests |
| 92 | +- #32336 test: Suppress upstream -Wduplicate-decl-specifier in bpfcc |
| 93 | + |
| 94 | +### Rastreo {#tracing} |
| 95 | + |
| 96 | +- #31623 tracing: Rename the MIN macro to TRACEPOINT_TEST_MIN in log_raw_p2p_msgs |
| 97 | + |
| 98 | +### Documentación {#doc} |
| 99 | + |
| 100 | +- #32003 doc: remove note about macOS self-signing |
| 101 | + |
| 102 | +### Miscelánea {#misc} |
| 103 | + |
| 104 | +- #31611 doc: upgrade license to 2025 |
| 105 | +- #32187 refactor: Remove spurious virtual from final ~CZMQNotificationInterface |
| 106 | + |
| 107 | +Créditos {#credits} |
| 108 | +======= |
| 109 | + |
| 110 | +Gracias a todos los que han contribuído directamente a esta edición: |
| 111 | +- 0xB10C |
| 112 | +- achow101 |
| 113 | +- Brandon Odiwuor |
| 114 | +- fanquake |
| 115 | +- Hennadii Stepanov |
| 116 | +- josibake |
| 117 | +- kehiy |
| 118 | +- MarcoFalke |
| 119 | +- Sjors Provoost |
| 120 | + |
| 121 | +Así como a todos aquellos que han ayudado con las traducciones en |
| 122 | +[Transifex](https://explore.transifex.com/bitcoin/bitcoin/). |
| 123 | +{% endgithubify %} |
0 commit comments