- Removes the redundant "English" locale since English is the default language when no locale is specified - Adds translation tags to domain verification checker tool (so that one broken link from there can be fixed) - Fixes several typos in Japanese docs - Adds redirects & other config changes to make links work
3.9 KiB
rippledが残りのネットワークと同期されるまでには数分かかることがあります。その間、レジャーがない旨を知らせる警告が出力されます。
rippledログメッセージの詳細は、ログメッセージについてを参照してください。
rippledが残りのネットワークと同期されたら、ストックrippledサーバーが完全に機能するようになります。このサーバーを、ローカル署名やXRP LedgerへのAPIアクセスに使用できます。rippledサーバーがネットワークと同期されているかどうかを判別するには、rippledサーバーの状況を使用します。rippledのコマンドラインインターフェイスを使用すれば、これを迅速にテストできます。
{% if currentpage.md == "tutorials/manage-the-rippled-server/installation/build-run-rippled-ubuntu.md" or currentpage.md == "tutorials/manage-the-rippled-server/installation/build-run-rippled-macos.md" %} $ ./rippled server_info {% else %} $ /opt/ripple/bin/rippled server_info {% endif %}
rippled APIを使用したrippledサーバーとの通信について詳しくは、rippled API referenceを参照してください。
ストックrippledサーバーを実行できたら、次に検証サーバーとして実行してみましょう。検証サーバーについて、そして検証サーバーを実行する理由については、バリデータとしてのrippledの実行を参照してください。
rippledサーバーの起動でお困りですか? rippledサーバーが起動しないを参照してください。
その他の構成
rippledは、デフォルト構成でXRP Ledgerに接続する必要があります。ただし、rippled.cfgファイルを編集すれば、設定を変更できます。推奨される構成設定については、容量の計画を参照してください。
{% include '_snippets/conf-file-location.md' %}
すべての構成オプションの説明については、rippled GitHubリポジトリーを参照してください。
構成の変更を有効にするには、rippledを再起動する必要があります。
{% if currentpage.md == "tutorials/manage-the-rippled-server/installation/install-rippled-on-ubuntu.md" or currentpage.md == "tutorials/manage-the-rippled-server/installation/install-rippled-on-centos-rhel-with-yum" %} $ sudo systemctl restart rippled.service
{% elif currentpage.md == "tutorials/manage-the-rippled-server/installation/build-run-rippled-ubuntu.md" or currentpage.md == "tutorials/manage-the-rippled-server/installation/build-run-rippled-macos.md" %}
-
Ctrl-Cを使用して
rippledを停止し、その後再起動します。$ ./rippled
{% endif %}
[debug_logfile]セクションまたは[database_path]セクションを変更すると、rippledを実行するユーザーに、新しく構成したパスの所有権を付与する必要が生じる場合があります。
更新
rippledを定期的に更新して、残りのXRP Ledgerネットワークと同期させておく必要があります。rippledのGoogleグループをサブスクライブすれば、rippledの新しいリリースに関する通知を受け取ることができます。
rippledのパッケージには、Linuxでの自動更新を有効にするために使用できるスクリプトが含まれています。その他のプラットフォームでは、手動での更新が必要です。