13 lines
245 B
Bash
Raw Normal View History

2024-06-18 14:57:25 +02:00
./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
2024-06-19 13:36:53 +02:00
curl http://localhost:8080/api/codex/v1/debug/info > bootstrap.info