mirror of
https://github.com/logos-storage/logos-storage-testnet-starter.git
synced 2026-01-02 13:33:06 +00:00
13 lines
245 B
Bash
Executable File
13 lines
245 B
Bash
Executable File
./codex-v0.1.0-linux-amd64 \
|
|
--data-dir=data_bootstrap \
|
|
--nat=${LOCALIP} \
|
|
--api-port=8080 \
|
|
--disc-port=8090 \
|
|
--listen-addrs=/ip4/0.0.0.0/tcp/8070 \
|
|
&
|
|
|
|
sleep 5
|
|
|
|
curl http://localhost:8080/api/codex/v1/debug/info > bootstrap.info
|
|
|