英語 での Rippled server の使用例とその 日本語 への翻訳
{-}
-
Colloquial
-
Ecclesiastic
-
Computer
-
Programming
This is possible if the older version supports the amendments that are blocking your rippled server.
In this example, conflicts with the following features are causing your rippled server to be amendment blocked.
Anyone can run their own rippled server that follows the network and keeps a complete copy of the XRP Ledger.
You can start out running one rippled server to support development and exploration.
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.
However, the request returns a failure response if it does not have the specified ledger even if it successfully instructed the rippled server to start retrieving the ledger.
The online deletion feature lets the rippled server delete the server's local copy of old ledger versions to keep disk usage from rapidly growing over time.
A rippled server that wants to use an amendment has code for two modes: without the amendment(old behavior) and with the amendment(new behavior).
In its default configuration, the rippled server automatically deletes outdated history of XRP Ledger state and transactions as new ledger versions become available.
When a rippled server initially evaluates a transaction, it rejects the transaction with the error code terINSUF_FEE_B if the sending account does not have a high enough XRP balance to pay the XRP transaction cost.
When the server is in the progress of fetching a ledger, but has not yet finished, the rippled server returns a ledger request object indicating its progress towards fetching the ledger.
Note: When submitting a transaction via rippled, a successful status code returned from a submit command indicates the rippled server has received the candidate transaction.
Since this is a ter(Retry) code, the rippled server retries the transaction without relaying it to the network, until the transaction's outcome is final.
The response from the submit method contains a provisional result from the rippled server indicating what happened during local processing of the transaction.
Each rippled server stores that ledger data in its ledger store, but the online delete logic rotates these databases when the number of stored ledgers exceeds configured space limitations.
Later on, when you want to connect to your own rippled server, you can build your own client in the browser or in Node. js.
Even if your rippled server isn't included in published validator lists, it is still contributing(albeit indirectly) and continues to build up reputation over time.
For more information about server states and using the server_info endpoint to diagnose issues with your validator, see rippled Server States and Get the server_info.
If you run a validator and want to contribute to storing XRP Ledger history, Ripple recommends you run a separate rippled server with history sharding enabled.
If your server does not start(such as crashing or otherwise shutting down automatically), see rippled Server Won't Start for a list of some possible causes and fixes.