Update Codex Testnet marketplace address

This commit is contained in:
Slava 2024-10-21 15:03:07 +03:00
parent c9a08163c6
commit 587b1c8951
No known key found for this signature in database
GPG Key ID: 351E7AA9BD0DFEB8
2 changed files with 2 additions and 2 deletions

View File

@ -94,7 +94,7 @@ These options are required to join the testnet:
- `--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)
The marketplace address should default to the correct testnet deployment. You can override it with:
- `--marketplace-address=ADDR` - Set ADDR to `0xfE822Df439d987849a90B64a4C0e26a297DBD47F`
- `--marketplace-address=ADDR` - Set ADDR to `0x3F9Cf3F40F0e87d804B776D8403e3d29F85211f4`
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

View File

@ -17,7 +17,7 @@ BOOTSPR=$(curl http://localhost:8078/api/codex/v1/spr | cut -d '"' -f4)
persistence \
--eth-private-key=eth.key \
--eth-provider=https://rpc.testnet.codex.storage \
--marketplace-address=0xfE822Df439d987849a90B64a4C0e26a297DBD47F \
--marketplace-address=0x3F9Cf3F40F0e87d804B776D8403e3d29F85211f4 \
prover \
&