From 0483e64b943388ca3c20d4a123a7bba8cd1387c0 Mon Sep 17 00:00:00 2001 From: Slava <20563034+veaceslavdoina@users.noreply.github.com> Date: Fri, 27 Sep 2024 23:23:48 +0300 Subject: [PATCH] Update Marketplace address in the Run Codex guide (#15) --- learn/run.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/learn/run.md b/learn/run.md index 4b15fba..58cc118 100644 --- a/learn/run.md +++ b/learn/run.md @@ -291,7 +291,7 @@ And to be able to purchase storage, we should run [Codex node with marketplace s --listen-addrs=/ip4/0.0.0.0/tcp/8070 \ --eth-provider=https://rpc.testnet.codex.storage \ --eth-private-key=eth.key \ - --marketplace-address=0xB119d28d3A1bFD281b23A0890B4c1B626EE8F6F0 \ + --marketplace-address=0xCDef8d6884557be4F68dC265b6bB2E3e52a6C9d6 \ --api-cors-origin="*" ``` @@ -318,9 +318,9 @@ You would need to pass a bootstrap nodes, blockchain RPC endpoint and marketplac # Download circuit files cirdl \ - datadir/circuit \ + datadir/circuits \ https://rpc.testnet.codex.storage \ - 0xB119d28d3A1bFD281b23A0890B4c1B626EE8F6F0 + 0xCDef8d6884557be4F68dC265b6bB2E3e52a6C9d6 ``` 2. Start Codex storage node @@ -335,7 +335,7 @@ You would need to pass a bootstrap nodes, blockchain RPC endpoint and marketplac --listen-addrs=/ip4/0.0.0.0/tcp/8070 \ --eth-provider=https://rpc.testnet.codex.storage \ --eth-private-key=eth.key \ - --marketplace-address=0xB119d28d3A1bFD281b23A0890B4c1B626EE8F6F0 \ + --marketplace-address=0xCDef8d6884557be4F68dC265b6bB2E3e52a6C9d6 \ --circuit-dir=datadir/circuits ``` @@ -427,7 +427,7 @@ docker run \ --listen-addrs=/ip4/0.0.0.0/tcp/8070 \ --eth-provider=https://rpc.testnet.codex.storage \ --eth-private-key=/opt/eth.key \ - --marketplace-address=0xB119d28d3A1bFD281b23A0890B4c1B626EE8F6F0 \ + --marketplace-address=0xCDef8d6884557be4F68dC265b6bB2E3e52a6C9d6 \ --api-cors-origin="*" \ --api-bindaddr=0.0.0.0 \ --api-port=8080