Skip to content

Commit

Permalink
Change the base dir and add suggesting using Pebbledb
Browse files Browse the repository at this point in the history
  • Loading branch information
huyngopt1994 committed Oct 6, 2024
1 parent 5b135ae commit 14be0f7
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docs/validators/setup/mainnet/run-archive.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions docs/validators/setup/mainnet/run-combined.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand All @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions docs/validators/setup/mainnet/run-non-validator.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand All @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions docs/validators/setup/mainnet/run-validator.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand All @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/validators/setup/testnet/run-archive.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/validators/setup/testnet/run-combined.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/validators/setup/testnet/run-non-validator.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 14be0f7

Please sign in to comment.