Skip to content

Commit 98fbab1

Browse files
committed
add --network testnet argument to commands
1 parent 9d7b4e3 commit 98fbab1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/run-testnet.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Finally run this command to run your Citrea full node:
117117

118118
Mac:
119119
```sh
120-
RISC0_DEV_MODE=1 ./citrea-v0.6.0-osx-arm64 --da-layer bitcoin --rollup-config-path ./rollup_config.toml --genesis-paths ./genesis
120+
RISC0_DEV_MODE=1 ./citrea-v0.6.0-osx-arm64 --network testnet --da-layer bitcoin --rollup-config-path ./rollup_config.toml --genesis-paths ./genesis
121121
```
122122

123123
or if you wish to use environment variables for configuring your node:
@@ -147,12 +147,12 @@ SYNC_BLOCKS_COUNT=10 \
147147
RUST_LOG=info \
148148
JSON_LOGS=1 \
149149
RISC0_DEV_MODE=1 \
150-
./citrea-v0.6.0-osx-arm64 --da-layer bitcoin --genesis-paths ./genesis
150+
./citrea-v0.6.0-osx-arm64 --network testnet --da-layer bitcoin --genesis-paths ./genesis
151151
```
152152

153153
Linux:
154154
```sh
155-
RISC0_DEV_MODE=1 ./citrea-v0.6.0-linux-amd64 --da-layer bitcoin --rollup-config-path ./rollup_config.toml --genesis-paths ./genesis
155+
RISC0_DEV_MODE=1 ./citrea-v0.6.0-linux-amd64 --network testnet --da-layer bitcoin --rollup-config-path ./rollup_config.toml --genesis-paths ./genesis
156156
```
157157

158158
or if you wish to use environment variables for configuring your node:
@@ -183,7 +183,7 @@ SYNC_BLOCKS_COUNT=10 \
183183
RUST_LOG=info \
184184
JSON_LOGS=1 \
185185
RISC0_DEV_MODE=1 \
186-
./citrea-v0.6.0-linux-amd64 --da-layer bitcoin --genesis-paths ./genesis
186+
./citrea-v0.6.0-linux-amd64 --network testnet --da-layer bitcoin --genesis-paths ./genesis
187187
```
188188

189189
Your full node should be serving RPC at `http://0.0.0.0:8080` now.

0 commit comments

Comments
 (0)