logos-messaging-simulator/up_containers.sh
2023-09-12 08:11:27 +00:00

20 lines
444 B
Bash
Executable File

#!/bin/bash
echo "Generating rln memberships into a single keystore"
# clean old keystore
#rm rlnKeystore.json
# seems we dont populate the chain id, so infura considers it as replayable and rejects it.
#ws://linux-01.ih-eu-mda1.nimbus.sepolia.wg:9557
for i in {2..200}
do
docker-compose up -d nwaku_$i
sleep 1600
done
# TODO: add this. run at the end. ensures the size of the keystore matches
# grep -o salt rlnKeystore.json | wc -l