update for marketplace address
This commit is contained in:
parent
76991ecc2a
commit
780cfbf735
|
@ -93,7 +93,8 @@ These options are required to join the testnet:
|
|||
- `persistence` - Tells the node we want to enable marketplace interactions.
|
||||
- `--eth-private-key=FILE` - Set FILE to your private key file.
|
||||
- `--eth-provider=URL` - Set URL to the "Geth Public RPC" found [here](https://docs.codex.storage/networks/testnet)
|
||||
- `--marketplace-address=ADDR` - Set ADDR to `0xB119d28d3A1bFD281b23A0890B4c1B626EE8F6F0`
|
||||
The marketplace address should default to the correct testnet deployment. You can override it with:
|
||||
- `--marketplace-address=ADDR` - Set ADDR to `0xCDef8d6884557be4F68dC265b6bB2E3e52a6C9d6`
|
||||
|
||||
The above options allow you to join the testnet, exchange data, and purchase storage in the network. If you wish to *sell storage space* to the network, you must include one additional argument:
|
||||
- `prover` - Tells the node we want to enable storage space selling
|
||||
|
|
3
codex.sh
3
codex.sh
|
@ -19,5 +19,4 @@ codex persistence \
|
|||
--nat=$(curl https://ip.codex.storage) \
|
||||
--circuit-dir=./codex-data/circuits \
|
||||
--eth-private-key=eth.key \
|
||||
--eth-provider=https://rpc.testnet.codex.storage \
|
||||
--marketplace-address=0xB119d28d3A1bFD281b23A0890B4c1B626EE8F6F0
|
||||
--eth-provider=https://rpc.testnet.codex.storage
|
||||
|
|
|
@ -25,7 +25,6 @@ services:
|
|||
- CODEX_ETH_PROVIDER=https://rpc.testnet.codex.storage/
|
||||
- CODEX_VALIDATOR=false
|
||||
- PRIV_KEY=<<<PRIVATE_KEY_HERE>>>
|
||||
- CODEX_MARKETPLACE_ADDRESS=0xB119d28d3A1bFD281b23A0890B4c1B626EE8F6F0
|
||||
ports:
|
||||
- 8080:8080/tcp # API
|
||||
- 8090:8090/udp # Discovery
|
||||
|
|
|
@ -20,5 +20,4 @@ chmod 0700 ${DATA_DIR}
|
|||
--bootstrap-node=${BOOTSPR} \
|
||||
persistence \
|
||||
--eth-private-key=${ETHKEY} \
|
||||
--eth-provider=https://rpc.testnet.codex.storage \
|
||||
--marketplace-address=0xB119d28d3A1bFD281b23A0890B4c1B626EE8F6F0
|
||||
--eth-provider=https://rpc.testnet.codex.storage
|
||||
|
|
Loading…
Reference in New Issue