From 75fce80a252964d3a4c9c71ab4924b358426f243 Mon Sep 17 00:00:00 2001 From: Ben Date: Wed, 19 Jun 2024 14:52:47 +0200 Subject: [PATCH] do not use prover binary for client node --- scripts/linux/run_client.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/linux/run_client.sh b/scripts/linux/run_client.sh index 064fd99..65ede8f 100644 --- a/scripts/linux/run_client.sh +++ b/scripts/linux/run_client.sh @@ -1,7 +1,7 @@ LOCALIP=192.168.178.138 BOOTSPR=spr:CiUIAhIhAteA6IVIcN3egB_1rPz3HpFKVVO4emfRRcRzvyf0ES11EgIDARo8CicAJQgCEiEC14DohUhw3d6AH_Ws_PcekUpVU7h6Z9FFxHO_J_QRLXUQlcfKswYaCwoJBMCosquRAh-aKkcwRQIhAPzHOsoFmh96SeuFPzErNeck9C-vOkWp74HpddLmM4zLAiBwvbCZDaeMRkmVRVxh24J8OEGGuHFUTWPHAL8T7e8GyQ -./codex-v0.1.0-prover-linux-amd64 \ +./codex-v0.1.0-linux-amd64 \ --data-dir=data_bootstrap \ --storage-quota=11811160064 \ --nat=${LOCALIP} \