mirror of
https://github.com/codex-storage/codex-testnet-starter.git
synced 2025-02-23 07:38:12 +00:00
Update codex to latest release (#40)
* Update Testnet Marketplace address https://github.com/codex-storage/nim-codex/issues/1000 * Update Codex to the latest release https://github.com/codex-storage/nim-codex/issues/1000
This commit is contained in:
parent
908b73958f
commit
969cad7d4e
@ -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 `0x5Bd66fA15Eb0E546cd26808248867a572cFF5706`
|
||||
- `--marketplace-address=ADDR` - Set ADDR to `0xAB03b6a58C5262f530D54146DA2a552B1C0F7648`
|
||||
|
||||
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
|
||||
|
@ -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=0x5Bd66fA15Eb0E546cd26808248867a572cFF5706 \
|
||||
--marketplace-address=0xAB03b6a58C5262f530D54146DA2a552B1C0F7648 \
|
||||
prover \
|
||||
&
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
# Variables
|
||||
NETWORK="${NETWORK:-testnet}"
|
||||
VERSION="${VERSION:-v0.1.8}"
|
||||
VERSION="${VERSION:-v0.1.9}"
|
||||
LOG_LEVEL="${LOG_LEVEL:-info}"
|
||||
DOWNLOAD="${DOWNLOAD}"
|
||||
|
||||
|
@ -9,7 +9,7 @@ set "OS=windows"
|
||||
call :get_arch ARCH
|
||||
set "ARCHIVE_EXT=.zip"
|
||||
set "EXE_EXT=.exe"
|
||||
set "VERSION=v0.1.8"
|
||||
set "VERSION=v0.1.9"
|
||||
set "BASE_URL=https://github.com/codex-storage/nim-codex/releases/download/%VERSION%"
|
||||
set "EXTRACT_DIR=.\"
|
||||
set "BINARY_NAMES=codex"
|
||||
|
@ -9,7 +9,7 @@ set "OS=windows"
|
||||
call :get_arch ARCH
|
||||
set "ARCHIVE_EXT=.zip"
|
||||
set "EXE_EXT=.exe"
|
||||
set "VERSION=v0.1.8"
|
||||
set "VERSION=v0.1.9"
|
||||
set "BASE_URL=http://192.168.88.253:8080"
|
||||
set "EXTRACT_DIR=.\"
|
||||
set "BINARY_NAMES=codex"
|
||||
|
@ -44,7 +44,7 @@ if errorlevel 1 (
|
||||
)
|
||||
|
||||
:: Set variables
|
||||
set "VERSION=v0.1.8"
|
||||
set "VERSION=v0.1.9"
|
||||
set "OS=windows"
|
||||
call :get_arch ARCH
|
||||
set "DATA_DIR=data_client"
|
||||
|
Loading…
x
Reference in New Issue
Block a user