mirror of
https://github.com/logos-storage/logos-storage-testnet-starter.git
synced 2026-01-03 14:03:11 +00:00
* script updates for *nix * workshop instructions update * add "0x" before address output * windows script translation from AI -- not tested! * Setting up for-codexers folder * yes --------- Co-authored-by: Ben <thatbenbierens@gmail.com>
15 lines
305 B
Bash
15 lines
305 B
Bash
# Start script for bootstrap node on local network NUC
|
|
|
|
./codex-v0.1.0-linux-amd64 \
|
|
--data-dir=data_bootstrap \
|
|
--nat=192.168.88.253 \
|
|
--api-port=8078 \
|
|
--disc-port=8090 \
|
|
--listen-addrs=/ip4/0.0.0.0/tcp/8070 \
|
|
&
|
|
|
|
sleep 5
|
|
|
|
curl http://localhost:8078/api/codex/v1/debug/info > bootstrap.info
|
|
|