Skip to content

Commit

Permalink
Merge pull request #41 from subspace/40-fix-domain-port-to-not-be-random
Browse files Browse the repository at this point in the history
Fix domain port
  • Loading branch information
marc-aurele-besner authored Jun 22, 2024
2 parents 0578bd5 + 4c573ab commit c5887d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run-operator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ echo -e "${YELLOW}You can change these variables at the top of the script.${NC}"

# Run an operator
echo "Running an operator..."
./executables/node run --dev --farmer --timekeeper --base-path "$BASE_PATH" --name "localhost-operator" --rpc-rate-limit 1000 --rpc-max-connections 10000 --state-pruning archive-canonical --blocks-pruning archive-canonical --rpc-cors all --force-synced --force-authoring -- --domain-id 0 --operator-id 1 --state-pruning archive-canonical --blocks-pruning 512 --rpc-cors all
./executables/node run --dev --farmer --timekeeper --base-path "$BASE_PATH" --name "localhost-operator" --rpc-rate-limit 1000 --rpc-max-connections 10000 --state-pruning archive-canonical --blocks-pruning archive-canonical --rpc-cors all --force-synced --force-authoring -- --domain-id 0 --operator-id 1 --state-pruning archive-canonical --blocks-pruning 512 --rpc-cors all --rpc-listen-on 127.0.0.1:9945

0 comments on commit c5887d8

Please sign in to comment.