mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-25 14:15:50 +00:00
Use frontmatter for tutorials
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: get-started-with-rippleapi-for-javascript.html
|
||||
parent: get-started.html
|
||||
blurb: XRP Ledgerに照会するエントリーレベルのJavaScriptアプリケーションを構築します。
|
||||
---
|
||||
# RippleAPI入門ガイド
|
||||
|
||||
このチュートリアルでは、[Node.js](http://nodejs.org/)と[RippleAPI](rippleapi-reference.html)(XRP LedgerにアクセスするためのJavaScript API)を使用して、XRP Ledgerに接続されるアプリケーションを開発するための基本事項を説明します。
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: get-started-with-rippleapi-for-javascript.html
|
||||
parent: get-started.html
|
||||
blurb: Build an entry-level JavaScript application for querying the XRP Ledger in Node.js.
|
||||
---
|
||||
# Get Started with RippleAPI for Node.js
|
||||
|
||||
This tutorial guides you through the basics of building an XRP Ledger-connected application using [Node.js](http://nodejs.org/) and [RippleAPI](rippleapi-reference.html), a JavaScript API for accessing the XRP Ledger. You can also use RippleAPI [straight from your browser](get-started.html).
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
---
|
||||
html: get-started-with-the-rippled-api.html
|
||||
parent: get-started.html
|
||||
blurb: XRP Ledgerの操作に使用できるAPIとライブラリを使い始めましょう。
|
||||
cta_text: 開始しよう
|
||||
---
|
||||
# XRP Ledger APIの使用開始
|
||||
|
||||
XRP Ledgerのコアサーバーソフトウェアは[`rippled`](the-rippled-server.html)です。XRP Ledgerでの開発に進むには、`rippled`サーバーのAPIにアクセスします。
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
---
|
||||
html: get-started-with-the-rippled-api.html
|
||||
parent: get-started.html
|
||||
blurb: Unleash the full power of the XRP Ledger's native APIs.
|
||||
cta_text: Get Started
|
||||
---
|
||||
# Get Started with XRP Ledger APIs
|
||||
|
||||
The XRP Ledger's core server software is [`rippled`](the-rippled-server.html). You can jump straight into developing on the XRP Ledger by accessing the API of a `rippled` server.
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
---
|
||||
html: get-started.html
|
||||
parent: tutorials.html
|
||||
template: template-doc.html
|
||||
blurb: Get up and running with some of the resources you'll use to work with the XRP Ledger.
|
||||
filters:
|
||||
- js_editor
|
||||
---
|
||||
# Get Started
|
||||
|
||||
The XRP Ledger is always online and entirely public. Anyone can access it **directly from a web browser** with source code like what's on this page.
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: look-up-transaction-results.html
|
||||
parent: production-readiness.html
|
||||
blurb: 以前に送信したトランザクションの結果を確認します。
|
||||
---
|
||||
# トランザクションの結果の確認
|
||||
|
||||
XRP Ledgerを効果的に使用するには、[トランザクション](transaction-basics.html)の結果を次のように把握することが重要です。トランザクションは成功したか?トランザクションは何を遂行したか?失敗した場合は、なぜか?
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: look-up-transaction-results.html
|
||||
parent: production-readiness.html
|
||||
blurb: Find the results of previously-submitted transactions.
|
||||
---
|
||||
# Look Up Transaction Results
|
||||
|
||||
To use the XRP Ledger effectively, you need to be able to understand [transaction](transaction-basics.html) outcomes: did the transaction succeed? What did it accomplish? If it failed, why?
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: set-up-secure-signing.html
|
||||
parent: production-readiness.html
|
||||
blurb: 安全にトランザクションを送信できる環境を設定します。
|
||||
---
|
||||
# 安全な署名の設定
|
||||
|
||||
[トランザクション](transaction-basics.html)をXRP Ledgerに送信するには、[秘密鍵](cryptographic-keys.html)のセキュリティを損なわない方法でトランザクションにデジタル署名する必要があります。(他の人があなたの秘密鍵にアクセスできる場合、その人はあなたと同じようにあなたのアカウントを操作できるため、すべての資金が盗まれたり消却されたりする可能性があります。)このページでは、トランザクションに安全に署名できる環境の設定方法について説明します。
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: set-up-secure-signing.html
|
||||
parent: production-readiness.html
|
||||
blurb: Set up an environment where you can submit transactions securely.
|
||||
---
|
||||
# Set Up Secure Signing
|
||||
|
||||
To submit [transactions](transaction-basics.html) to the XRP Ledger, you need a way to digitally sign them without compromising the security of your [secret keys](cryptographic-keys.html). (If others gain access to your secret keys, they have as much control over your accounts as you do, and can steal or destroy all your money.) This page summarizes how to set up such an environment so you can sign transactions securely.
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: assign-a-regular-key-pair.html
|
||||
parent: manage-account-settings.html
|
||||
blurb: アカウントからトランザクションに署名できるように第2キーペアを承認します。このキーペアは後から変更や削除が可能です。
|
||||
---
|
||||
# レギュラーキーペアの割り当て
|
||||
|
||||
XRP Ledgerでは、アカウントはその後のトランザクションには _レギュラーキーペア_ と呼ばれるセカンダリキーペアで署名することができます。レギュラーキーペアの秘密鍵が漏えいした場合は、秘密鍵を削除または交換できます。その際に、アカウントの秘密鍵以外の設定を変更したり、他のアカウントとの関係を再設定する必要はありません。レギュラーキーペアを積極的にローテーションすることも可能です。(アカウントのアドレスに固有に関連付けられているアカウントのマスターキーペアでは、このような操作は実行できません。)
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: assign-a-regular-key-pair.html
|
||||
parent: manage-account-settings.html
|
||||
blurb: Authorize a second key pair to sign transactions from your account. This key pair can be changed or removed later.
|
||||
---
|
||||
# Assign a Regular Key Pair
|
||||
|
||||
The XRP Ledger allows an account to authorize a secondary key pair, called a _[regular key pair](cryptographic-keys.html)_, to sign future transactions. If the private key of a regular key pair is compromised, you can remove or replace it without changing the rest of your [account](accounts.html) and re-establishing its relationships to other accounts. You can also rotate a regular key pair proactively. (Neither of those things is possible for the master key pair of an account, which is intrinsically linked to the account's address.)
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: change-or-remove-a-regular-key-pair.html
|
||||
parent: manage-account-settings.html
|
||||
blurb: アカウントですでに承認されているレギュラーキーペアを削除するか更新します。
|
||||
---
|
||||
# レギュラーキーペアの変更または削除
|
||||
|
||||
XRP Ledgerでは、アカウントはその後のトランザクションには _レギュラーキーペア_ と呼ばれるセカンダリキーペアで署名することができます。アカウントのレギュラーキーペアが漏えいした場合、またはセキュリティ対策としてレギュラーキーペアを定期的に変更する必要がある場合は、[SetRegularKeyトランザクション][]を使用してアカウントレギュラーキーペアを削除または変更します。
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: change-or-remove-a-regular-key-pair.html
|
||||
parent: manage-account-settings.html
|
||||
blurb: Remove or update a regular key pair already authorized by your account.
|
||||
---
|
||||
# Change or Remove a Regular Key Pair
|
||||
|
||||
The XRP Ledger allows an account to authorize a secondary key pair, called a _[regular key pair](cryptographic-keys.html)_, to sign future transactions. If your [account](accounts.html)'s regular key pair is compromised, or if you want to periodically change the regular key pair as a security measure, use a [SetRegularKey transaction][] to remove or change the regular key pair for your account.
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: disable-master-key-pair.html
|
||||
parent: manage-account-settings.html
|
||||
blurb: Disable the master key that is mathematically associated with an address.
|
||||
---
|
||||
# Disable Master Key Pair
|
||||
|
||||
This page describes how to disable the [master key pair](cryptographic-keys.html) that is mathematically associated with an [account](accounts.html)'s address. You should do this if your account's master key pair may have been compromised, or if you want to make [multi-signing](multi-signing.html) the _only_ way to submit transactions from your account.
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: offline-account-setup.html
|
||||
parent: manage-account-settings.html
|
||||
blurb: 物理的に隔離されたオフラインのマシンを使用して暗号鍵を保管するXRP Ledgerアカウントを設定します。
|
||||
---
|
||||
# オフラインでのアカウント設定のチュートリアル
|
||||
|
||||
きわめて安全な[署名構成](set-up-secure-signing.html)では、XRP Ledger[アカウント](accounts.html)の[暗号鍵](cryptographic-keys.html)をオフラインの物理的に隔離されたマシンに安全に保管します。この構成を設定すると、さまざまなトランザクションに署名して、署名済みトランザクションのみをオンラインコンピューターに転送し、秘密鍵をオンラインにいる不正使用者に見せることなくそれらのトランザクションをXRP Ledgerネットワークに送信できます。
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: offline-account-setup.html
|
||||
parent: manage-account-settings.html
|
||||
blurb: Set up an XRP Ledger account using an air-gapped, offline machine to store its cryptographic keys.
|
||||
---
|
||||
# Offline Account Setup Tutorial
|
||||
|
||||
A highly secure [signing configuration](set-up-secure-signing.html) involves keeping an XRP Ledger [account](accounts.html)'s [cryptographic keys](cryptographic-keys.html) securely on an offline, air-gapped machine. After setting up this configuration, you can sign a variety of transactions, transfer only the signed transactions to an online computer, and submit them to the XRP Ledger network without ever exposing your secret key to malicious actors online.
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: require-destination-tags.html
|
||||
parent: manage-account-settings.html
|
||||
blurb: ユーザーがあなたのアドレスに送金するときに宛先タグを必ず指定しなければならないようにします。
|
||||
---
|
||||
# 宛先タグの要求
|
||||
|
||||
`RequireDest`設定(RippleAPIの`requireDestinationTag`)は、送金先を識別する[宛先タグ](source-and-destination-tags.html)を顧客が付け忘れている場合にあなたのアドレスに[送金](payment-types.html)できないようにするためのものです。有効にすると、XRP Ledgerは宛先タグが付いていないあなたのアドレスへの送金を拒否します。
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: set-up-multi-signing.html
|
||||
parent: manage-account-settings.html
|
||||
blurb: アカウントに署名者リストを追加して、マルチ署名を有効にします。
|
||||
---
|
||||
# マルチ署名の設定
|
||||
|
||||
[マルチ署名](multi-signing.html)は、XRP Ledgerの[トランザクション](transaction-basics.html)を承認する3種類の方法の1つです。マルチ署名の他に[レギュラーキーとマスターキー](cryptographic-keys.html)で署名する方法があります。3種類のトランザクション承認方法を自由に組み合わせて使用できるように[アドレス](accounts.html)を設定できます。
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: set-up-multi-signing.html
|
||||
parent: manage-account-settings.html
|
||||
blurb: Add a signer list to your account to enable multi-signing.
|
||||
---
|
||||
# Set Up Multi-Signing
|
||||
|
||||
[Multi-signing](multi-signing.html) is one of three ways to authorize [transactions](transaction-basics.html) for the XRP Ledger, alongside signing with [regular keys and master keys](cryptographic-keys.html). You can configure your [address](accounts.html) to allow any combination of the three methods to authorize transactions.
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: configure-advisory-deletion.html
|
||||
parent: configure-rippled.html
|
||||
blurb: 指示による削除を使用して、新しい履歴ができたときではなく、スケジュールで古いレジャー履歴を削除します。
|
||||
---
|
||||
# 指示による削除の設定
|
||||
|
||||
デフォルトの構成ファイルは、新しいレジャーバージョンが利用可能になると`rippled`が古いXRP Ledgerの履歴を自動的に削除するように設定されています。サーバーがピーク時にハードウェアリソースの大部分を使用する場合は、オフピーク時に実行するようスケジュールされたコマンドからの指示があった場合にのみ、レジャーを削除するようにサーバーを設定できます。これにより、オンライン削除がサーバーのパフォーマンスに及ぼす影響はほとんどなくなります。
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: configure-advisory-deletion.html
|
||||
parent: configure-rippled.html
|
||||
blurb: Use advisory deletion to delete older ledger history on a schedule rather than as new history becomes available.
|
||||
---
|
||||
# Configure Advisory Deletion
|
||||
|
||||
The default config file sets [`rippled`](the-rippled-server.html) to automatically delete outdated [history](ledger-history.html) of XRP Ledger state and transactions as new ledger versions become available. If your server uses most of its hardware resources during peak hours, you can configure the server to delete ledgers only when prompted by a command scheduled to run during off-peak hours, so that online deletion is less likely to impact [server performance](capacity-planning.html).
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: configure-full-history.html
|
||||
parent: configure-rippled.html
|
||||
blurb: 完全履歴サーバーは、運用のコストは高いものの、XRP Ledgerでこれまでに発生したすべてのトランザクションの記録を提供します。
|
||||
---
|
||||
# 全履歴の設定
|
||||
|
||||
デフォルトの構成では、新しいレジャーバージョンが利用可能になると`rippled`サーバーが古いXRP Ledger状態とトランザクションの履歴を自動的に削除するように設定されています。ほとんどのサーバーでは現在の状態を把握してトランザクションを処理するのに古い履歴は不要なため、この設定で十分です。ただし、一部のサーバーが可能な限り多くのXRP Ledgerの履歴を提供する場合、これはネットワークにとって有用であることがあります。
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: configure-full-history.html
|
||||
parent: configure-rippled.html
|
||||
blurb: Full history servers provide a record of every transaction ever to occur in the XRP Ledger, although they are expensive to run.
|
||||
---
|
||||
# Configure Full History
|
||||
|
||||
In its default configuration, the `rippled` server automatically deletes outdated history of XRP Ledger state and transactions as new ledger versions become available. This is sufficient for most servers, which do not need older history to know the current state and process transactions. However, it can be useful for the network if some servers provide as much history of the XRP Ledger as possible.
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: configure-grpc.html
|
||||
parent: configure-rippled.html
|
||||
blurb: Enable and configure the gRPC API.
|
||||
---
|
||||
# Configure gRPC
|
||||
|
||||
The `rippled` server has an experimental [gRPC API](https://grpc.io/). Currently, this API provides a subset of the full [`rippled` API](rippled-api.html). You can enable the gRPC API on your server with a new configuration stanza. [New in: rippled 1.5.0][]
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: configure-history-sharding.html
|
||||
parent: configure-rippled.html
|
||||
blurb: 履歴XRPレジャーデータのシャードを保存するようにサーバーを設定します。
|
||||
---
|
||||
# 履歴シャーディングの設定
|
||||
|
||||
[履歴シャーディング](history-sharding.html)では、各サーバーで完全な履歴を保管することなく、履歴XRP Ledgerデータを保存できます。デフォルトでは`rippled`サーバーは履歴シャードを保管しません。
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: configure-history-sharding.html
|
||||
parent: configure-rippled.html
|
||||
blurb: Set up a server to contribute to preserving shards of historical XRP Ledger data.
|
||||
---
|
||||
# Configure History Sharding
|
||||
|
||||
[History Sharding](history-sharding.html) lets servers contribute to preserving historical XRP Ledger data without each server needing to store the full history. By default, `rippled` servers do not store history shards.
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: configure-online-deletion.html
|
||||
parent: configure-rippled.html
|
||||
blurb: サーバーでどこまで古いトランザクション履歴を保持するかを設定します。
|
||||
---
|
||||
# オンライン削除の設定
|
||||
|
||||
`rippled`サーバーのデフォルトの構成では、最新2000個のレジャーバージョンよりも古い[履歴が削除され](online-deletion.html)、レジャー履歴は約15分間維持されます(現行のレジャー毎の間隔に基づく)。このページでは、削除までに`rippled`サーバーに保管される履歴の量を設定する方法を説明します。
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: configure-online-deletion.html
|
||||
parent: configure-rippled.html
|
||||
blurb: Configure how far back your server should store transaction history.
|
||||
---
|
||||
# Configure Online Deletion
|
||||
|
||||
In its default configuration, [the `rippled` server](the-rippled-server.html) [deletes history](online-deletion.html) older than the most recent 2000 [ledger versions](ledgers.html), keeping approximately 15 minutes of [ledger history](ledger-history.html) (based on the current rate between ledgers). This page describes how to configure the amount of history your `rippled` server stores before deleting.
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: configure-statsd.html
|
||||
parent: configure-rippled.html
|
||||
blurb: Monitor your rippled server with StatsD metrics.
|
||||
---
|
||||
# Configure StatsD
|
||||
|
||||
`rippled` can export health and behavioral information about itself in [StatsD](https://github.com/statsd/statsd) format. Those metrics can be consumed and visualized through [`rippledmon`](https://github.com/ripple/rippledmon) or any other collector that accepts StatsD formatted metrics.
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: connect-your-rippled-to-the-xrp-test-net.html
|
||||
parent: configure-rippled.html
|
||||
blurb: rippledサーバーをTest Netに接続して、模造の資金を使って新しい機能を試したり、機能をテストしたりします。
|
||||
---
|
||||
# XRPL Altnetへのrippledの接続
|
||||
|
||||
Rippleは[代替となるテスト用および開発用ネットワーク](parallel-networks.html)を作成しており、開発者が最新のXRP Ledgerの非本番バージョン(Testnet)でアプリケーションをテストしたり、最新のベータバージョン(Devnet)で機能をテストして実験したりできるようにしています。 **これらのネットワークで使用する資金は実際の資金ではなく、テスト専用の資金です。** TestnetまたはDevnetの[`rippled`サーバー](the-rippled-server.html)に接続できます。
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: enable-public-signing.html
|
||||
parent: configure-rippled.html
|
||||
blurb: 他の人があなたのサーバーを使ってトランザクションに署名できるようにします。(非推奨)
|
||||
---
|
||||
# パブリック署名の有効化
|
||||
|
||||
[新規: rippled 1.1.0][]デフォルトでは、`rippled`の署名メソッドは管理者接続に限定されています。v1.1.0以前のバージョンの`rippled`のように、署名メソッドをパブリックAPIメソッドとして使用できるようにするには、構成を変更することで、これを使用できるようにします。
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: enable-public-signing.html
|
||||
parent: configure-rippled.html
|
||||
blurb: Allow others to use your server to sign transactions. (Not recommended)
|
||||
---
|
||||
# Enable Public Signing
|
||||
|
||||
By default, the signing methods for [`rippled`](the-rippled-server.html) are limited to [administrative connections](admin-rippled-methods.html). If you want to allow signing methods to be used as public API methods (like with versions of `rippled` before v1.1.0), you can enable it with a configuration change. [New in: rippled 1.1.0][]
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: run-rippled-as-a-validator.html
|
||||
parent: configure-rippled.html
|
||||
blurb: サーバーがコンセンサスレジャーで投票できるようにします。
|
||||
---
|
||||
# バリデータとしてのrippledの実行
|
||||
|
||||
[バリデータモード](rippled-server-modes.html)で実行されている[`rippled`サーバー](the-rippled-server.html)は、ストックサーバーが実行するあらゆる処理を実行します。
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: run-rippled-as-a-validator.html
|
||||
parent: configure-rippled.html
|
||||
blurb: Have your server vote on the consensus ledger.
|
||||
---
|
||||
# Run rippled as a Validator
|
||||
|
||||
A [`rippled` server](the-rippled-server.html) running in [validator mode](rippled-server-modes.html) does everything a stock server does:
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: run-rippled-as-a-wallet-server.html
|
||||
parent: configure-rippled.html
|
||||
blurb: A multipurpose configuration for anyone integrating XRP.
|
||||
---
|
||||
# Run rippled as a Wallet Server
|
||||
|
||||
A wallet server is a multipurpose configuration for `rippled`. With a wallet server, you can submit transactions to the XRP Ledger, access ledger history, and use the latest [tools](software-ecosystem.html) to integrate with XRP.
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: cluster-rippled-servers.html
|
||||
parent: configure-peering.html
|
||||
blurb: サーバーのグループで処理を分担するように設定して効率化します。
|
||||
---
|
||||
# rippledサーバーのクラスター化
|
||||
|
||||
1つのデータセンターで複数の`rippled`サーバーを稼働している場合は、これらのサーバーを[クラスター](clustering.html)に構成して、効率を最大化できます。クラスター構成の設定は次のとおりです。
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: cluster-rippled-servers.html
|
||||
parent: configure-peering.html
|
||||
blurb: Set up a group of servers that share work for higher efficiency.
|
||||
---
|
||||
# Cluster rippled Servers
|
||||
|
||||
If you run multiple [`rippled` servers](the-rippled-server.html) in the same data center, you can configure them in a [cluster](clustering.html) to maximize efficiency. To configure clustering:
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: configure-a-private-server.html
|
||||
parent: configure-peering.html
|
||||
blurb: サーバーが特定の信頼できるピアのみに接続するように設定します。
|
||||
---
|
||||
# プライベートサーバーの設定
|
||||
|
||||
[プライベートサーバー](peer-protocol.html#プライベートピア)は、オープンなピアツーピアネットワーク内の検出されたピアに直接接続するのではなく、特定の信頼できるピアのみを通じてネットワークに接続する`rippled`サーバーです。この種の構成は、[バリデータ](run-rippled-as-a-validator.html)に一般的に推奨される任意の対策ですが、その他の特定の目的でも役立ちます。
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: configure-a-private-server.html
|
||||
parent: configure-peering.html
|
||||
blurb: Set up a server to connect only to specific, trusted peers.
|
||||
---
|
||||
# Configure a Private Server
|
||||
|
||||
A [private server](peer-protocol.html#private-peers) is a `rippled` server that connects to the network only through specific, trusted peers instead of connecting directly to discovered peers in the open peer-to-peer network. This kind of configuration is an optional precaution most commonly recommended for [validators](run-rippled-as-a-validator.html), but it can be useful for other specific purposes.
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
---
|
||||
html: configure-peering.html
|
||||
parent: manage-the-rippled-server.html
|
||||
template: template-landing-children.html
|
||||
blurb: サーバーをピアツーピアネットワークに接続する方法を設定します。
|
||||
---
|
||||
# ピアリングの設定
|
||||
|
||||
XRP Ledgerのピアツーピアプロトコルは、ほとんどの場合、ピア接続を自動的に管理します。場合によっては、サーバーが接続するピアを手動で調整して、サーバーの可用性とネットワークの他の部分との接続性を最大限に高めたいというケースがあります。
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
---
|
||||
html: configure-peering.html
|
||||
parent: manage-the-rippled-server.html
|
||||
template: template-landing-children.html
|
||||
blurb: Configure how your server connects to the peer-to-peer network.
|
||||
---
|
||||
# Configure Peering
|
||||
|
||||
The XRP Ledger's peer-to-peer protocol automatically manages peer connections in most cases. In some cases, you may want to manually adjust which peers your server connects to, to maximize your server's availability and connectivity with the rest of the network.
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: configure-the-peer-crawler.html
|
||||
parent: configure-peering.html
|
||||
blurb: Configure how much information your rippled server reports publicly about its status and peers.
|
||||
---
|
||||
# Configure the Peer Crawler
|
||||
|
||||
By default, [`rippled` servers](the-rippled-server.html) provide statistics publicly to anyone who asks using the [peer crawler API](peer-crawler.html), to make it easier to track the health and topology of [the XRP Ledger's peer-to-peer network](consensus-network.html). You can configure your server to provide more or less information, or to reject peer crawler requests entirely. [New in: rippled 1.2.0][]
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: forward-ports-for-peering.html
|
||||
parent: configure-peering.html
|
||||
blurb: 受信ピアがrippledサーバーに接続できるようにファイアウォールを設定します。
|
||||
---
|
||||
# ピアリングのポート転送
|
||||
|
||||
XRP Ledgerのピアツーピアネットワーク内にあるサーバーは、[ピアプロトコル](peer-protocol.html)を介して通信します。セキュリティとネットワークの他の部分との接続を両立させるために、ファイアウォールを使用して、サーバーをほとんどのポートから保護し、ピアプロトコルポートだけを開放するか転送するようにする必要があります。
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: forward-ports-for-peering.html
|
||||
parent: configure-peering.html
|
||||
blurb: Configure your firewall to allow incoming peers to your rippled server.
|
||||
---
|
||||
# Forward Ports for Peering
|
||||
|
||||
Servers in the XRP Ledger peer-to-peer network communicate over the [peer protocol](peer-protocol.html). For the best combination of security and connectivity to the rest of the network, you should use a firewall to protect your server from most ports, but open or forward the peer protocol port.
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: manually-connect-to-a-specific-peer.html
|
||||
parent: configure-peering.html
|
||||
blurb: rippledサーバーを特定のピアに接続します。
|
||||
---
|
||||
# 特定のピアへの手動接続
|
||||
|
||||
サーバーをXRP Ledgerネットワーク内の特定の[ピア](peer-protocol.html)に手動で接続するには、次の手順を実行します。
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: manually-connect-to-a-specific-peer.html
|
||||
parent: configure-peering.html
|
||||
blurb: Connect your rippled server to a specific peer.
|
||||
---
|
||||
# Manually Connect to a Specific Peer
|
||||
|
||||
Use these steps to manually connect your server to a specific [peer](peer-protocol.html) in the XRP Ledger network.
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: set-max-number-of-peers.html
|
||||
parent: configure-peering.html
|
||||
blurb: rippledサーバーが接続するピアの最大数を設定します。
|
||||
---
|
||||
# ピアの最大数の設定
|
||||
|
||||
`rippled`サーバーには、接続先の[ピア](peer-protocol.html)の数を定める設定可能なソフト最大数があります。ピアのデフォルトの最大数は**21**です。
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: set-max-number-of-peers.html
|
||||
parent: configure-peering.html
|
||||
blurb: Set the maximum number of peers your rippled server connects to.
|
||||
---
|
||||
# Set Maximum Number of Peers
|
||||
|
||||
The `rippled` server has a configurable soft maximum number of [peers](peer-protocol.html) to connect to. The default maximum number of peers is **21**.
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: use-a-peer-reservation.html
|
||||
parent: configure-peering.html
|
||||
blurb: ピアリザベーションを使用して特定のピアへのより信頼できる接続を設定します。
|
||||
---
|
||||
# ピアリザベーションの使用
|
||||
|
||||
[ピアリザベーション][]を使用すると、`rippled`サーバーが予約とマッチしたピアからの通信を常に受け入れるように設定できます。このページでは、ピアリザベーションを使用して2台のサーバー間のピアツーピア通信を、各サーバーの管理者の協力のもと一貫して維持する方法について説明します。
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: use-a-peer-reservation.html
|
||||
parent: configure-peering.html
|
||||
blurb: Set up a more reliable connection to a specific peer using a peer reservation.
|
||||
---
|
||||
# Use a Peer Reservation
|
||||
|
||||
A [peer reservation][] is a setting that makes a `rippled` server always accept connections from a peer matching the reservation. This page describes how to use peer reservations to keep a consistent peer-to-peer connection between two servers, with the cooperation of the administrators of both servers.
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: build-run-rippled-macos.html
|
||||
parent: install-rippled.html
|
||||
blurb: macOSでrippledを自分でコンパイルします。
|
||||
---
|
||||
# macOSでのrippledの構築と実行
|
||||
|
||||
[`rippled`](the-rippled-server.html)の本番環境にmacOSプラットフォームを使用することは推奨されていません。本番環境には、最高レベルの品質管理とテストを経た、[Ubuntuプラットフォーム](install-rippled-on-ubuntu-with-alien.html)のご使用をご検討ください。
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: build-run-rippled-macos.html
|
||||
parent: install-rippled.html
|
||||
blurb: Compile rippled yourself on macOS.
|
||||
---
|
||||
# Build and Run rippled on macOS
|
||||
|
||||
The macOS platform is not recommended for [`rippled`](the-rippled-server.html) production use. For production, consider using the [Ubuntu platform](install-rippled-on-ubuntu-with-alien.html), which has received the highest level of quality assurance and testing.
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: build-run-rippled-ubuntu.html
|
||||
parent: install-rippled.html
|
||||
blurb: Ubuntu Linuxでrippledを自分でコンパイルします。
|
||||
---
|
||||
# Ubuntuでのrippledの構築と実行
|
||||
|
||||
`rippled`は、XRP Ledgerを管理するコアのピアツーピアサーバーです。`rippled`サーバーは、ピアのネットワークに接続し、暗号で署名された取引を中継し、共有のグローバル台帳の完全なローカルコピーを維持します。
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: build-run-rippled-ubuntu.html
|
||||
parent: install-rippled.html
|
||||
blurb: Compile rippled yourself on Ubuntu Linux.
|
||||
---
|
||||
# Build and Run rippled on Ubuntu
|
||||
|
||||
`rippled` is the core peer-to-peer server that manages the XRP Ledger. A `rippled` server can connect to a network of peers, relay cryptographically signed transactions, and maintain a local copy of the complete shared global ledger.
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: capacity-planning.html
|
||||
parent: install-rippled.html
|
||||
blurb: 本番環境のシステムスペックを計画して、rippledの構成を調整します。
|
||||
---
|
||||
# 容量の計画
|
||||
|
||||
このセクションでは、お使いの`rippled`サーバーのパフォーマンスを調整し、最適化するために使用できる、構成、ネットワーク、ハードウェアの推奨事項について説明します。これらの考慮事項を知っておくことにより、XRP Ledgerネットワークの現在および将来の容量を処理できるよう、お使いの`rippled`サーバーを準備するために役立ちます。
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: install-rippled-on-centos-rhel-with-yum.html
|
||||
parent: install-rippled.html
|
||||
blurb: プリコンパイル済みのrippledバイナリーをCentOSまたはRed Hat Enterprise Linuxにインストールします。
|
||||
---
|
||||
# yumを使用したCentOS/Red Hatへのインストール
|
||||
|
||||
このページでは、Rippleの[yum](https://en.wikipedia.org/wiki/Yellowdog_Updater,_Modified)リポジトリを使用して、**CentOS 7**または**Red Hat Enterprise Linux 7**に、`rippled`の安定した最新バージョンをインストールする場合の推奨手順を説明します。
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: install-rippled-on-centos-rhel-with-yum.html
|
||||
parent: install-rippled.html
|
||||
blurb: Install a precompiled rippled binary on CentOS or Red Hat Enterprise Linux.
|
||||
---
|
||||
# Install on CentOS/Red Hat with yum
|
||||
|
||||
This page describes the recommended instructions for installing the latest stable version of `rippled` on **CentOS 7** or **Red Hat Enterprise Linux 7**, using Ripple's [yum](https://en.wikipedia.org/wiki/Yellowdog_Updater,_Modified) repository.
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: install-rippled-on-ubuntu.html
|
||||
parent: install-rippled.html
|
||||
blurb: プリコンパイル済みのrippledバイナリーをUbuntu Linuxにインストールします。
|
||||
---
|
||||
# UbuntuまたはDebian Linuxへのインストール
|
||||
|
||||
このページでは、[`apt`](https://help.ubuntu.com/lts/serverguide/apt.html)ユーティリティを使用して、**Ubuntu Linux 16.04以降**または**Debian 9(Stretch)** に`rippled`の安定した最新バージョンをインストールする場合の推奨手順を説明します。
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: install-rippled-on-ubuntu.html
|
||||
parent: install-rippled.html
|
||||
blurb: Install a precompiled rippled binary on Ubuntu Linux.
|
||||
---
|
||||
# Install on Ubuntu or Debian Linux
|
||||
|
||||
This page describes the recommended instructions for installing the latest stable version of `rippled` on **Ubuntu Linux 16.04 or higher** or **Debian 9 or higher**, using the [`apt`](https://help.ubuntu.com/lts/serverguide/apt.html) utility.
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: rippled-1-3-migration-instructions.html
|
||||
parent: install-rippled.html
|
||||
blurb: rippled 1.2.4以前のバージョンからrippled v1.3以降に移行するプロセスについて説明します。
|
||||
---
|
||||
# rippled v1.3.xへの移行手順
|
||||
|
||||
このドキュメントでは、`rippled` 1.2.4以前のバージョンから`rippled` v1.3以降に移行するプロセスについて説明します。`rippled`のインストールプロセスがバージョン1.3では変更されたため、この移行プロセスは必須です。
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: rippled-1-3-migration-instructions.html
|
||||
parent: install-rippled.html
|
||||
blurb: Use these instructions to upgrade rippled packages from 1.2.x or below to 1.3.x or higher.
|
||||
---
|
||||
# rippled v1.3.x Migration Instructions
|
||||
|
||||
This document describes the migration process for upgrading from `rippled` 1.2.4 or earlier to `rippled` v1.3 or later. This migration process is necessary because the `rippled` install process has changed as of version 1.3.
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: system-requirements.html
|
||||
parent: install-rippled.html
|
||||
blurb: rippledのハードウェアやソフトウェアのシステム要件
|
||||
---
|
||||
# システム要件
|
||||
|
||||
## 最小仕様
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: system-requirements.html
|
||||
parent: install-rippled.html
|
||||
blurb: Hardware and software requirements for running rippled.
|
||||
---
|
||||
# System Requirements
|
||||
|
||||
## Minimum Specifications
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: update-rippled-automatically-on-linux.html
|
||||
parent: install-rippled.html
|
||||
blurb: Linuxでrippledの自動更新を設定します。
|
||||
---
|
||||
# Linuxでの自動更新
|
||||
|
||||
Linuxでは、`rippled`が1回限りの`cron`構成を使用して最新バージョンに自動的にアップグレードされるように設定できます。可能であれば自動更新を有効にしておくことが推奨されます。
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: update-rippled-automatically-on-linux.html
|
||||
parent: install-rippled.html
|
||||
blurb: Set up automatic updates for rippled on Linux.
|
||||
---
|
||||
# Update Automatically on Linux
|
||||
|
||||
On Linux, you can set up `rippled` to automatically upgrade to the latest version with a one-time `cron` configuration. Ripple recommends enabling automatic updates if possible.
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: update-rippled-manually-on-centos-rhel.html
|
||||
parent: install-rippled.html
|
||||
blurb: CentOSまたはRed Hat Enterprise Linuxでrippledを手動更新します。
|
||||
---
|
||||
# CentOS/Red Hatでの手動更新
|
||||
|
||||
このページでは、CentOSまたはRed Hat Enterprise Linuxで最新リリースの`rippled`に手動で更新する手順を説明します。可能であれば手動更新ではなく[自動更新](update-rippled-automatically-on-linux.html)を設定することが推奨されます。
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: update-rippled-manually-on-centos-rhel.html
|
||||
parent: install-rippled.html
|
||||
blurb: Manually update rippled on CentOS or Red Hat Enterprise Linux.
|
||||
---
|
||||
# Update Manually on CentOS/Red Hat
|
||||
|
||||
This page describes how to update manually to the latest release of `rippled` on CentOS or Red Hat Enterprise Linux. Ripple recommends setting up [automatic updates](update-rippled-automatically-on-linux.html) instead, where possible.
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: update-rippled-manually-on-ubuntu.html
|
||||
parent: install-rippled.html
|
||||
blurb: Ubuntu Linuxでrippledを手動更新します。
|
||||
---
|
||||
# UbuntuまたはDebianでの手動更新
|
||||
|
||||
このページでは、Ubuntu Linuxで最新リリースの`rippled`に手動で更新する手順を説明します。以下の手順は、[`rippled`がすでにネイティブパッケージを使用してインストール](install-rippled-on-ubuntu.html)されていることを前提としています。可能であれば手動更新ではなく[自動更新](update-rippled-automatically-on-linux.html)を設定することが推奨されます。
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: update-rippled-manually-on-ubuntu.html
|
||||
parent: install-rippled.html
|
||||
blurb: Manually update rippled on Ubuntu Linux.
|
||||
---
|
||||
# Update Manually on Ubuntu or Debian
|
||||
|
||||
This page describes how to update manually to the latest release of `rippled` on Ubuntu Linux. These instructions assume you have already [installed `rippled` using the native package](install-rippled-on-ubuntu.html). Ripple recommends setting up [automatic updates](update-rippled-automatically-on-linux.html) instead, where possible.
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: advance-the-ledger-in-stand-alone-mode.html
|
||||
parent: use-stand-alone-mode.html
|
||||
blurb: レジャーを手動で閉鎖して、スタンドアロンモードでの処理を進めます。
|
||||
---
|
||||
# スタンドアロンモードでレジャーを進める
|
||||
|
||||
スタンドアロンモードでは`rippled`はピアツーピアネットワークの他のメンバーと通信せず、またコンセンサスプロセスに参加しません。このため、[ledger_acceptメソッド][]を使用してレジャーインデックスを手動で進める必要があります。
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: advance-the-ledger-in-stand-alone-mode.html
|
||||
parent: use-stand-alone-mode.html
|
||||
blurb: Make progress in stand-alone mode by manually closing the ledger.
|
||||
---
|
||||
# Advance the Ledger in Stand-Alone Mode
|
||||
|
||||
In [stand-alone mode][], `rippled` does not communicate to other members of the peer-to-peer network or participate in a consensus process. Since there is no consensus process in this mode, you must manually advance the ledger index using the [ledger_accept method][]:
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: load-a-saved-ledger-in-stand-alone-mode.html
|
||||
parent: use-stand-alone-mode.html
|
||||
blurb: 特定の保存済みレジャーからスタンドアロンモードで開始して、トランザクションのテストやリプレイを行います。
|
||||
---
|
||||
# スタンドアロンモードでの保存済みレジャーの読み込み
|
||||
|
||||
以前にディスクに保存していた[履歴レジャーバージョン](ledgers.html)を使用して、`rippled`サーバーを[スタンドアロンモード](rippled-server-modes.html)で起動できます。例えば、以前に`rippled`サーバーをXRP Ledgerのピアツーピアネットワーク([本番Mainnet、Testnet、Devnetなど](parallel-networks.html))と同期していた場合は、過去にサーバーで使用できていた任意のレジャーバージョンを読み込むことができます。
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: load-a-saved-ledger-in-stand-alone-mode.html
|
||||
parent: use-stand-alone-mode.html
|
||||
blurb: Start in stand-alone mode from a specific saved ledger to test or replay transactions.
|
||||
---
|
||||
# Load a Saved Ledger in Stand-Alone Mode
|
||||
|
||||
You can start a `rippled` server in [Stand-Alone Mode](rippled-server-modes.html) using a [historical ledger version](ledgers.html) that was previously saved to disk. For example, if your `rippled` server was previously synced with any XRP Ledger peer-to-peer network including [the production Mainnet, the Testnet, or the Devnet](parallel-networks.html), you can load any ledger version your server had available.
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: start-a-new-genesis-ledger-in-stand-alone-mode.html
|
||||
parent: use-stand-alone-mode.html
|
||||
blurb: スタンドアロンモードで新しいジェネシスレジャーを開始します。
|
||||
---
|
||||
# スタンドアロンモードでの新しいジェネシスレジャーの開始
|
||||
|
||||
スタンドアロンモードでは`rippled`に新しいジェネシスレジャーを作成させることができます。これにより既知の状態が実現され、本番環境のXRP Ledgerのレジャー履歴は使用されません。(これは単体テストなどに特に便利です。)
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: start-a-new-genesis-ledger-in-stand-alone-mode.html
|
||||
parent: use-stand-alone-mode.html
|
||||
blurb: Start from a fresh genesis ledger in stand-alone mode.
|
||||
---
|
||||
# Start a New Genesis Ledger in Stand-Alone Mode
|
||||
|
||||
In stand-alone mode, you can have `rippled` create a new genesis ledger. This provides a known state, with none of the ledger history from the production XRP Ledger. (This is very useful for unit tests, among other things.)
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: diagnosing-problems.html
|
||||
parent: troubleshoot-the-rippled-server.html
|
||||
blurb: 情報を収集して問題の原因を特定します。
|
||||
---
|
||||
# rippledの問題の診断
|
||||
|
||||
`rippled`で問題が発生した場合はまず、問題の特徴を正確に明らかにするため、詳細な情報を収集します。これにより、根本原因を洗い出して修正策を編み出すことが容易になります。
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: diagnosing-problems.html
|
||||
parent: troubleshoot-the-rippled-server.html
|
||||
blurb: Collect information to identify the cause of problems.
|
||||
---
|
||||
# Diagnosing Problems with rippled
|
||||
|
||||
If you are having problems with `rippled`, the first step is to collect more information to accurately characterize the problem. From there, it can be easier to figure out a root cause and a fix.
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: fix-sqlite-tx-db-page-size-issue.html
|
||||
parent: troubleshoot-the-rippled-server.html
|
||||
blurb: rippledバージョン0.40.0以前で起動された完全履歴サーバーでのSQLiteのページサイズに関する問題を解決します。
|
||||
---
|
||||
# SQLiteトランザクションデータベースのページサイズの問題の解決
|
||||
|
||||
全トランザクション履歴(または極めて大量のトランザクション履歴)が記録されている`rippled`サーバーと、0.40.0(2017年1月リリース)よりも古いバージョンの`rippled`で最初に作成されたデータベースでは、SQLiteデータベースのページサイズが原因でサーバーが適切に稼働しなくなる問題が発生する可能性があります。最近のトランザクション履歴のみが保管されているサーバー(デフォルト構成)と、バージョン0.40.0以降の`rippled`でデータベースファイルが作成されているサーバーでは、この問題が発生する可能性はそれほどありません。
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: fix-sqlite-tx-db-page-size-issue.html
|
||||
parent: troubleshoot-the-rippled-server.html
|
||||
blurb: Fix a problem with the SQLite page size on full-history servers started on rippled version 0.40.0 or earlier.
|
||||
---
|
||||
# Fix SQLite Transaction Database Page Size Issue
|
||||
|
||||
`rippled` servers with full [ledger history](ledger-history.html) (or a very large amount of transaction history) and a database that was initially created with a `rippled` version earlier than 0.40.0 (released January 2017) may encounter a problem with their SQLite database page size that stops the server from operating properly. Servers that store only recent transaction history (the default configuration) and servers whose database files were created with `rippled` version 0.40.0 and later are not likely to encounter this problem.
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: health-check-interventions.html
|
||||
parent: troubleshoot-the-rippled-server.html
|
||||
blurb: Use the rippled server's health check as part of automated infrastructure monitoring.
|
||||
---
|
||||
# Health Check Interventions
|
||||
|
||||
The [Health Check method](health-check.html) can be used by automated monitoring to recognize when a `rippled` server is not healthy and prompt interventions such as restarting the server or alerting a human administrator.
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: server-doesnt-sync.html
|
||||
parent: troubleshoot-the-rippled-server.html
|
||||
blurb: Troubleshoot problems that make a rippled server unable to sync with the rest of the XRP Ledger.
|
||||
---
|
||||
# rippledサーバーが同期しない
|
||||
|
||||
このページでは、[`rippled`サーバー](the-rippled-server.html)が正常に起動したのに、ネットワークに完全に接続できずに[「connected」状態](rippled-server-states.html)のままになっている場合の原因について説明します。(サーバーが起動中または起動直後にクラッシュした場合は、[サーバーが起動しない](server-wont-start.html)を参照してください。)
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: server-doesnt-sync.html
|
||||
parent: troubleshoot-the-rippled-server.html
|
||||
blurb: Troubleshoot problems that make a rippled server unable to sync with the rest of the XRP Ledger.
|
||||
---
|
||||
# rippled Server Doesn't Sync
|
||||
|
||||
This page explains possible reasons [a `rippled` server](the-rippled-server.html) may start successfully, but get stuck in a ["connected" state](rippled-server-states.html) without ever fully connecting to the network. (If the server crashes during or shortly after startup, see [Server Won't Start](server-wont-start.html) instead.)
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: server-wont-start.html
|
||||
parent: troubleshoot-the-rippled-server.html
|
||||
blurb: rippledサーバーが起動しない原因となると思われる問題とその解決方法です。
|
||||
---
|
||||
# rippledサーバーが起動しない
|
||||
|
||||
このページでは、[`rippled`サーバー](the-rippled-server.html)が起動しない際に考えられる原因とその修正方法を説明します。
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: server-wont-start.html
|
||||
parent: troubleshoot-the-rippled-server.html
|
||||
blurb: A collection of problems that would cause a rippled server not to start, and how to fix them.
|
||||
---
|
||||
# rippled Server Won't Start
|
||||
|
||||
This page explains possible reasons [the `rippled` server](the-rippled-server.html) does not start and how to fix them.
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: understanding-log-messages.html
|
||||
parent: troubleshoot-the-rippled-server.html
|
||||
blurb: デバッグログの警告メッセージとエラーメッセージを解釈して対応します。
|
||||
---
|
||||
# ログメッセージについて
|
||||
|
||||
以下のセクションでは、[`rippled`サーバー](the-rippled-server.html)のデバッグログに出力される最も一般的なログメッセージタイプとその解釈を説明します。
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: understanding-log-messages.html
|
||||
parent: troubleshoot-the-rippled-server.html
|
||||
blurb: Interpret and respond to warning and error messages in the debug log.
|
||||
---
|
||||
# Understanding Log Messages
|
||||
|
||||
The following sections describe some of the most common types of log messages that can appear in a [`rippled` server's](the-rippled-server.html) debug log and how to interpret them.
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: open-a-payment-channel-to-enable-an-inter-exchange-network.html
|
||||
parent: use-payment-channels.html
|
||||
blurb: As a digital asset exchange, use a payment channel to make more payments faster with fewer fees.
|
||||
---
|
||||
# Open a Payment Channel to Enable an Inter-Exchange Network
|
||||
|
||||
A payment channel enables you to send one-way, "asynchronous" XRP payments that can be divided into very small increments and settled later. As a digital asset exchange, if you send many payments of XRP to another exchange, you can improve the efficiency of these payments by opening an XRP Ledger [payment channel](payment-channels.html) between your exchange (the _payer_ exchange) and the other exchange (the _payee_ exchange). In the case of a two-way flow with another exchange, you can open two payment channels (one for each direction).
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: cancel-a-check.html
|
||||
parent: use-checks.html
|
||||
blurb: 送金を行わずにCheckを取り消す。
|
||||
---
|
||||
# Checkの取消し
|
||||
|
||||
_[Checks Amendment][]が必要です。_
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: cancel-a-check.html
|
||||
parent: use-checks.html
|
||||
blurb: Cancel a Check object without sending money.
|
||||
---
|
||||
# Cancel a Check
|
||||
|
||||
_Added by the [Checks amendment][]._
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: cash-a-check-for-a-flexible-amount.html
|
||||
parent: use-checks.html
|
||||
blurb: Checkから可能な限りの額を受領します。
|
||||
---
|
||||
# Checkの変動金額での換金
|
||||
|
||||
_[Checks Amendment][]が必要です。_
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: cash-a-check-for-a-flexible-amount.html
|
||||
parent: use-checks.html
|
||||
blurb: Cash a Check for as much as possible.
|
||||
---
|
||||
# Cash a Check for a Flexible Amount
|
||||
|
||||
_Added by the [Checks amendment][]._
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: cash-a-check-for-an-exact-amount.html
|
||||
parent: use-checks.html
|
||||
blurb: Checkに指定されている額までの正確な額を受領します。
|
||||
---
|
||||
# Checkの正確な金額での換金
|
||||
|
||||
_[Checks Amendment][]が必要です。_
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: cash-a-check-for-an-exact-amount.html
|
||||
parent: use-checks.html
|
||||
blurb: Cash a Check in the ledger for any exact amount up to the amount it specifies.
|
||||
---
|
||||
# Cash a Check for an Exact Amount
|
||||
|
||||
_Added by the [Checks amendment][]._
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: look-up-checks-by-recipient.html
|
||||
parent: use-checks.html
|
||||
blurb: 特定のアドレスで受信されるすべてのCheckのリストを取得する。
|
||||
---
|
||||
# 受取人に基づくCheckの検索
|
||||
|
||||
_[Checks Amendment][]が必要です。_
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: look-up-checks-by-recipient.html
|
||||
parent: use-checks.html
|
||||
blurb: Get a list of pending checks sent to an account.
|
||||
---
|
||||
# Look Up Checks by Recipient
|
||||
|
||||
_Added by the [Checks amendment][]._
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: look-up-checks-by-sender.html
|
||||
parent: use-checks.html
|
||||
blurb: 特定のアドレスで送信されるすべてのCheckのリストを取得する。
|
||||
---
|
||||
# 送金元に基づくCheckの検索
|
||||
|
||||
_[Checks Amendment][]が必要です。_
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: look-up-checks-by-sender.html
|
||||
parent: use-checks.html
|
||||
blurb: Get a list of pending Checks sent by an account.
|
||||
---
|
||||
# Look Up Checks by Sender
|
||||
|
||||
_Added by the [Checks amendment][]._
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: send-a-check.html
|
||||
parent: use-checks.html
|
||||
blurb: 受取人が後で現金化できるCheckオブジェクトが作成されます。
|
||||
---
|
||||
# Checkの送信
|
||||
|
||||
_[Checks Amendment][]が必要です。_
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: send-a-check.html
|
||||
parent: use-checks.html
|
||||
blurb: Put a Check in the ledger so its intended recipient can cash it later.
|
||||
---
|
||||
# Send a Check
|
||||
|
||||
_Added by the [Checks amendment][]._
|
||||
|
||||
@@ -1,9 +1,13 @@
|
||||
---
|
||||
html: use-checks.html
|
||||
parent: use-specialized-payment-types.html
|
||||
blurb: Checks in the XRP Ledger authorize another account to claim funds later, similar to how personal paper checks work.
|
||||
template: template-landing-children.html
|
||||
---
|
||||
# Checksの使用
|
||||
|
||||
XRP LedgerのChecksでは、別のアカウントが後で支払いを請求することが認められていており、個人用の紙の小切手の仕組みと似ています。
|
||||
|
||||
**注意:** 2018年10月11日の時点では、[Checks Amendment][]は本番環境のXRP Ledgerで有効になっていません。Checksは[XRP Test Net](xrp-test-net-faucet.html)でのみ使用できます。
|
||||
|
||||
<!--{# common link defs #}-->
|
||||
{% include '_snippets/rippled-api-links.md' %}
|
||||
{% include '_snippets/tx-type-links.md' %}
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user