Skip to content

Commit 318eec8

Browse files
authored
Update running-subtensor-locally.md
1 parent 1bff8ad commit 318eec8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/running-subtensor-locally.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,20 +182,23 @@ To run an archive node connected to the mainchain, execute the below command (no
182182
183183
```bash title="With --sync=full and --pruning archive setting, for archive node"
184184
./target/production/node-subtensor --chain raw_spec.json --base-path /tmp/blockchain --sync=full --pruning archive --port 30333 --max-runtime-instances 32 --rpc-max-response-size 2048 --rpc-cors all --rpc-port 9944 --bootnodes /ip4/13.58.175.193/tcp/30333/p2p/12D3KooWDe7g2JbNETiKypcKT1KsCEZJbTzEHCn8hpd4PHZ6pdz5 --no-mdns --in-peers 8000 --out-peers 8000 --prometheus-external --rpc-external
185+
```
185186
186187
### Lite node on testchain
187188
188189
To run a lite node connected to the testchain, execute the below command:
189190
190191
```bash title="With bootnodes set to testnet and --sync=warp setting, for lite node."
191192
./target/production/node-subtensor --chain raw_testspec.json --base-path /tmp/blockchain --sync=warp --port 30333 --max-runtime-instances 32 --rpc-max-response-size 2048 --rpc-cors all --rpc-port 9944 --bootnodes /dns/bootnode.test.finney.opentensor.ai/tcp/30333/p2p/12D3KooWPM4mLcKJGtyVtkggqdG84zWrd7Rij6PGQDoijh1X86Vr --no-mdns --in-peers 8000 --out-peers 8000 --prometheus-external --rpc-external
193+
```
192194
193195
### Archive node on testchain
194196
195197
To run an archive node connected to the testchain, execute the below command:
196198
197199
```bash title="With bootnodes set to testnet and --sync=full and --pruning archive setting, for archive node"
198200
./target/production/node-subtensor --chain raw_testspec.json --base-path /tmp/blockchain --sync=full --pruning archive --port 30333 --max-runtime-instances 32 --rpc-max-response-size 2048 --rpc-cors all --rpc-port 9944 --bootnodes /dns/bootnode.test.finney.opentensor.ai/tcp/30333/p2p/12D3KooWPM4mLcKJGtyVtkggqdG84zWrd7Rij6PGQDoijh1X86Vr --no-mdns --in-peers 8000 --out-peers 8000 --prometheus-external --rpc-external
201+
```
199202
200203
## Running on cloud
201204

0 commit comments

Comments
 (0)