Skip to content

Commit 7778899

Browse files
committed
Merge #1101: Add japanese translation for 28.1
20c7dcd Add japanese translation for 28.1 (azuchi) Pull request description: Top commit has no ACKs. Tree-SHA512: 41ee4e691b72022b69acab4b8a120d6f6f2fb59f53c18a799c60941cac4e544798647fc91abc245770a8bfa131e76143336aafb5ace834246f3f241cadea4932
2 parents c86c62e + 20c7dcd commit 7778899

File tree

2 files changed

+168
-0
lines changed

2 files changed

+168
-0
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: Bitcoin Core 28.1 リリース
3+
name: blog-release-28.1
4+
id: ja-blog-release-28.1
5+
lang: ja
6+
permalink: /ja/2025/01/09/release-28.1/
7+
type: posts
8+
layout: post
9+
10+
## If this is a new post, reset this counter to 1.
11+
version: 1
12+
13+
## Only true if release announcement or security annoucement. English posts only
14+
announcement: 0
15+
16+
excerpt: >
17+
Bitcoin Core 28.1 が利用可能になりました。
18+
---
19+
Bitcoin Core バージョン 28.1が[ダウンロード][download page]できるようになりました。
20+
このリリースのバグ修正の詳細については、[リリースノート][release notes]をご覧ください。
21+
22+
ご不明な点がありましたら、#bitcoin IRCチャットルーム([IRC][irc][web][web irc])にお立ち寄りください。
23+
可能な限り支援します。
24+
25+
[release notes]: /ja/releases/28.1/
26+
[IRC]: irc://irc.libera.chat/bitcoin
27+
[web irc]: https://web.libera.chat/#bitcoin
28+
[download page]: /ja/download
29+
30+
{% include references.md %}
Lines changed: 138 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,138 @@
1+
---
2+
title: Bitcoin Core 28.1
3+
id: ja-release-28.1
4+
name: release-28.1
5+
permalink: /ja/releases/28.1/
6+
excerpt: Bitcoin Core バージョン 28.1 が利用可能になりました
7+
date: 2025-01-09
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: [28, 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:60837ded9c7e11b2a44f2ae7bc8e6fe3a3d7ee5c&dn=bitcoin-core-28.1&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.torrent.eu.org%3A451%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+
28.1 リリースノート
32+
=====================
33+
34+
Bitcoin Core バージョン 28.1 は以下から入手可能です:
35+
36+
<https://bitcoincore.org/bin/bitcoin-core-28.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の場合はインストーラーを実行、macOSの場合は`/Applications/Bitcoin-Qt`を上書き、
54+
Linuxの場合は`bitcoind`/`bitcoin-qt`を上書きしてください。
55+
56+
EOLに達したBitcoin Coreのバージョンから直接アップグレードすることは可能ですが、
57+
データディレクトリを移行する必要がある場合は時間がかかる可能性があります。
58+
Bitcoin Coreの旧ウォレットバージョンが一般的にサポートされます。
59+
60+
macOSでBitcoin Coreのバイナリを実行するには、自己署名が必要です。
61+
```
62+
cd /path/to/bitcoin-28.x/bin
63+
xattr -d com.apple.quarantine bitcoin-cli bitcoin-qt bitcoin-tx bitcoin-util bitcoin-wallet bitcoind test_bitcoin
64+
codesign -s - bitcoin-cli bitcoin-qt bitcoin-tx bitcoin-util bitcoin-wallet bitcoind test_bitcoin
65+
```
66+
67+
互換性 {#compatibility}
68+
==============
69+
70+
Bitcoin CoreはLinuxカーネル3.17以降やmacOS 11.0以降、Windows 7以降を使用している
71+
オペレーティングシステムでサポートされ、広範囲にテストされています。
72+
Bitcoin Coreは他のほとんどのUNIXライクなシステムでも動作するはずですが、
73+
それらの環境では頻繁にテストされていません。
74+
サポートされていないシステムでBitcoin Coreを使用することは推奨されません。
75+
76+
注目すべき変更 {#notable-changes}
77+
===============
78+
79+
### P2P
80+
81+
- `-port`設定オプションを使用すると、デフォルトのonion待ち受けポートが固定値(mainnetでは8334)ではなく、
82+
そのポート番号+1に設定されます。これにより、複数の異なる`-port`を使用するものの`-bind`は使用しない
83+
複数のローカルノードのセットアップが再び可能になります。このポートの衝突によりv28.0では起動エラーを引き起こす可能性がありました。
84+
85+
`torrc`で手動設定された`HiddenServicePort`は、`-port`オプションと一緒に使用する場合は調整が必要になる場合があります。
86+
たとえば、非標準の`-port=5555`を使用し、`-bind=...=onion`を使用しない場合、
87+
以前のBitcoin Coreは`127.0.0.1:8334`で着信Tor接続を待ち受けていました。
88+
現在は、(`-port`+1の)`127.0.0.1:5556`で待ち受けます。
89+
torrcでHidden Serviceを手動で設定している場合、`HiddenServicePort 8333 127.0.0.1:8334`から
90+
`HiddenServicePort 8333 127.0.0.1:5556`に変更するか、
91+
bitcoindを`-bind=127.0.0.1:8334=onion`で設定して以前の動作に戻す必要がります。(#31223)
92+
93+
- #30568 addrman: change internal id counting to int64_t
94+
95+
### 鍵 {#key}
96+
97+
- #31166 key: clear out secret data in DecodeExtKey
98+
99+
### ビルド {#build}
100+
101+
- #31013 depends: For mingw cross compile use `-gcc-posix` to prevent library conflict
102+
- #31502 depends: Fix CXXFLAGS on NetBSD
103+
104+
### テスト {#test}
105+
106+
- #31016 test: add missing sync to feature_fee_estimation.py
107+
- #31448 fuzz: add cstdlib to FuzzedDataProvider
108+
- #31419 test: fix MIN macro redefinition
109+
- #31563 rpc: Extend scope of validation mutex in generateblock
110+
111+
### ドキュメント {#doc}
112+
113+
- #31007 doc: add testnet4 section header for config file
114+
115+
### CI
116+
117+
- #30961 ci: add LLVM_SYMBOLIZER_PATH to Valgrind fuzz job
118+
119+
### その他 {#misc}
120+
121+
- #31267 refactor: Drop deprecated space in `operator""_mst`
122+
- #31431 util: use explicit cast in MultiIntBitSet::Fill()
123+
124+
クレジット {#credits}
125+
=======
126+
127+
このリリースに直接貢献されたみなさん、ありがとうございます:
128+
129+
- fanquake
130+
- Hennadii Stepanov
131+
- laanwj
132+
- MarcoFalke
133+
- Martin Zumsande
134+
- Marnix
135+
- Sebastian Falbesoner
136+
137+
[Transifex](https://www.transifex.com/bitcoin/bitcoin/)での翻訳を手伝ってくださったみなさんもありがとうございます。
138+
{% endgithubify %}

0 commit comments

Comments
 (0)