diff --git a/docs/validators/setup/mainnet/run-archive.md b/docs/validators/setup/mainnet/run-archive.md index 40686fd..d93ef42 100644 --- a/docs/validators/setup/mainnet/run-archive.md +++ b/docs/validators/setup/mainnet/run-archive.md @@ -89,7 +89,7 @@ Install Docker Engine and the Docker Compose plugin: 4. Start the node: ```bash - cd ~/ronin && docker-compose up -d + cd ~/ronin/docker && docker-compose up -d ``` This command pulls a Ronin node image and starts the service you defined. diff --git a/docs/validators/setup/mainnet/run-combined.md b/docs/validators/setup/mainnet/run-combined.md index 56052d3..729d8ff 100644 --- a/docs/validators/setup/mainnet/run-combined.md +++ b/docs/validators/setup/mainnet/run-combined.md @@ -214,7 +214,7 @@ For more information, see [Generate keys](../generate-keys.md). LISTENERS__RONIN__STATS__SECRET=WSyDMrhRBe111 ``` -5. (Optional) Download the snapshot from the [ronin-snapshot](https://github.com/axieinfinity/ronin-snapshot) repo: +5. (Optional) Download the snapshot from the [ronin-snapshot](https://github.com/axieinfinity/ronin-snapshot) repo (Prefer using Pebbledb): ```bash cd ~/ronin/chaindata/data/ronin/ @@ -224,7 +224,7 @@ For more information, see [Generate keys](../generate-keys.md). 6. Start the node: ```bash - cd ~/ronin && docker-compose up -d + cd ~/ronin/docker && docker-compose up -d ``` This command pulls a Ronin node image, a bridge image, a Postgres database, and starts the services you defined. diff --git a/docs/validators/setup/mainnet/run-non-validator.md b/docs/validators/setup/mainnet/run-non-validator.md index 48784de..882b11c 100644 --- a/docs/validators/setup/mainnet/run-non-validator.md +++ b/docs/validators/setup/mainnet/run-non-validator.md @@ -88,7 +88,7 @@ Install Docker Engine and the Docker Compose plugin: RONIN_PARAMS=--http.api eth,net,web3,consortium --txpool.pricelimit 20000000000 --txpool.nolocals --cache 4096 --discovery.dns enrtree://AIGOFYDZH6BGVVALVJLRPHSOYJ434MPFVVQFXJDXHW5ZYORPTGKUI@nodes.roninchain.com ``` -4. (Optional) Download the snapshot from the [ronin-snapshot](https://github.com/axieinfinity/ronin-snapshot) repo: +4. (Optional) Download the snapshot from the [ronin-snapshot](https://github.com/axieinfinity/ronin-snapshot) repo (Prefer using Pebbledb): ```bash cd ~/ronin/chaindata/data/ronin/ @@ -98,7 +98,7 @@ Install Docker Engine and the Docker Compose plugin: 5. Start the node: ```bash - cd ~/ronin && docker-compose up -d + cd ~/ronin/docker && docker-compose up -d ``` This command pulls a Ronin node image and starts the service you defined. diff --git a/docs/validators/setup/mainnet/run-validator.md b/docs/validators/setup/mainnet/run-validator.md index e540871..e979e64 100644 --- a/docs/validators/setup/mainnet/run-validator.md +++ b/docs/validators/setup/mainnet/run-validator.md @@ -122,7 +122,7 @@ Generate a private key for your validator node. For more information, see [Gener RONIN_PARAMS=--http.api eth,net,web3,consortium --miner.gaslimit 100000000 --miner.gasreserve 10000000 --cache 4096 --discovery.dns enrtree://AIGOFYDZH6BGVVALVJLRPHSOYJ434MPFVVQFXJDXHW5ZYORPTGKUI@nodes.roninchain.com ``` -4. (Optional) Download the snapshot from the [ronin-snapshot](https://github.com/axieinfinity/ronin-snapshot) repo: +4. (Optional) Download the snapshot from the [ronin-snapshot](https://github.com/axieinfinity/ronin-snapshot) repo (Prefer using Pebbledb): ```bash cd ~/ronin/chaindata/data/ronin/ @@ -132,7 +132,7 @@ Generate a private key for your validator node. For more information, see [Gener 5. Start the node: ```bash - cd ~/ronin && docker-compose up -d + cd ~/ronin/docker && docker-compose up -d ``` This command pulls a Ronin node image and starts the service you defined. diff --git a/docs/validators/setup/testnet/run-archive.md b/docs/validators/setup/testnet/run-archive.md index 094e904..daaa9e2 100644 --- a/docs/validators/setup/testnet/run-archive.md +++ b/docs/validators/setup/testnet/run-archive.md @@ -94,7 +94,7 @@ Install Docker Engine and the Docker Compose plugin: 4. Start the node: ```bash - cd ~/ronin && docker-compose up -d + cd ~/ronin/docker && docker-compose up -d ``` This command pulls a Ronin node image and starts the service you defined. diff --git a/docs/validators/setup/testnet/run-combined.md b/docs/validators/setup/testnet/run-combined.md index 4007df0..9cdf0ee 100644 --- a/docs/validators/setup/testnet/run-combined.md +++ b/docs/validators/setup/testnet/run-combined.md @@ -218,7 +218,7 @@ For more information, see [Generate keys](../generate-keys.md). 5. Start the node: ```bash - cd ~/ronin && docker-compose up -d + cd ~/ronin/docker && docker-compose up -d ``` This command pulls a Ronin node image, a bridge image, a Postgres database, and starts the services you defined. diff --git a/docs/validators/setup/testnet/run-non-validator.md b/docs/validators/setup/testnet/run-non-validator.md index a68dd74..6fb9a22 100644 --- a/docs/validators/setup/testnet/run-non-validator.md +++ b/docs/validators/setup/testnet/run-non-validator.md @@ -103,7 +103,7 @@ Install Docker Engine and the Docker Compose plugin: 5. Start the node: ```bash - cd ~/ronin && docker-compose up -d + cd ~/ronin/docker && docker-compose up -d ``` This command pulls a Ronin node image and starts the service you defined.