mirror of
https://github.com/logos-storage/logos-storage-testnet-starter.git
synced 2026-01-02 13:33:06 +00:00
chore: update codex to release 0.2.5 (#47)
https://github.com/codex-storage/nim-codex/issues/1282
This commit is contained in:
parent
e62d7e5d10
commit
8da26be8e2
@ -5,7 +5,7 @@ BOOTSPR=$(curl http://localhost:8078/api/codex/v1/spr | cut -d '"' -f4)
|
|||||||
# Quota = 11 GB
|
# Quota = 11 GB
|
||||||
# Availability = 10 GB
|
# Availability = 10 GB
|
||||||
|
|
||||||
./codex-prover-v0.2.4-linux-amd64 \
|
./codex-prover-v0.2.5-linux-amd64 \
|
||||||
--data-dir=data_host \
|
--data-dir=data_host \
|
||||||
--circuit-dir=circuit \
|
--circuit-dir=circuit \
|
||||||
--storage-quota=11811160064 \
|
--storage-quota=11811160064 \
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# Variables
|
# Variables
|
||||||
NETWORK="${NETWORK:-testnet}"
|
NETWORK="${NETWORK:-testnet}"
|
||||||
VERSION="${VERSION:-v0.2.4}"
|
VERSION="${VERSION:-v0.2.5}"
|
||||||
LOG_LEVEL="${LOG_LEVEL:-info}"
|
LOG_LEVEL="${LOG_LEVEL:-info}"
|
||||||
DOWNLOAD="${DOWNLOAD}"
|
DOWNLOAD="${DOWNLOAD}"
|
||||||
|
|
||||||
|
|||||||
@ -9,7 +9,7 @@ set "OS=windows"
|
|||||||
call :get_arch ARCH
|
call :get_arch ARCH
|
||||||
set "ARCHIVE_EXT=.zip"
|
set "ARCHIVE_EXT=.zip"
|
||||||
set "EXE_EXT=.exe"
|
set "EXE_EXT=.exe"
|
||||||
set "VERSION=v0.2.4"
|
set "VERSION=v0.2.5"
|
||||||
set "BASE_URL=https://github.com/codex-storage/nim-codex/releases/download/%VERSION%"
|
set "BASE_URL=https://github.com/codex-storage/nim-codex/releases/download/%VERSION%"
|
||||||
set "EXTRACT_DIR=.\"
|
set "EXTRACT_DIR=.\"
|
||||||
set "BINARY_NAMES=codex"
|
set "BINARY_NAMES=codex"
|
||||||
|
|||||||
@ -9,7 +9,7 @@ set "OS=windows"
|
|||||||
call :get_arch ARCH
|
call :get_arch ARCH
|
||||||
set "ARCHIVE_EXT=.zip"
|
set "ARCHIVE_EXT=.zip"
|
||||||
set "EXE_EXT=.exe"
|
set "EXE_EXT=.exe"
|
||||||
set "VERSION=v0.2.4"
|
set "VERSION=v0.2.5"
|
||||||
set "BASE_URL=http://192.168.88.253:8080"
|
set "BASE_URL=http://192.168.88.253:8080"
|
||||||
set "EXTRACT_DIR=.\"
|
set "EXTRACT_DIR=.\"
|
||||||
set "BINARY_NAMES=codex"
|
set "BINARY_NAMES=codex"
|
||||||
|
|||||||
@ -44,7 +44,7 @@ if errorlevel 1 (
|
|||||||
)
|
)
|
||||||
|
|
||||||
:: Set variables
|
:: Set variables
|
||||||
set "VERSION=v0.2.4"
|
set "VERSION=v0.2.5"
|
||||||
set "OS=windows"
|
set "OS=windows"
|
||||||
call :get_arch ARCH
|
call :get_arch ARCH
|
||||||
set "DATA_DIR=data_client"
|
set "DATA_DIR=data_client"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user