mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-12-06 17:27:57 +00:00
Merge pull request #534 from jhaaaa/mac-boost-step
Adds missing info to Boost install
This commit is contained in:
@@ -261,7 +261,7 @@ For other web servers, see [I want to add CORS support to my server](https://ena
|
||||
|
||||
## Domain Verification
|
||||
|
||||
One use for the `xrp-ledger.toml` file is verifying that the same entity that operates a particular domain also operates a particular validator, as identified by the validator's public key. Verifying that a domain and a validator are owned by the same entity provides greater assurances of the identity of the validator operator and is a recommended step for becoming a trusted validator. (For other recommendations, see [Properties of a Good Validator](run-rippled-as-a-validator.html#understand-the-traits-of-a-good-validator).)
|
||||
One use for the `xrp-ledger.toml` file is verifying that the same entity that operates a particular domain also operates a particular validator, as identified by the validator's public key. Verifying that a domain and a validator are owned by the same entity provides greater assurances of the identity of the validator operator and is a recommended step for becoming a trusted validator. (For other recommendations, see [Properties of a Good Validator](run-rippled-as-a-validator.html#1-understand-the-traits-of-a-good-validator).)
|
||||
|
||||
Domain verification requires establishing a two-way link between the domain operator and the validator:
|
||||
|
||||
|
||||
@@ -32,6 +32,7 @@ For development purposes Ripple recommends running `rippled` as your own user, n
|
||||
|
||||
3. In a terminal, run:
|
||||
|
||||
cd /LOCATION/OF/YOUR/BOOST/DIRECTORY
|
||||
./bootstrap.sh
|
||||
./b2 cxxflags="-std=c++14"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user