Skip to content

Commit

Permalink
Fixes bootnode ID for docker containers
Browse files Browse the repository at this point in the history
  • Loading branch information
Ala Shaabana committed Apr 12, 2024
1 parent 09e0270 commit 553d772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run/subtensor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function run_command()

# Different command options by network and node type
MAINNET_BOOTNODE='--bootnodes /dns/bootnode.finney.opentensor.ai/tcp/30333/ws/p2p/12D3KooWRwbMb85RWnT8DSXSYMWQtuDwh4LJzndoRrTDotTR5gDC'
TESTNET_BOOTNODE='--bootnodes /dns/bootnode.test.finney.opentensor.ai/tcp/30333/ws/p2p/12D3KooWRwbMb85RWnT8DSXSYMWQtuDwh4LJzndoRrTDotTR5gDC'
TESTNET_BOOTNODE='--bootnodes /dns/bootnode.test.finney.opentensor.ai/tcp/30333/ws/p2p/12D3KooWPM4mLcKJGtyVtkggqdG84zWrd7Rij6PGQDoijh1X86Vr'
NODE_TYPE_ARCHIVE='--pruning=archive'
NODE_TYPE_LITE='--sync warp'

Expand Down

0 comments on commit 553d772

Please sign in to comment.