mirror of
https://github.com/logos-storage/logos-storage-docs.git
synced 2026-01-03 13:53:10 +00:00
Update Marketplace address in the Run Codex guide (#15)
This commit is contained in:
parent
38d58c1958
commit
0483e64b94
10
learn/run.md
10
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user