Eric 189c4afe3c
Update workshop scripts and instructions (#18)
* 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>
2024-06-25 20:17:48 +10:00

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