Skip to content

Commit

Permalink
Update running-subtensor-locally.md
Browse files Browse the repository at this point in the history
  • Loading branch information
orriin authored Jul 2, 2024
1 parent 318eec8 commit 9051b4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/running-subtensor-locally.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ To run a lite node connected to the mainchain, execute the below command (note t

```bash title="With --sync=warp setting, for lite node"
./target/production/node-subtensor --chain raw_spec.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 /ip4/13.58.175.193/tcp/30333/p2p/12D3KooWDe7g2JbNETiKypcKT1KsCEZJbTzEHCn8hpd4PHZ6pdz5 --no-mdns --in-peers 8000 --out-peers 8000 --prometheus-external --rpc-external
```

### Archive node on mainchain

Expand Down

0 comments on commit 9051b4b

Please sign in to comment.