|
| 1 | +--- |
| 2 | +title: Bitcoin Core 0.16.1 |
| 3 | +id: ja-release-0.16.1 |
| 4 | +name: release-0.16.1 |
| 5 | +permalink: /ja/releases/0.16.1/ |
| 6 | +excerpt: Bitcoin Core バージョン 0.16.1が利用可能になりました |
| 7 | +date: 2018-06-15 |
| 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, 1] |
| 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:91069028aaf9f6bb3279e71bfd9ab164922e578e&dn=bitcoin-core-0.16.1&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-06-13 commit dac5d68fc6cf136e0d7b21b9ed4fa053d54e6059 |
| 29 | +--- |
| 30 | +{% include _download.html %} |
| 31 | +{% githubify https://github.com/bitcoin/bitcoin %} |
| 32 | +Bitcoin Core バージョン 0.16.1 は以下から入手可能です。 |
| 33 | + |
| 34 | + <https://bitcoincore.org/bin/bitcoin-core-0.16.1/> |
| 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 | +主な変更点 |
| 77 | +=============== |
| 78 | + |
| 79 | +マイナーブロックサイズが削除されました |
| 80 | +------------------------ |
| 81 | + |
| 82 | +マイナーがマイニングするブロックサイズを制限する`-blockmaxsize`オプションはバージョン0.15.1で廃止され、このバージョンで削除されました。 |
| 83 | +ブロックのweightを制限したいマイナーは、`-blockmaxweight`オプションを使用する必要があります。 |
| 84 | + |
| 85 | +0.16.1 のチェンジログ |
| 86 | +------------------ |
| 87 | + |
| 88 | +### ポリシー |
| 89 | +- #11423 `d353dd1` [Policy] Several transaction standardness rules (jl2012) |
| 90 | + |
| 91 | +### マイニング |
| 92 | +- #12756 `e802c22` [config] Remove blockmaxsize option (jnewbery) |
| 93 | + |
| 94 | +### ブロックおよびトランザクションのハンドリング |
| 95 | +- #13199 `c71e535` Bugfix: ensure consistency of m_failed_blocks after reconsiderblock (sdaftuar) |
| 96 | +- #13023 `bb79aaf` Fix some concurrency issues in ActivateBestChain() (skeees) |
| 97 | + |
| 98 | +### P2Pプロトコルとネットワークコード |
| 99 | +- #12626 `f60e84d` Limit the number of IPs addrman learns from each DNS seeder (EthanHeilman) |
| 100 | + |
| 101 | +### ウォレット |
| 102 | +- #13265 `5d8de76` Exit SyncMetaData if there are no transactions to sync (laanwj) |
| 103 | +- #13030 `5ff571e` Fix zapwallettxes/multiwallet interaction. (jnewbery) |
| 104 | + |
| 105 | +### GUI |
| 106 | +- #12999 `1720eb3` Show the Window when double clicking the taskbar icon (ken2812221) |
| 107 | +- #12650 `f118a7a` Fix issue: "default port not shown correctly in settings dialog" (251Labs) |
| 108 | +- #13251 `ea487f9` Rephrase Bech32 checkbox texts, and enable it with legacy address default (fanquake) |
| 109 | + |
| 110 | +### ビルドシステム |
| 111 | +- #12474 `b0f692f` Allow depends system to support armv7l (hkjn) |
| 112 | +- #12585 `72a3290` depends: Switch to downloading expat from GitHub (fanquake) |
| 113 | +- #12648 `46ca8f3` test: Update trusted git root (MarcoFalke) |
| 114 | +- #11995 `686cb86` depends: Fix Qt build with Xcode 9 (fanquake) |
| 115 | +- #12636 `845838c` backport: #11995 Fix Qt build with Xcode 9 (fanquake) |
| 116 | +- #12946 `e055bc0` depends: Fix Qt build with XCode 9.3 (fanquake) |
| 117 | +- #12998 `7847b92` Default to defining endian-conversion DECLs in compat w/o config (TheBlueMatt) |
| 118 | + |
| 119 | +### テストとQA |
| 120 | +- #12447 `01f931b` Add missing signal.h header (laanwj) |
| 121 | +- #12545 `1286f3e` Use wait_until to ensure ping goes out (Empact) |
| 122 | +- #12804 `4bdb0ce` Fix intermittent rpc_net.py failure. (jnewbery) |
| 123 | +- #12553 `0e98f96` Prefer wait_until over polling with time.sleep (Empact) |
| 124 | +- #12486 `cfebd40` Round target fee to 8 decimals in assert_fee_amount (kallewoof) |
| 125 | +- #12843 `df38b13` Test starting bitcoind with -h and -version (jnewbery) |
| 126 | +- #12475 `41c29f6` Fix python TypeError in script.py (MarcoFalke) |
| 127 | +- #12638 `0a76ed2` Cache only chain and wallet for regtest datadir (MarcoFalke) |
| 128 | +- #12902 `7460945` Handle potential cookie race when starting node (sdaftuar) |
| 129 | +- #12904 `6c26df0` Ensure bitcoind processes are cleaned up when tests end (sdaftuar) |
| 130 | +- #13049 `9ea62a3` Backports (MarcoFalke) |
| 131 | +- #13201 `b8aacd6` Handle disconnect_node race (sdaftuar) |
| 132 | + |
| 133 | +### その他 |
| 134 | +- #12518 `a17fecf` Bump leveldb subtree (MarcoFalke) |
| 135 | +- #12442 `f3b8d85` devtools: Exclude patches from lint-whitespace (MarcoFalke) |
| 136 | +- #12988 `acdf433` Hold cs_main while calling UpdatedBlockTip() signal (skeees) |
| 137 | +- #12985 `0684cf9` Windows: Avoid launching as admin when NSIS installer ends. (JeremyRand) |
| 138 | + |
| 139 | +### ドキュメンテーション |
| 140 | +- #12637 `60086dd` backport: #12556 fix version typo in getpeerinfo RPC call help (fanquake) |
| 141 | +- #13184 `4087dd0` RPC Docs: `gettxout*`: clarify bestblock and unspent counts (harding) |
| 142 | +- #13246 `6de7543` Bump to Ubuntu Bionic 18.04 in build-windows.md (ken2812221) |
| 143 | +- #12556 `e730b82` Fix version typo in getpeerinfo RPC call help (tamasblummer) |
| 144 | + |
| 145 | +クレジット |
| 146 | +======= |
| 147 | + |
| 148 | +このリリースに直接貢献されたみなさん、ありがとうございます : |
| 149 | + |
| 150 | +- 251 |
| 151 | +- Ben Woosley |
| 152 | +- Chun Kuan Lee |
| 153 | +- David A. Harding |
| 154 | +- e0 |
| 155 | +- fanquake |
| 156 | +- Henrik Jonsson |
| 157 | +- JeremyRand |
| 158 | +- Jesse Cohen |
| 159 | +- John Newbery |
| 160 | +- Johnson Lau |
| 161 | +- Karl-Johan Alm |
| 162 | +- Luke Dashjr |
| 163 | +- MarcoFalke |
| 164 | +- Matt Corallo |
| 165 | +- Pieter Wuille |
| 166 | +- Suhas Daftuar |
| 167 | +- Tamas Blummer |
| 168 | +- Wladimir J. van der Laan |
| 169 | + |
| 170 | +[Transifex](https://www.transifex.com/projects/p/bitcoin/)での翻訳を手伝ってくれたみなさんもありがとうございます。 |
| 171 | +{% endgithubify %} |
0 commit comments