|
| 1 | +--- |
| 2 | +title: Bitcoin Core 30.3 |
| 3 | +id: ja-release-30.3 |
| 4 | +name: release-30.3 |
| 5 | +permalink: /ja/releases/30.3/ |
| 6 | +excerpt: Bitcoin Core バージョン 30.3 が利用可能になりました |
| 7 | +date: 2026-07-08 |
| 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: [30, 3] |
| 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:7c0deafc10d8f5e8ecf3792972b9eb98cd464abd&dn=bitcoin-core-30.3&xl=5140639398&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%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.torrent.eu.org%3A451%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.bitcoin.sprovoost.nl%3A6969&ws=http://bitcoincore.org/bin/ |
| 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 | +v30.3 リリースノート |
| 32 | +=================== |
| 33 | + |
| 34 | +Bitcoin Core バージョン v30.3 は以下から入手可能です: |
| 35 | + |
| 36 | + <https://bitcoincore.org/bin/bitcoin-core-30.3/> |
| 37 | + |
| 38 | +このリリースには、新しい機能やさまざまなバグ修正とパフォーマンスの改善および更新された翻訳が含まれています。 |
| 39 | + |
| 40 | +バグの報告にはGitHubのIssue Trackerを使用してください: |
| 41 | + |
| 42 | + <https://github.com/bitcoin/bitcoin/issues> |
| 43 | + |
| 44 | +セキュリティやアップデートの通知を受け取りたい場合は、以下に登録してください: |
| 45 | + |
| 46 | + <https://bitcoincore.org/en/list/announcements/join/> |
| 47 | + |
| 48 | +アップグレード方法 {#how-to-upgrade} |
| 49 | +============== |
| 50 | + |
| 51 | +旧バージョンを起動している場合はシャットダウンしてください。 |
| 52 | +完全にシャットダウンするのを待ってから(数分かかる場合があります)、 |
| 53 | +Windowsの場合はインストーラーを実行、Macの場合は`/Applications/Bitcoin-Qt`を上書き、 |
| 54 | +Linuxの場合は`bitcoind`/`bitcoin-qt`を上書きしてください。 |
| 55 | + |
| 56 | +EOLに達したBitcoin Coreのバージョンから直接アップグレードすることは可能ですが、 |
| 57 | +データディレクトリを移行する必要がある場合は時間がかかる可能性があります。 |
| 58 | +Bitcoin Coreの旧ウォレットバージョンが一般的にサポートされます。 |
| 59 | + |
| 60 | +互換性 {#compatibility} |
| 61 | +============== |
| 62 | + |
| 63 | +Bitcoin CoreはLinuxカーネル3.17以降やmacOS 13以降、Windows 10以降を使用している |
| 64 | +オペレーティングシステムでサポートされ、広範囲にテストされています。 |
| 65 | +Bitcoin Coreは他のほとんどのUNIXライクなシステムでも動作するはずですが、 |
| 66 | +それらの環境では頻繁にテストされていません。 |
| 67 | +サポートされていないシステムでBitcoin Coreを使用するのはお勧めできません。 |
| 68 | + |
| 69 | +主な変更点 {#notable-changes} |
| 70 | +=============== |
| 71 | + |
| 72 | +このリリースでは、chainstateデータベースが自身の大部分を繰り返し書き換え、 |
| 73 | +通常の動作中に過剰なディスク読み書きを引き起こす問題が修正されました。 |
| 74 | + |
| 75 | +### 検証 {#validation} |
| 76 | + |
| 77 | +- #35209 validation: correct lifetime of precomputed tx data |
| 78 | +- #35465 coins: compact chainstate regularly |
| 79 | + |
| 80 | +### Leveldb |
| 81 | + |
| 82 | +- leveldb-subtree#61: Disable seek compaction |
| 83 | + |
| 84 | +### ウォレット {#wallet} |
| 85 | + |
| 86 | +- #34358 wallet: fix removeprunedfunds bug with conflicting transactions |
| 87 | +- #34870 wallet: feebumper, fix crash when combined bump fee is unavailable |
| 88 | +- #34888 wallet: fix amount computed as boolean in coin selection |
| 89 | +- #35228 wallet: use outpoint when estimating input size |
| 90 | + |
| 91 | +### ネットワーク {#net} |
| 92 | + |
| 93 | +- #34093 netif: fix compilation warning in QueryDefaultGatewayImpl() |
| 94 | +- #34549 net: reduce log level for PCP/NAT-PMP NOT_AUTHORIZED failures |
| 95 | + |
| 96 | +### PSBT |
| 97 | + |
| 98 | +- #34272 psbt: Fix PSBTInputSignedAndVerified bounds assert |
| 99 | +- #34219 psbt: validate pubkeys in MuSig2 pubnonce/partial sig deserialization |
| 100 | + |
| 101 | +### Miniscript |
| 102 | + |
| 103 | +- #34434 miniscript: correct and_v() properties |
| 104 | + |
| 105 | +### ビルド {#build} |
| 106 | + |
| 107 | +- #34228 depends: Unset SOURCE_DATE_EPOCH in gen_id script |
| 108 | +- #34281 build: Temporarily remove confusing and brittle -fdebug-prefix-map |
| 109 | +- #34554 build: avoid exporting secp256k1 symbols |
| 110 | +- #34627 guix: use a temporary file over sponge, drop moreutils |
| 111 | +- #34713 depends: Allow building Qt packages after interruption |
| 112 | +- #34754 depends: Qt fixes for GCC 16 compatibility |
| 113 | +- #34787 build: fix native macOS deployment |
| 114 | +- #34848 cmake: Migrate away from deprecated SQLite3 target |
| 115 | +- #34956 depends, qt: Fix build on aarch64 macOS 26.4 |
| 116 | + |
| 117 | +### テスト {#test} |
| 118 | + |
| 119 | +- #34185 test: fix feature_pruning when built without wallet |
| 120 | +- #34282 qa: Fix Windows logging bug |
| 121 | +- #34390 test: allow overriding tar in get_previous_releases.py |
| 122 | +- #34409 test: use ModuleNotFoundError in interface_ipc.py |
| 123 | +- #34445 fuzz: Use AFL_SHM_ID for naming test directories |
| 124 | +- #34608 test: Fix broken --valgrind handling after bitcoin wrapper |
| 125 | +- #34690 test: Add missing timeout_factor to zmq socket |
| 126 | +- #34869 tests: applied PYTHON_GIL to the env for every test |
| 127 | +- #34918 fuzz: [refactor] Remove unused g_setup pointers |
| 128 | +- #35080 test: Add missing self.options.timeout_factor scale in tool_bitcoin_chainstate.py |
| 129 | + |
| 130 | +### ユーティリティ {#util} |
| 131 | + |
| 132 | +- #34597 util: Fix UB in SetStdinEcho when ENOTTY |
| 133 | + |
| 134 | +### ドキュメント {#doc} |
| 135 | + |
| 136 | +- #34252 doc: add 433 (Pay to Anchor) to bips.md |
| 137 | +- #34413 doc: Remove outdated -fdebug-prefix-map section in dev notes |
| 138 | +- #34510 doc: fix broken bpftrace installation link |
| 139 | +- #34561 wallet: rpc: manpage: fix example missing `fee_rate` argument |
| 140 | +- #34671 doc: Update Guix install for Debian/Ubuntu |
| 141 | +- #34702 doc: Fix fee field in getblock RPC result |
| 142 | +- #34706 doc: Improve dependencies.md IPC documentation |
| 143 | +- #34789 doc: update build guides pre v31 |
| 144 | +- #35283 doc: mention -DWITH_ZMQ=ON in BSD build guides |
| 145 | + |
| 146 | +### CI |
| 147 | + |
| 148 | +- #32513 ci: remove 3rd party js from windows dll gha job |
| 149 | +- #34344 ci: update GitHub Actions versions |
| 150 | +- #34453 ci: Always print low ccache hit rate notice |
| 151 | +- #34461 ci: Print verbose build error message in test-each-commit |
| 152 | +- #34802 ci: Bump GHA actions versions |
| 153 | +- #34815 ci: bump cirruslabs actions versions |
| 154 | +- #35202 ci: restore sockets in i686, no IPC job |
| 155 | +- #35378 ci: switch runners from cirrus to warpbuild |
| 156 | +- #35408 ci: 35378 followups |
| 157 | + |
| 158 | +### その他 {#misc} |
| 159 | + |
| 160 | +- #35175 multi_index: fix compilation failure with boost >= 1.91 |
| 161 | + |
| 162 | +クレジット {#credits} |
| 163 | +======= |
| 164 | + |
| 165 | +本リリースに直接貢献してくれた皆様に感謝します: |
| 166 | + |
| 167 | +- ANAVHEOBA |
| 168 | +- andrewtoth |
| 169 | +- brunoerg |
| 170 | +- Cory Fields |
| 171 | +- Daniel Pfeifer |
| 172 | +- darosior |
| 173 | +- fanquake |
| 174 | +- furszy |
| 175 | +- Hennadii Stepanov |
| 176 | +- jayvaliya |
| 177 | +- junbyjun1238 |
| 178 | +- kevkevinpal |
| 179 | +- Lőrinc |
| 180 | +- m3dwards |
| 181 | +- marcofleon |
| 182 | +- MarcoFalke |
| 183 | +- mzumsande |
| 184 | +- nervana21 |
| 185 | +- Padraic Slattery |
| 186 | +- ryanofsky |
| 187 | +- Sebastian Falbesoner |
| 188 | +- SomberNight |
| 189 | +- tboy1337 |
| 190 | +- theuni |
| 191 | +- ToRyVand |
| 192 | +- willcl-ark |
| 193 | + |
| 194 | +さらに[Transifex](https://explore.transifex.com/bitcoin/bitcoin/)で翻訳を手伝ってくださった皆様にも感謝します。 |
| 195 | +{% endgithubify %} |
0 commit comments