Skip to content

Commit 5793ed0

Browse files
committed
Added badblocks field
1 parent 35dc836 commit 5793ed0

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

raw_spec.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
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": {
@@ -11,6 +13,9 @@
1113
"tokenSymbol": "TAO"
1214
},
1315
"codeSubstitutes": {},
16+
"badBlocks": [
17+
"0x0c750bce18f9abeff87087ad88ef1f3503ffed4fa89497c19bfaa1f736790bd6"
18+
],
1419
"genesis": {
1520
"raw": {
1621
"top": {

scripts/run/subtensor.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)