Update Codex to latest release (#37)

* Update Testnet Marketplace address (https://github.com/codex-storage/nim-codex/issues/983)

* Update Codex to the latest release (https://github.com/codex-storage/nim-codex/issues/983)
This commit is contained in:
Slava 2024-11-04 08:37:33 +02:00 committed by GitHub
parent 62fe1c4f24
commit 3293fb1f05
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 7 additions and 7 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 `0x3F9Cf3F40F0e87d804B776D8403e3d29F85211f4`
- `--marketplace-address=ADDR` - Set ADDR to `0x5Bd66fA15Eb0E546cd26808248867a572cFF5706`
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

@ -1,7 +1,7 @@
services:
# Codex Node
codex:
image: codexstorage/nim-codex:0.1.7
image: codexstorage/nim-codex:0.1.8
container_name: codex
command:
- codex

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=0x3F9Cf3F40F0e87d804B776D8403e3d29F85211f4 \
--marketplace-address=0x5Bd66fA15Eb0E546cd26808248867a572cFF5706 \
prover \
&

View File

@ -2,7 +2,7 @@
# Variables
NETWORK="${NETWORK:-testnet}"
VERSION="${VERSION:-v0.1.7}"
VERSION="${VERSION:-v0.1.8}"
LOG_LEVEL="${LOG_LEVEL:-info}"
DOWNLOAD="${DOWNLOAD}"

View File

@ -9,7 +9,7 @@ set "OS=windows"
call :get_arch ARCH
set "ARCHIVE_EXT=.zip"
set "EXE_EXT=.exe"
set "VERSION=v0.1.7"
set "VERSION=v0.1.8"
set "BASE_URL=https://github.com/codex-storage/nim-codex/releases/download/%VERSION%"
set "EXTRACT_DIR=.\"
set "BINARY_NAMES=codex"

View File

@ -9,7 +9,7 @@ set "OS=windows"
call :get_arch ARCH
set "ARCHIVE_EXT=.zip"
set "EXE_EXT=.exe"
set "VERSION=v0.1.7"
set "VERSION=v0.1.8"
set "BASE_URL=http://192.168.88.253:8080"
set "EXTRACT_DIR=.\"
set "BINARY_NAMES=codex"

View File

@ -44,7 +44,7 @@ if errorlevel 1 (
)
:: Set variables
set "VERSION=v0.1.7"
set "VERSION=v0.1.8"
set "OS=windows"
call :get_arch ARCH
set "DATA_DIR=data_client"