|
| 1 | +--- |
| 2 | +title: Bitcoin Core 24.1 |
| 3 | +id: ja-release-24.1 |
| 4 | +name: release-24.1 |
| 5 | +permalink: /ja/releases/24.1/ |
| 6 | +excerpt: Bitcoin Core バージョン 24.1 が利用可能になりました |
| 7 | +date: 2023-05-18 |
| 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: [24, 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:ebb58d7495a8aaed2f20ec4ce3e5ae27aff69529&dn=bitcoin-core-24.1&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" |
| 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 | +24.1 リリースノート |
| 32 | +================== |
| 33 | + |
| 34 | +Bitcoin Core バージョン 24.1 は以下から入手可能です: |
| 35 | + |
| 36 | + <https://bitcoincore.org/bin/bitcoin-core-24.1/> |
| 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カーネルやmacOS 10.15以降、Windows 7以降を使用している |
| 64 | +オペレーティングシステムでサポートされ、広範囲にテストされています。 |
| 65 | +Bitcoin Coreは他のほとんどのUNIXライクなシステムでも動作するはずですが、 |
| 66 | +それらの環境では頻繁にテストされていません。 |
| 67 | +サポートされていないシステムでBitcoin Coreを使用するのはお勧めできません。 |
| 68 | + |
| 69 | +### P2P |
| 70 | + |
| 71 | +- #26878 I2P network optimizations |
| 72 | +- #26909 net: prevent peers.dat corruptions by only serializing once |
| 73 | +- #27608 p2p: Avoid prematurely clearing download state for other peers |
| 74 | +- #27610 Improve performance of p2p inv to send queues |
| 75 | + |
| 76 | +### RPCとその他のAPI {#rpc-and-other-apis} |
| 77 | + |
| 78 | +- #26515 rpc: Require NodeStateStats object in getpeerinfo |
| 79 | +- #27279 doc: fix/improve warning helps in {create,load,unload,restore}wallet |
| 80 | +- #27468 rest: avoid segfault for invalid URI |
| 81 | + |
| 82 | +### ビルドシステム {#build-system} |
| 83 | + |
| 84 | +- #26944 depends: fix systemtap download URL |
| 85 | +- #27462 depends: fix compiling bdb with clang-16 on aarch64 |
| 86 | + |
| 87 | +### ウォレット {#wallet} |
| 88 | + |
| 89 | +- #26595 wallet: be able to specify a wallet name and passphrase to migratewallet |
| 90 | +- #26675 wallet: For feebump, ignore abandoned descendant spends |
| 91 | +- #26679 wallet: Skip rescanning if wallet is more recent than tip |
| 92 | +- #26761 wallet: fully migrate address book entries for watchonly/solvable wallets |
| 93 | +- #27053 wallet: reuse change dest when re-creating TX with avoidpartialspends |
| 94 | +- #27080 wallet: Zero out wallet master key upon locking so it doesn't persist in memory |
| 95 | +- #27473 wallet: Properly handle "unknown" Address Type |
| 96 | + |
| 97 | +### GUIの変更 {#gui-changes} |
| 98 | + |
| 99 | +- gui#687 Load PSBTs using istreambuf_iterator rather than istream_iterator |
| 100 | +- gui#704 Correctly limit overview transaction list |
| 101 | + |
| 102 | +### その他 {#miscellaneous} |
| 103 | + |
| 104 | +- #26880 ci: replace Intel macOS CI job |
| 105 | +- #26924 refactor: Add missing includes to fix gcc-13 compile error |
| 106 | + |
| 107 | +クレジット {#credits} |
| 108 | +======= |
| 109 | + |
| 110 | +このリリースに直接貢献されたみなさん、ありがとうございます: |
| 111 | + |
| 112 | +- Andrew Chow |
| 113 | +- Anthony Towns |
| 114 | +- Hennadii Stepanov |
| 115 | +- John Moffett |
| 116 | +- Jon Atack |
| 117 | +- Marco Falke |
| 118 | +- Martin Zumsande |
| 119 | +- Matthew Zipkin |
| 120 | +- Michael Ford |
| 121 | +- pablomartin4btc |
| 122 | +- Sebastian Falbesoner |
| 123 | +- Suhas Daftuar |
| 124 | +- Thomas Nguyen |
| 125 | +- Vasil Dimov |
| 126 | + |
| 127 | +[Transifex](https://www.transifex.com/bitcoin/bitcoin/)での翻訳を手伝ってくださったみなさんもありがとうございます。 |
| 128 | +{% endgithubify %} |
0 commit comments