mirror of
https://github.com/logos-storage/logos-storage-testnet-starter.git
synced 2026-01-02 13:33:06 +00:00
bump to v0.1.3
This commit is contained in:
parent
eef0390302
commit
fe8c296d09
@ -12,6 +12,6 @@ On-site, before the workshop starts:
|
||||
- [ ] Check wifi credentials in slides
|
||||
- [ ] Check internet access on wifi
|
||||
- [ ] Start bootstrap node on NUC
|
||||
- [ ] Start serve in /codex/v0.1.1
|
||||
- [ ] Start serve in /codex/v0.1.3
|
||||
- [ ] Check bootstrap node SPR against SPR stored in workshop-bootstrapnode.info. If changed: UPDATE scripts in this repository quickly!
|
||||
- [ ] Start host node on NUC
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
curl -o codex-prover-v0.1.1-linux-amd64.tar.gz -L https://github.com/codex-storage/nim-codex/releases/download/v0.1.1/codex-prover-v0.1.1-linux-amd64.tar.gz
|
||||
tar -xvzf codex-prover-v0.1.1-linux-amd64.tar.gz
|
||||
curl -o codex-prover-v0.1.3-linux-amd64.tar.gz -L https://github.com/codex-storage/nim-codex/releases/download/v0.1.3/codex-prover-v0.1.3-linux-amd64.tar.gz
|
||||
tar -xvzf codex-prover-v0.1.3-linux-amd64.tar.gz
|
||||
|
||||
chmod +x codex-prover-v0.1.1-linux-amd64
|
||||
chmod +x codex-prover-v0.1.3-linux-amd64
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# Start script for bootstrap node on local network NUC
|
||||
|
||||
./codex-v0.1.1-linux-amd64 \
|
||||
./codex-v0.1.3-linux-amd64 \
|
||||
--data-dir=data_bootstrap \
|
||||
--nat=192.168.88.253 \
|
||||
--api-port=8078 \
|
||||
|
||||
@ -5,7 +5,7 @@ BOOTSPR=$(curl http://localhost:8078/api/codex/v1/spr | cut -d '"' -f4)
|
||||
# Quota = 11 GB
|
||||
# Availability = 10 GB
|
||||
|
||||
./codex-prover-v0.1.1-linux-amd64 \
|
||||
./codex-prover-v0.1.3-linux-amd64 \
|
||||
--data-dir=data_host \
|
||||
--circuit-dir=circuit \
|
||||
--storage-quota=11811160064 \
|
||||
|
||||
@ -19,7 +19,7 @@
|
||||
"nodes": []
|
||||
},
|
||||
"codex": {
|
||||
"version": "v0.1.1",
|
||||
"version": "v0.1.3",
|
||||
"revision": "15ff87a"
|
||||
}
|
||||
}
|
||||
@ -48,7 +48,7 @@ else
|
||||
ARCHIVE_EXT=".tar.gz"
|
||||
EXE_EXT=""
|
||||
fi
|
||||
VERSION="v0.1.1"
|
||||
VERSION="v0.1.3"
|
||||
BASE_URL="https://github.com/codex-storage/nim-codex/releases/download/${VERSION}"
|
||||
EXTRACT_DIR="./"
|
||||
# Use BINARY_NAMES=("codex" "codex-prover") to also download/verify/extract prover binary
|
||||
|
||||
@ -22,7 +22,7 @@ if [ ! -f eth.key ]; then
|
||||
fi
|
||||
|
||||
# Set variables
|
||||
VERSION="v0.1.1"
|
||||
VERSION="v0.1.3"
|
||||
OS=$(get_os)
|
||||
ARCH=$(get_arch)
|
||||
DATA_DIR="data_client"
|
||||
|
||||
@ -8,7 +8,7 @@ set "OS=windows"
|
||||
call :get_arch ARCH
|
||||
set "ARCHIVE_EXT=.zip"
|
||||
set "EXE_EXT=.exe"
|
||||
set "VERSION=v0.1.1"
|
||||
set "VERSION=v0.1.3"
|
||||
set "BASE_URL=https://github.com/codex-storage/nim-codex/releases/download/%VERSION%"
|
||||
set "EXTRACT_DIR=.\"
|
||||
set "BINARY_NAMES=codex"
|
||||
|
||||
@ -18,7 +18,7 @@ if not exist eth.key (
|
||||
)
|
||||
|
||||
:: Set variables
|
||||
set "VERSION=v0.1.1"
|
||||
set "VERSION=v0.1.3"
|
||||
set "OS=windows"
|
||||
call :get_arch ARCH
|
||||
set "DATA_DIR=data_client"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user