21 lines
513 B
Batchfile
Raw Normal View History

2024-06-24 16:18:01 +02:00
set BOOTSPR="UPDATE ME FROM BOOTSTRAP NODE"
2024-06-19 13:36:53 +02:00
start /b codex-v0.1.0-windows-amd64.exe ^
2024-06-24 14:53:38 +02:00
--data-dir=data_client ^
2024-06-19 13:36:53 +02:00
--storage-quota=11811160064 ^
--nat=%LOCALIP% ^
--api-port=8080 ^
--disc-port=8090 ^
--listen-addrs=/ip4/0.0.0.0/tcp/8070 ^
--bootstrap-node=%BOOTSPR% ^
persistence ^
--eth-private-key=eth.key ^
--eth-provider=https://rpc.testnet.codex.storage ^
2024-06-20 09:05:51 +02:00
--marketplace-address=0x9C88D67c7C745D2F0A4E411c18A6a22c15b37EaA
2024-06-19 13:36:53 +02:00
timeout 5
cls
curl http://localhost:8080/api/codex/v1/debug/info