File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 22 "name": "Bittensor",
33 "id": "bittensor",
44 "chainType": "Live",
5- "bootNodes": [],
5+ "bootNodes": [
6+ "/dns/bootnode.finney.chain.opentensor.ai/tcp/30333/ws/p2p/12D3KooWRwbMb85RWnT8DSXSYMWQtuDwh4LJzndoRrTDotTR5gDC"
7+ ],
68 "telemetryEndpoints": null,
79 "protocolId": "bittensor",
810 "properties": {
1113 "tokenSymbol": "TAO"
1214 },
1315 "codeSubstitutes": {},
16+ "badBlocks": [
17+ "0x0c750bce18f9abeff87087ad88ef1f3503ffed4fa89497c19bfaa1f736790bd6"
18+ ],
1419 "genesis": {
1520 "raw": {
1621 "top": {
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ function run_command()
1111 F_BIN_PATH=$3
1212
1313 # Different command options by network and node type
14- MAINNET_BOOTNODE=' --bootnodes /dns/bootnode.finney.opentensor.ai/tcp/30333/ws/p2p/12D3KooWRwbMb85RWnT8DSXSYMWQtuDwh4LJzndoRrTDotTR5gDC'
14+ MAINNET_BOOTNODE=' --bootnodes /dns/bootnode.finney.chain. opentensor.ai/tcp/30333/ws/p2p/12D3KooWRwbMb85RWnT8DSXSYMWQtuDwh4LJzndoRrTDotTR5gDC'
1515 TESTNET_BOOTNODE=' --bootnodes /dns/bootnode.test.finney.opentensor.ai/tcp/30333/ws/p2p/12D3KooWPM4mLcKJGtyVtkggqdG84zWrd7Rij6PGQDoijh1X86Vr'
1616 NODE_TYPE_ARCHIVE=' --pruning=archive'
1717 NODE_TYPE_LITE=' --sync warp'
You can’t perform that action at this time.
0 commit comments