|
| 1 | +--- |
| 2 | +title: Bitcoin Core 29.4 |
| 3 | +id: ja-release-29.4 |
| 4 | +name: release-29.4 |
| 5 | +permalink: /ja/releases/29.4/ |
| 6 | +excerpt: Bitcoin Core バージョン 29.4 が利用可能になりました |
| 7 | +date: 2026-07-13 |
| 8 | +type: releases |
| 9 | +layout: release |
| 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: [29, 4] |
| 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:7e73999fe5f548559f2c4591c248d529438c99e4&dn=bitcoin-core-29.4&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 | +Bitcoin Core バージョン 29.4 は以下から入手可能です: |
| 32 | + |
| 33 | + <https://bitcoincore.org/bin/bitcoin-core-29.4/> |
| 34 | + |
| 35 | +このリリースには、さまざまなバグ修正とパフォーマンスの改善および更新された翻訳が含まれています。 |
| 36 | + |
| 37 | +バグの報告にはGitHubのIssue Trackerを使用してください: |
| 38 | + |
| 39 | + <https://github.com/bitcoin/bitcoin/issues> |
| 40 | + |
| 41 | +セキュリティやアップデートの通知を受け取りたい場合は、以下に登録してください: |
| 42 | + |
| 43 | + <https://bitcoincore.org/ja/list/announcements/join/> |
| 44 | + |
| 45 | +アップグレード方法 {#how-to-upgrade} |
| 46 | +============== |
| 47 | + |
| 48 | +旧バージョンを起動している場合はシャットダウンしてください。 |
| 49 | +完全にシャットダウンするのを待ってから(数分かかる場合があります)、 |
| 50 | +Windowsの場合はインストーラーを実行、Macの場合は`/Applications/Bitcoin-Qt`を上書き、 |
| 51 | +Linuxの場合は`bitcoind`/`bitcoin-qt`を上書きしてください。 |
| 52 | + |
| 53 | +EOLに達したBitcoin Coreのバージョンから直接アップグレードすることは可能ですが、 |
| 54 | +データディレクトリを移行する必要がある場合は時間がかかる可能性があります。 |
| 55 | +Bitcoin Coreの旧ウォレットバージョンが一般的にサポートされます。 |
| 56 | + |
| 57 | +互換性 {#compatibility} |
| 58 | +============== |
| 59 | + |
| 60 | +Bitcoin CoreはLinuxカーネル3.17以降やmacOS 13以降、Windows 10以降を使用している |
| 61 | +オペレーティングシステムでサポートされ、広範囲にテストされています。 |
| 62 | +Bitcoin Coreは他のほとんどのUNIXライクなシステムでも動作するはずですが、 |
| 63 | +それらの環境では頻繁にテストされていません。 |
| 64 | +サポートされていないシステムでBitcoin Coreを使用するのはお勧めできません。 |
| 65 | + |
| 66 | +主な変更点 {#notable-changes} |
| 67 | +=============== |
| 68 | + |
| 69 | +このリリースでは、chainstateデータベースが自身の大部分を繰り返し書き換え、 |
| 70 | +通常の動作中に過剰なディスク読み書きを引き起こす問題が修正されました。 |
| 71 | + |
| 72 | +### 検証 {#validation} |
| 73 | + |
| 74 | +- #35209 validation: correct lifetime of precomputed tx data |
| 75 | +- #35465 coins: compact chainstate regularly |
| 76 | + |
| 77 | +### Leveldb |
| 78 | + |
| 79 | +- leveldb-subtree#61: Disable seek compaction |
| 80 | + |
| 81 | +### ネットワーク {#net} |
| 82 | + |
| 83 | +- #34093 netif: fix compilation warning in QueryDefaultGatewayImpl() |
| 84 | + |
| 85 | +### ウォレット {#wallet} |
| 86 | + |
| 87 | +- #35228 wallet: use outpoint when estimating input size |
| 88 | + |
| 89 | +### ビルド {#build} |
| 90 | + |
| 91 | +- #34228 depends: Unset SOURCE_DATE_EPOCH in gen_id script |
| 92 | +- #34848 cmake: Migrate away from deprecated SQLite3 target |
| 93 | + |
| 94 | +### テスト {#test} |
| 95 | + |
| 96 | +- #34918 fuzz: [refactor] Remove unused g_setup pointers |
| 97 | + |
| 98 | +### ドキュメント {#doc} |
| 99 | + |
| 100 | +- #34510 doc: fix broken bpftrace installation link |
| 101 | +- #34561 wallet: rpc: manpage: fix example missing `fee_rate` argument |
| 102 | +- #34671 doc: Update Guix install for Debian/Ubuntu |
| 103 | +- #35283 doc: mention -DWITH_ZMQ=ON in BSD build guides |
| 104 | + |
| 105 | +### CI |
| 106 | + |
| 107 | +- #35202 ci: restore sockets in i686, no IPC job |
| 108 | +- #35378 ci: switch runners from cirrus to warpbuild |
| 109 | +- #35408 ci: 35378 followups |
| 110 | + |
| 111 | +### その他 {#misc} |
| 112 | + |
| 113 | +- #35175 multi_index: fix compilation failure with boost >= 1.91 |
| 114 | + |
| 115 | +クレジット {#credits} |
| 116 | +======= |
| 117 | + |
| 118 | +本リリースに直接貢献してくれた皆様に感謝します: |
| 119 | + |
| 120 | +- andrewtoth |
| 121 | +- Cory Fields |
| 122 | +- Daniel Pfeifer |
| 123 | +- darosior |
| 124 | +- fanquake |
| 125 | +- Hennadii Stepanov |
| 126 | +- jayvaliya |
| 127 | +- junbyjun1238 |
| 128 | +- Lőrinc |
| 129 | +- MarcoFalke |
| 130 | +- SomberNight |
| 131 | +- ToRyVand |
| 132 | +- willcl-ark |
| 133 | + |
| 134 | + |
| 135 | +さらに[Transifex](https://explore.transifex.com/bitcoin/bitcoin/)で翻訳を手伝ってくださった皆様にも感謝します。 |
| 136 | + |
| 137 | +{% endgithubify %} |
0 commit comments