File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ Finally run this command to run your Citrea full node:
117
117
118
118
Mac:
119
119
``` 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
121
121
```
122
122
123
123
or if you wish to use environment variables for configuring your node:
@@ -147,12 +147,12 @@ SYNC_BLOCKS_COUNT=10 \
147
147
RUST_LOG=info \
148
148
JSON_LOGS=1 \
149
149
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
151
151
```
152
152
153
153
Linux:
154
154
``` 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
156
156
```
157
157
158
158
or if you wish to use environment variables for configuring your node:
@@ -183,7 +183,7 @@ SYNC_BLOCKS_COUNT=10 \
183
183
RUST_LOG=info \
184
184
JSON_LOGS=1 \
185
185
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
187
187
```
188
188
189
189
Your full node should be serving RPC at ` http://0.0.0.0:8080 ` now.
You can’t perform that action at this time.
0 commit comments