|
| 1 | +--- |
| 2 | +title: Bitcoin Core 29.1 |
| 3 | +id: ja-release-29.1 |
| 4 | +name: release-29.1 |
| 5 | +permalink: /ja/releases/29.1/ |
| 6 | +excerpt: Bitcoin Core version 29.1 が利用可能になりました |
| 7 | +date: 2025-09-04 |
| 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: [29, 1] |
| 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:1ca988bcac73e4b47c9929ff5cf20a9f0d4a77e0&dn=bitcoin-core-29.1&xl=3644537532&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.torrent.eu.org%3A451%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%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 | +29.1 リリースノート |
| 32 | +===================== |
| 33 | +Bitcoin Core バージョン 29.1 は以下から入手可能です: |
| 34 | + |
| 35 | + <https://bitcoincore.org/bin/bitcoin-core-29.1/> |
| 36 | + |
| 37 | +このリリースには、さまざまなバグ修正およびパフォーマンスの改善、更新された翻訳が含まれています。 |
| 38 | + |
| 39 | +バグの報告にはGitHubのIssue Trackerを使用してください: |
| 40 | + |
| 41 | + <https://github.com/bitcoin/bitcoin/issues> |
| 42 | + |
| 43 | +セキュリティやアップデートの通知を受け取りたい場合は、以下に登録してください: |
| 44 | + |
| 45 | + <https://bitcoincore.org/en/list/announcements/join/> |
| 46 | + |
| 47 | +アップグレード方法 {#how-to-upgrade} |
| 48 | +============== |
| 49 | + |
| 50 | +旧バージョンを起動している場合はシャットダウンしてください。 |
| 51 | +完全にシャットダウンするのを待ってから(数分かかる場合があります)、 |
| 52 | +Windowsの場合はインストーラーを実行、macOSの場合は`/Applications/Bitcoin-Qt`を上書き、 |
| 53 | +Linuxの場合は`bitcoind`/`bitcoin-qt`を上書きしてください。 |
| 54 | + |
| 55 | +EOLに達したBitcoin Coreのバージョンから直接アップグレードすることは可能ですが、 |
| 56 | +データディレクトリを移行する必要がある場合は時間がかかる可能性があります。 |
| 57 | +Bitcoin Coreの旧ウォレットバージョンが一般的にサポートされます。 |
| 58 | + |
| 59 | +互換性 {#compatibility} |
| 60 | +============== |
| 61 | + |
| 62 | +Bitcoin CoreはLinuxカーネル3.17以降やmacOS 13.0以降、Windows 10以降を使用している |
| 63 | +オペレーティングシステムでサポートされ、広範囲にテストされています。 |
| 64 | +Bitcoin Coreは他のほとんどのUNIXライクなシステムでも動作するはずですが、 |
| 65 | +それらの環境では頻繁にテストされていません。 |
| 66 | +サポートされていないシステムでBitcoin Coreを使用することは推奨されません。 |
| 67 | + |
| 68 | +注目すべき変更 {#notable-changes} |
| 69 | +=============== |
| 70 | + |
| 71 | +### mempoolポリシー {#mempool-policy} |
| 72 | + |
| 73 | +- 単一の標準トランザクションで実行される可能性のあるレガシー署名操作の最大数が、2500に制限されました。 |
| 74 | + トランザクションが参照する前のアウトプットスクリプト、すべてのインプットスクリプトおよび、 |
| 75 | + (存在する場合は)P2SHの償還(Redeem)スクリプトにおける署名操作が、この制限にカウントされます。 |
| 76 | + この新しい制限は、既知の一般的な形式のトランザクションには影響しないと想定されています。 |
| 77 | + この変更は、将来のBIP54の導入の可能性に備えるためのものです。 |
| 78 | + |
| 79 | +- #32521 policy: make pathological transactions packed with legacy sigops non-standard |
| 80 | + |
| 81 | +- 最小ブロック手数料率(`-blockmintxfee`)が1 kvBあたり1 satoshiに変更されました。 |
| 82 | + これは引き続き設定オプションで変更可能です。 |
| 83 | + |
| 84 | +- デフォルトの最小リレー手数料率(`-minrelaytxfee`)とインクリメンタルリレー手数料率(`-incrementalrelayfee`)が |
| 85 | + 1 kvBあたり100 satoshiに変更されました。これらは引き続きそれぞれの設定オプションで変更可能ですが、 |
| 86 | + 変更する場合は両方を同時に変更することをお勧めします。 |
| 87 | + - その他の最小手数料率(ダスト手数料率や、手数料推定器によって返される最低手数料率、 |
| 88 | + ウォレットで使用されるすべての手数料率)は変更されません。mempoolの最小手数料率は、 |
| 89 | + 取引量の増減に応じて引き続き変化します。 |
| 90 | + - 変更により低くなったデフォルト値は、ネットワーク全体で広く採用されない限り、 |
| 91 | + 低手数料率で作成されたトランザクションが伝播および承認される保証はありません。 |
| 92 | + ウォレットの手数料率は変更されていないため、ウォレットを使用して低手数料率のトランザクションを作成する場合は、 |
| 93 | + 事前に`-mintxfee`を変更する必要があります。 |
| 94 | + |
| 95 | +- #33106 policy: lower the default blockmintxfee, incrementalrelayfee, minrelaytxfee |
| 96 | + |
| 97 | +### ログ {#logging} |
| 98 | + |
| 99 | +ディスクへの無条件ログ出力は、各ソースロケーションに1時間あたり1MiBのクォータを設定することでレート制限されるようになりました。 |
| 100 | +無条件ログ出力とは、debugよりも高いログレベル、つまり`info`、`warning`および`error`のログを指します。 |
| 101 | +現在抑制されているソースロケーションが少なくとも1つある場合、すべてのログに`[*]`プレフィックスが付加されます。(#32604) |
| 102 | + |
| 103 | +`-logsourcelocations`が有効な場合、ログ出力には関数名だけでなく、関数シグネチャ全体が含まれるようになりました。(#32604) |
| 104 | + |
| 105 | +### RPC |
| 106 | + |
| 107 | +- `dumptxoutset` RPCでは、`type`パラメーターの指定が必要になりました。 |
| 108 | + v29.0未満の動作を維持する場合は、`latest`パラメーターを使用してください。 |
| 109 | + この変更は、v29.0のリリースノートには記載されていませんでした。(#30808) |
| 110 | + |
| 111 | +### 設定の更新 {#updated-settings} |
| 112 | + |
| 113 | +- `-maxmempool`および`-dbcache`起動パラメーターは、32-bitシステムではそれぞれ500MBと1GiBに制限されるようになりました。 |
| 114 | + |
| 115 | +- #32530 node: cap -maxmempool and -dbcache values for 32-bit |
| 116 | + |
| 117 | +### ウォレット {#wallet} |
| 118 | + |
| 119 | +- #31757 wallet: fix crash on double block disconnection |
| 120 | +- #32553 wallet: Fix logging of wallet version |
| 121 | + |
| 122 | +### P2P |
| 123 | + |
| 124 | +- #32826 p2p: add more bad ports |
| 125 | + |
| 126 | +### テスト {#test} |
| 127 | + |
| 128 | +- #32069 test: fix intermittent failure in wallet_reorgsrestore.py |
| 129 | +- #32286 test: Handle empty string returned by CLI as None in RPC tests |
| 130 | +- #32312 test: Fix feature_pruning test after nTime typo fix |
| 131 | +- #32336 test: Suppress upstream -Wduplicate-decl-specifier in bpfcc |
| 132 | +- #32463 test: fix an incorrect feature_fee_estimation.py subtest |
| 133 | +- #32483 test: fix two intermittent failures in wallet_basic.py |
| 134 | +- #32630 test: fix sync function in rpc_psbt.py |
| 135 | +- #32765 test: Fix list index out of range error in feature_bip68_sequence.py |
| 136 | +- #32742 test: fix catchup loop in outbound eviction functional test |
| 137 | +- #32823 test: Fix wait_for_getheaders() call in test_outbound_eviction_blocks_relay_only() |
| 138 | +- #32833 test: Add msgtype to msg_generic slots |
| 139 | +- #32841 feature_taproot: sample tx version border values more |
| 140 | +- #32850 test: check P2SH sigop count for coinbase tx |
| 141 | +- #32859 test: correctly detect nonstd TRUC tx vsize in feature_taproot |
| 142 | +- #33001 test: Do not pass tests on unhandled exceptions |
| 143 | + |
| 144 | +### インデックス {#indexes} |
| 145 | + |
| 146 | +- #33212 index: Don't commit state in BaseIndex::Rewind |
| 147 | + |
| 148 | +### ユーティリティ {#util} |
| 149 | + |
| 150 | +- #32248 Remove support for RNDR/RNDRRS for aarch64 |
| 151 | + |
| 152 | +### ビルド {#build} |
| 153 | + |
| 154 | +- #32356 cmake: Respect user-provided configuration-specific flags |
| 155 | +- #32437 crypto: disable ASan for sha256_sse4 with Clang |
| 156 | +- #32469 cmake: Allow WITH_DBUS on all Unix-like systems |
| 157 | +- #32439 guix: accomodate migration to codeberg |
| 158 | +- #32551 cmake: Add missed SSE41_CXXFLAGS |
| 159 | +- #32568 depends: use "mkdir -p" when installing xproto |
| 160 | +- #32678 guix: warn and abort when SOURCE_DATE_EPOCH is set |
| 161 | +- #32690 depends: fix SHA256SUM command on OpenBSD (use GNU mode output) |
| 162 | +- #32716 depends: Override host compilers for FreeBSD and OpenBSD |
| 163 | +- #32760 depends: capnp 1.2.0 |
| 164 | +- #32798 build: add root dir to CMAKE_PREFIX_PATH in toolchain |
| 165 | +- #32805 cmake: Use HINTS instead of PATHS in find_* commands |
| 166 | +- #32814 cmake: Explicitly specify Boost_ROOT for Homebrew's package |
| 167 | +- #32837 depends: fix libevent _WIN32_WINNT usage |
| 168 | +- #32943 depends: Force CMAKE_EXPORT_NO_PACKAGE_REGISTRY=TRUE |
| 169 | +- #32954 cmake: Drop no longer necessary "cmakeMinimumRequired" object |
| 170 | +- #33073 guix: warn SOURCE_DATE_EPOCH set in guix-codesign |
| 171 | + |
| 172 | +### GUI |
| 173 | + |
| 174 | +- #864 Crash fix, disconnect numBlocksChanged() signal during shutdown |
| 175 | +- #868 Replace stray tfm::format to cerr with qWarning |
| 176 | + |
| 177 | +### ドキュメント {#doc} |
| 178 | + |
| 179 | +- #32333 doc: Add missing top-level description to pruneblockchain RPC |
| 180 | +- #32353 doc: Fix fuzz test_runner.py path |
| 181 | +- #32389 doc: Fix test_bitcoin path |
| 182 | +- #32607 rpc: Note in fundrawtransaction doc, fee rate is for package |
| 183 | +- #32679 doc: update tor docs to use bitcoind binary from path |
| 184 | +- #32693 depends: fix cmake compatibility error for freetype |
| 185 | +- #32696 doc: make -DWITH_ZMQ=ON explicit on build-unix.md |
| 186 | +- #32708 rpc, doc: update listdescriptors RCP help |
| 187 | +- #32711 doc: add missing packages for BSDs (cmake, gmake, curl) to depends/README.md |
| 188 | +- #32719 doc, windows: CompanyName "Bitcoin" => "Bitcoin Core project" |
| 189 | +- #32776 doc: taproot became always active in v24.0 |
| 190 | +- #32777 doc: fix Transifex 404s |
| 191 | +- #32846 doc: clarify that the "-j N" goes after the "--build build" part |
| 192 | +- #32858 doc: Add workaround for vcpkg issue with paths with embedded spaces |
| 193 | +- #33070 doc/zmq: fix unix socket path example |
| 194 | +- #33088 doc: move cmake -B build -LH up in Unix build docs |
| 195 | +- #33133 rpc: fix getpeerinfo ping duration unit docs |
| 196 | +- #33119 rpc: Fix 'getdescriptoractivity' RPCHelpMan, add test to verify fix |
| 197 | +- #33236 doc: Remove wrong and redundant doxygen tag |
| 198 | + |
| 199 | +### CI |
| 200 | + |
| 201 | +- #32184 ci: Add workaround for vcpkg's libevent package |
| 202 | +- #33261 ci: return to using dash in CentOS job |
| 203 | + |
| 204 | +### その他 {#misc} |
| 205 | + |
| 206 | +- #32187 refactor: Remove spurious virtual from final ~CZMQNotificationInterface |
| 207 | +- #32454 tracing: fix invalid argument in mempool_monitor |
| 208 | +- #32771 contrib: tracing: Fix read of pmsg_type in p2p_monitor.py |
| 209 | +- #33086 contrib: [tracing] fix pointer argument handling in mempool_monitor.py |
| 210 | + |
| 211 | +クレジット {#credits} |
| 212 | +======= |
| 213 | + |
| 214 | +このリリースに直接貢献されたみなさん、ありがとうございます: |
| 215 | + |
| 216 | +- 0xB10C |
| 217 | +- achow101 |
| 218 | +- Antoine Poinsot |
| 219 | +- benthecarman |
| 220 | +- bigspider |
| 221 | +- Brandon Odiwuor |
| 222 | +- brunoerg |
| 223 | +- Bufo |
| 224 | +- Christewart |
| 225 | +- Crypt-iQ |
| 226 | +- davidgumberg |
| 227 | +- deadmanoz |
| 228 | +- dergoegge |
| 229 | +- enirox001 |
| 230 | +- fanquake |
| 231 | +- furszy |
| 232 | +- glozow |
| 233 | +- instagibbs |
| 234 | +- Hennadii Stepanov |
| 235 | +- hodlinator |
| 236 | +- ismaelsadeeq |
| 237 | +- jb55 |
| 238 | +- jlopp |
| 239 | +- josibake |
| 240 | +- laanwj |
| 241 | +- luisschwab |
| 242 | +- MarcoFalke |
| 243 | +- Martin Zumsande |
| 244 | +- monlovesmango |
| 245 | +- nervana21 |
| 246 | +- pablomartin4btc |
| 247 | +- rkrux |
| 248 | +- romanz |
| 249 | +- ryanofsky |
| 250 | +- Sjors |
| 251 | +- theStack |
| 252 | +- willcl-ark |
| 253 | +- zaidmstrr |
| 254 | + |
| 255 | +[Transifex](https://explore.transifex.com/bitcoin/bitcoin/)での翻訳を手伝ってくださったみなさんもありがとうございます。 |
| 256 | +{% endgithubify %} |
0 commit comments