|
| 1 | +--- |
| 2 | +title: Bitcoin Core 26.2 |
| 3 | +id: ja-release-26.2 |
| 4 | +name: release-26.2 |
| 5 | +permalink: /ja/releases/26.2/ |
| 6 | +excerpt: Bitcoin Core バージョン 26.2 が利用可能になりました |
| 7 | +date: 2024-07-09 |
| 8 | +type: releases |
| 9 | +layout: page |
| 10 | +lang: ja |
| 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: [26, 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:9f9db55bc8fcfe0081904613a4f54cdfe306c789&dn=bitcoin-core-26.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 | +26.2 リリースノート |
| 32 | +================== |
| 33 | + |
| 34 | +Bitcoin Core バージョン 26.2 は以下から入手可能です: |
| 35 | + |
| 36 | + <https://bitcoincore.org/bin/bitcoin-core-26.2/> |
| 37 | + |
| 38 | +このリリースには、新しい機能、さまざまなバグ修正およびパフォーマンス改善、 |
| 39 | +更新された翻訳が含まれています。 |
| 40 | + |
| 41 | +バグの報告にはGitHubのIssue Trackerを使用してください: |
| 42 | + |
| 43 | + <https://github.com/bitcoin/bitcoin/issues> |
| 44 | + |
| 45 | +セキュリティやアップデートの通知を受け取りたい場合は、以下に登録してください: |
| 46 | + |
| 47 | + <https://bitcoincore.org/en/list/announcements/join/> |
| 48 | + |
| 49 | +アップブレード方法 {#how-to-upgrade} |
| 50 | +============== |
| 51 | + |
| 52 | +旧バージョンを起動している場合はシャットダウンしてください。 |
| 53 | +完全にシャットダウンするのを待ってから(数分かかる場合があります)、 |
| 54 | +Windowsの場合はインストーラーを実行、Macの場合は`/Applications/Bitcoin-Qt`を上書き、 |
| 55 | +Linuxの場合は`bitcoind`/`bitcoin-qt`を上書きしてください。 |
| 56 | + |
| 57 | +EOLに達したBitcoin Coreのバージョンから直接アップグレードすることは可能ですが、 |
| 58 | +データディレクトリを移行する必要がある場合は時間がかかる可能性があります。 |
| 59 | +Bitcoin Coreの旧ウォレットバージョンが一般的にサポートされます。 |
| 60 | + |
| 61 | +互換性 {#compatibility} |
| 62 | +============== |
| 63 | + |
| 64 | +Bitcoin CoreはLinuxカーネルやmacOS 11.0以降、Windows 7以降を使用している |
| 65 | +オペレーティングシステムでサポートされ、広範囲にテストされています。 |
| 66 | +Bitcoin Coreは他のほとんどのUNIXライクなシステムでも動作するはずですが、 |
| 67 | +それらの環境では頻繁にテストされていません。 |
| 68 | +サポートされていないシステムでBitcoin Coreを使用することは推奨されません。 |
| 69 | + |
| 70 | +注目すべき変更 {#notable-changes} |
| 71 | +=============== |
| 72 | + |
| 73 | +### スクリプト {#script} |
| 74 | + |
| 75 | +- #29853: sign: don't assume we are parsing a sane TapMiniscript |
| 76 | + |
| 77 | +### P2Pとネットワークの変更 {#p2p-and-network-changes} |
| 78 | + |
| 79 | +- #29691: Change Luke Dashjr seed to dashjr-list-of-p2p-nodes.us |
| 80 | +- #30085: p2p: detect addnode cjdns peers in GetAddedNodeInfo() |
| 81 | + |
| 82 | +### RPC |
| 83 | + |
| 84 | +- #29869: rpc, bugfix: Enforce maximum value for setmocktime |
| 85 | +- #28554: bugfix: throw an error if an invalid parameter is passed to getnetworkhashps RPC |
| 86 | +- #30094: rpc: move UniValue in blockToJSON |
| 87 | +- #29870: rpc: Reword SighashFromStr error message |
| 88 | + |
| 89 | +### ビルド {#build} |
| 90 | + |
| 91 | +- #29747: depends: fix mingw-w64 Qt DEBUG=1 build |
| 92 | +- #29985: depends: Fix build of Qt for 32-bit platforms with recent glibc |
| 93 | +- #30151: depends: Fetch miniupnpc sources from an alternative website |
| 94 | +- #30283: upnp: fix build with miniupnpc 2.2.8 |
| 95 | + |
| 96 | +### その他 {#misc} |
| 97 | + |
| 98 | +- #29776: ThreadSanitizer: Fix #29767 |
| 99 | +- #29856: ci: Bump s390x to ubuntu:24.04 |
| 100 | +- #29764: doc: Suggest installing dev packages for debian/ubuntu qt5 build |
| 101 | +- #30149: contrib: Renew Windows code signing certificate |
| 102 | + |
| 103 | +クレジット {#credits} |
| 104 | +======= |
| 105 | + |
| 106 | +このリリースに直接貢献されたみなさん、ありがとうございます: |
| 107 | + |
| 108 | +- Antoine Poinsot |
| 109 | +- Ava Chow |
| 110 | +- Cory Fields |
| 111 | +- dergoegge |
| 112 | +- fanquake |
| 113 | +- glozow |
| 114 | +- Hennadii Stepanov |
| 115 | +- Jameson Lopp |
| 116 | +- jonatack |
| 117 | +- laanwj |
| 118 | +- Luke Dashjr |
| 119 | +- MarcoFalke |
| 120 | +- nanlour |
| 121 | +- willcl-ark |
| 122 | + |
| 123 | +[Transifex](https://www.transifex.com/bitcoin/bitcoin/)での翻訳を手伝ってくださったみなさんもありがとうございます。 |
| 124 | +{% endgithubify %} |
0 commit comments