|
| 1 | +--- |
| 2 | +title: Bitcoin Core 0.16.2 |
| 3 | +id: ja-release-0.16.2 |
| 4 | +name: release-0.16.2 |
| 5 | +permalink: /ja/releases/0.16.2/ |
| 6 | +excerpt: Bitcoin Core バージョン 0.16.2 が利用可能になりました |
| 7 | +date: 2018-07-29 |
| 8 | +type: releases |
| 9 | +layout: page |
| 10 | +lang: ja |
| 11 | +share: true |
| 12 | + |
| 13 | +## Use a YAML array for the version number to allow other parts of the |
| 14 | +## site to correctly sort in "natural sort of version numbers" |
| 15 | +release: [0, 16, 2] |
| 16 | + |
| 17 | +## Optional magnet link. To get it, open the torrent in a good BitTorrent client |
| 18 | +## and View Details, or install the transmission-cli Debian/Ubuntu package |
| 19 | +## and run: transmission-show -m <torrent file> |
| 20 | +# |
| 21 | +## Link should be enclosed in quotes and start with: "magnet:? |
| 22 | +optional_magnetlink: "magnet:?xt=urn:btih:b64eacae7d6e5f7ba50de3da8aca4368c27f0823&dn=bitcoin-core-0.16.2&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969&tr=udp%3A%2F%2Fzer0day.ch%3A1337&tr=udp%3A%2F%2Fexplodie.org%3A6969" |
| 23 | + |
| 24 | +# Note: it is recommended to check all links to ensure they use |
| 25 | +# absolute urls (https://github.com/bitcoin/bitcoin/doc/foo) |
| 26 | +# rather than relative urls (/bitcoin/bitcoin/doc/foo). |
| 27 | + |
| 28 | +## Notes from bitcoin/bitcoin 2018-07-27 commit 2848aa808fde462c27bc36de982d7ed74e882a7b |
| 29 | +--- |
| 30 | +{% include download.html %} |
| 31 | +{% githubify https://github.com/bitcoin/bitcoin %} |
| 32 | +Bitcoin Core バージョン 0.16.2 は以下から入手可能です。 |
| 33 | + |
| 34 | + <https://bitcoincore.org/bin/bitcoin-core-0.16.2/> |
| 35 | + |
| 36 | +これは新しいマイナーバージョンのリリースで、さまざまなバグ修正と更新された翻訳を含みます。 |
| 37 | + |
| 38 | +バグを発見した場合はGitHubのIssue Trackerを使用して報告してください。 |
| 39 | + |
| 40 | + <https://github.com/bitcoin/bitcoin/issues> |
| 41 | + |
| 42 | +セキュリティやアップデートの通知を受け取りたい場合は、以下に登録してください。 |
| 43 | + |
| 44 | + <https://bitcoincore.org/en/list/announcements/join/> |
| 45 | + |
| 46 | +アップグレード方法 |
| 47 | +============== |
| 48 | + |
| 49 | +旧バージョンを起動している場合はシャットダウンしてください。 |
| 50 | +完全にシャットダウンするのを待ってから(旧バージョンでは数分かかるかもしれません)、 |
| 51 | +Windowsの場合はインストーラーを実行、Macの場合は`/Applications/Bitcoin-Qt`を上書き、 |
| 52 | +Linuxの場合は`bitcoind`/`bitcoin-qt`を上書きしてください。 |
| 53 | + |
| 54 | +初めて0.15.0以降のバージョンを実行すると、chainstateデータベースが新しいフォーマットに変換されます。 |
| 55 | +これにはマシンの速度に応じて、数分から30分かかります。 |
| 56 | + |
| 57 | +blockデータベースのフォーマットも0.8.0から変更されており、0.8より前のバージョンからバージョン0.15.0以降に自動アップグレードするコードはありません。 |
| 58 | +0.7.xやそれより前のバージョンからアップグレードする場合、再度ブロックチェーンのダウンロードが必要です。 |
| 59 | +しかし、古いウォレットバージョンは引き続きサポートされます。 |
| 60 | + |
| 61 | +ダウングレードの警告 |
| 62 | +------------------- |
| 63 | + |
| 64 | +0.16以降で作成されたウォレットは0.16より前のバージョンと互換性がなく、 |
| 65 | +新しく作成したウォレットを古いバージョンで利用しようとすると機能しません。 |
| 66 | +古いバージョンで作成された既存のウォレットは、この影響を受けません。 |
| 67 | + |
| 68 | +互換性 |
| 69 | +============== |
| 70 | + |
| 71 | +Bitcoin CoreはLinuxカーネルやmacOS 10.8以降、Windows Vista以降などの複数のオペレーティングシステムで幅広くテストされています。 |
| 72 | +Windows XPはサポートされていません。 |
| 73 | + |
| 74 | +Bitcoin Coreは他のほとんどのUnixライクなシステムで動作するはずですが、それらで頻繁にテストはされていません。 |
| 75 | + |
| 76 | +0.16.2 のチェンジログ |
| 77 | +------------------ |
| 78 | + |
| 79 | +### ウォレット |
| 80 | +- #13622 `c04a4a5` Remove mapRequest tracking that just effects Qt display. (TheBlueMatt) |
| 81 | +- #12905 `cfc6f74` [rpcwallet] Clamp walletpassphrase value at 100M seconds (sdaftuar) |
| 82 | +- #13437 `ed82e71` wallet: Erase wtxOrderd wtx pointer on removeprunedfunds (MarcoFalke) |
| 83 | + |
| 84 | +### RPCおよび他のAPI |
| 85 | +- #13451 `cbd2f70` rpc: expose CBlockIndex::nTx in getblock(header) (instagibbs) |
| 86 | +- #13507 `f7401c8` RPC: Fix parameter count check for importpubkey (kristapsk) |
| 87 | +- #13452 `6b9dc8c` rpc: have verifytxoutproof check the number of txns in proof structure (instagibbs) |
| 88 | +- #12837 `bf1f150` rpc: fix type mistmatch in `listreceivedbyaddress` (joemphilips) |
| 89 | +- #12743 `657dfc5` Fix csBestBlock/cvBlockChange waiting in rpc/mining (sipa) |
| 90 | + |
| 91 | +### GUI |
| 92 | +- #12432 `f78e7f6` [qt] send: Clear All also resets coin control options (Sjors) |
| 93 | +- #12617 `21dd5127` gui: Show messages as text not html (laanwj) |
| 94 | +- #12793 `cf6feb7` qt: Avoid reseting on resetguisettigs=0 (MarcoFalke) |
| 95 | + |
| 96 | +### ビルドシステム |
| 97 | +- #13544 `9fd3e00` depends: Update Qt download url (fanquake) |
| 98 | +- #12573 `88d1a64` Fix compilation when compiler do not support `__builtin_clz*` (532479301) |
| 99 | + |
| 100 | +### テストとQA |
| 101 | +- #13061 `170b309` Make tests pass after 2020 (bmwiedemann) |
| 102 | +- #13192 `79c4fff` [tests] Fixed intermittent failure in `p2p_sendheaders.py` (lmanners) |
| 103 | +- #13300 `d9c5630` qa: Initialize lockstack to prevent null pointer deref (MarcoFalke) |
| 104 | +- #13545 `e15e3a9` tests: Fix test case `streams_serializedata_xor` Remove Boost dependency. (practicalswift) |
| 105 | +- #13304 `cbdabef` qa: Fix `wallet_listreceivedby` race (MarcoFalke) |
| 106 | + |
| 107 | +### その他 |
| 108 | +- #12887 `2291774` Add newlines to end of log messages (jnewbery) |
| 109 | +- #12859 `18b0c69` Bugfix: Include `<memory>` for `std::unique_ptr` (luke-jr) |
| 110 | +- #13131 `ce8aa54` Add Windows shutdown handler (ken2812221) |
| 111 | +- #13652 `20461fc` rpc: Fix that CWallet::AbandonTransaction would leave the grandchildren, etc. active (Empact) |
| 112 | + |
| 113 | +クレジット |
| 114 | +======= |
| 115 | + |
| 116 | +このリリースに直接貢献されたみなさん、ありがとうございます : |
| 117 | + |
| 118 | +- 532479301 |
| 119 | +- Ben Woosley |
| 120 | +- Bernhard M. Wiedemann |
| 121 | +- Chun Kuan Lee |
| 122 | +- Cory Fields |
| 123 | +- fanquake |
| 124 | +- Gregory Sanders |
| 125 | +- joemphilips |
| 126 | +- John Newbery |
| 127 | +- Kristaps Kaupe |
| 128 | +- lmanners |
| 129 | +- Luke Dashjr |
| 130 | +- MarcoFalke |
| 131 | +- Matt Corallo |
| 132 | +- Pieter Wuille |
| 133 | +- practicalswift |
| 134 | +- Sjors Provoost |
| 135 | +- Suhas Daftuar |
| 136 | +- Wladimir J. van der Laan |
| 137 | + |
| 138 | +そしてセキュリティ問題を報告してくれた方々: |
| 139 | + |
| 140 | +- Braydon Fuller |
| 141 | +- Himanshu Mehta |
| 142 | + |
| 143 | +[Transifex](https://www.transifex.com/projects/p/bitcoin/)での翻訳を手伝ってくれたみなさんもありがとうございます。 |
| 144 | +{% endgithubify %} |
0 commit comments