From 0fb8648cdd64ebf0a2a51aedfcf5c2ee2e2ebd0a Mon Sep 17 00:00:00 2001 From: Aliaksandr Tsurko Date: Mon, 23 Dec 2024 13:51:06 +0100 Subject: [PATCH 1/2] Remove in/out peers args from subtensor.sh --- scripts/run/subtensor.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run/subtensor.sh b/scripts/run/subtensor.sh index 05baa7a76b..cdc37c9014 100755 --- a/scripts/run/subtensor.sh +++ b/scripts/run/subtensor.sh @@ -44,7 +44,7 @@ function run_command() { --chain ./chainspecs/raw_spec_finney.json \ --rpc-external --rpc-cors all \ --no-mdns \ - --rpc-max-connections 10000 --in-peers 500 --out-peers 500 \ + --rpc-max-connections 10000 \ $SPECIFIC_OPTIONS } From 6b1b1dbe0a639dc1ddaaf8d85ba960305480e31d Mon Sep 17 00:00:00 2001 From: Aliaksandr Tsurko Date: Fri, 21 Feb 2025 10:44:15 +0100 Subject: [PATCH 2/2] Remove in/out peers args from docker compose --- docker-compose.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 09638c1748..74fd8abd29 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -41,7 +41,6 @@ services: --chain raw_spec_finney.json \ --rpc-external --rpc-cors all \ --no-mdns \ - --in-peers 500 --out-peers 500 \ --bootnodes /dns/bootnode.finney.chain.opentensor.ai/tcp/30333/ws/p2p/12D3KooWRwbMb85RWnT8DSXSYMWQtuDwh4LJzndoRrTDotTR5gDC \ --sync warp @@ -59,7 +58,6 @@ services: --chain raw_spec_finney.json \ --rpc-external --rpc-cors all \ --no-mdns \ - --in-peers 500 --out-peers 500 \ --bootnodes /dns/bootnode.finney.chain.opentensor.ai/tcp/30333/ws/p2p/12D3KooWRwbMb85RWnT8DSXSYMWQtuDwh4LJzndoRrTDotTR5gDC \ --pruning=archive @@ -77,7 +75,6 @@ services: --chain raw_spec_testfinney.json \ --rpc-external --rpc-cors all \ --no-mdns \ - --in-peers 500 --out-peers 500 \ --bootnodes /dns/bootnode.test.finney.opentensor.ai/tcp/30333/p2p/12D3KooWPM4mLcKJGtyVtkggqdG84zWrd7Rij6PGQDoijh1X86Vr \ --sync warp --reserved-nodes /dns/bootnode.test.finney.opentensor.ai/tcp/30333/p2p/12D3KooWPM4mLcKJGtyVtkggqdG84zWrd7Rij6PGQDoijh1X86Vr \ @@ -97,7 +94,6 @@ services: --chain raw_spec_testfinney.json \ --rpc-external --rpc-cors all \ --no-mdns \ - --in-peers 500 --out-peers 500 \ --bootnodes /dns/bootnode.test.finney.opentensor.ai/tcp/30333/p2p/12D3KooWPM4mLcKJGtyVtkggqdG84zWrd7Rij6PGQDoijh1X86Vr \ --pruning=archive --reserved-nodes /dns/bootnode.test.finney.opentensor.ai/tcp/30333/p2p/12D3KooWPM4mLcKJGtyVtkggqdG84zWrd7Rij6PGQDoijh1X86Vr \