From 6db1fe6803dce4e168c137aecb63644d924a8f6e Mon Sep 17 00:00:00 2001 From: JeromeDeschamps <jerome.deschamps@uca.fr> Date: Thu, 15 Feb 2024 17:19:16 +0100 Subject: [PATCH] Update simulation data read --- scripts/run_simulation_2_nodes.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/run_simulation_2_nodes.sh b/scripts/run_simulation_2_nodes.sh index 21e7cbf..d7b7218 100755 --- a/scripts/run_simulation_2_nodes.sh +++ b/scripts/run_simulation_2_nodes.sh @@ -9,12 +9,13 @@ export MNEMONIC='before exclude interest push zone jealous boat ice chimney juic # export RPC_URL=http://ecomobicoin-1.cri.local.isima.fr:8545; # export CHAIN_ID=6363; +export RPC_URL=http://127.0.0.1:8545; export CHAIN_ID=636363; # ./target/release/testnet-injector simulate-bx-from-csv ../movement-data/public-transport/MF_user_mobility_june-to-august-2023_mulhouse_dataset/anonymized_june-to-august-2023_mulhouse_dataset.csv $TOTAL_SIMULATION_TIME & # Send BX -./target/release/testnet-injector simulate-bx-from-csv ./data/dataset-extract.csv $TOTAL_SIMULATION_TIME & +./target/release/testnet-injector simulate-bx-from-csv ./data/anonymized_june-to-august-2023_mulhouse_dataset.csv $TOTAL_SIMULATION_TIME & echo "TOTAL_SIMULATION_TIME = $TOTAL_SIMULATION_TIME and block time = $BLOCK_TIME" # Mine -- GitLab