@@ -293,7 +293,7 @@ And to be able to purchase a storage, we should run [Codex node with marketplace
293
293
persistence \
294
294
--eth-provider=https://rpc.testnet.codex.storage \
295
295
--eth-private-key=eth.key \
296
- --marketplace-address=0x5Bd66fA15Eb0E546cd26808248867a572cFF5706
296
+ --marketplace-address=0xAB03b6a58C5262f530D54146DA2a552B1C0F7648
297
297
```
298
298
299
299
> [ !NOTE]
@@ -347,7 +347,7 @@ To download circuit files and make them available to Codex app, we have a stand-
347
347
cirdl \
348
348
datadir/circuits \
349
349
https://rpc.testnet.codex.storage \
350
- 0x5Bd66fA15Eb0E546cd26808248867a572cFF5706
350
+ 0xAB03b6a58C5262f530D54146DA2a552B1C0F7648
351
351
```
352
352
353
353
2 . Start Codex storage node
@@ -361,7 +361,7 @@ To download circuit files and make them available to Codex app, we have a stand-
361
361
persistence \
362
362
--eth-provider=https://rpc.testnet.codex.storage \
363
363
--eth-private-key=eth.key \
364
- --marketplace-address=0x5Bd66fA15Eb0E546cd26808248867a572cFF5706 \
364
+ --marketplace-address=0xAB03b6a58C5262f530D54146DA2a552B1C0F7648 \
365
365
prover \
366
366
--circuit-dir=datadir/circuits
367
367
```
@@ -486,7 +486,7 @@ docker run \
486
486
persistence \
487
487
--eth-provider=https://rpc.testnet.codex.storage \
488
488
--eth-private-key=/opt/eth.key \
489
- --marketplace-address=0x5Bd66fA15Eb0E546cd26808248867a572cFF5706 \
489
+ --marketplace-address=0xAB03b6a58C5262f530D54146DA2a552B1C0F7648 \
490
490
prover \
491
491
--circuit-dir=/datadir/circuits
492
492
```
@@ -549,7 +549,7 @@ For Docker Compose, it is more suitable to use [environment variables](#environm
549
549
- CODEX_API_BINDADDR=0.0.0.0
550
550
- CODEX_ETH_PROVIDER=https://rpc.testnet.codex.storage
551
551
- CODEX_ETH_PRIVATE_KEY=/opt/eth.key
552
- - CODEX_MARKETPLACE_ADDRESS=0x5Bd66fA15Eb0E546cd26808248867a572cFF5706
552
+ - CODEX_MARKETPLACE_ADDRESS=0xAB03b6a58C5262f530D54146DA2a552B1C0F7648
553
553
- CODEX_CIRCUIT_DIR=/datadir/circuits
554
554
ports :
555
555
- 8080:8080/tcp # API
0 commit comments