Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update subnet-decentralization-whatif.md #963

Merged
merged 1 commit into from
Sep 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/subnet-decentralization-whatif.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@ Please note that the number of nodes in the subnet should typically stay unchang
1. **Adding and Removing Nodes from a Subnet**: To simulate the effect of adding nodes `node4` and `node5` and removing nodes `node6` and `node7` from subnet `subnet123`, use the following command:

```bash
subnet whatif-decentralization subnet123 --add-nodes node4 node5 --remove-nodes node6 node7
dre subnet whatif-decentralization subnet123 --add-nodes node4 node5 --remove-nodes node6 node7
```

2. **Specifying Initial Nodes**: If you want to override the current nodes in the subnet with a custom set for the analysis:

```bash
subnet whatif-decentralization subnet123 --subnet-nodes-initial node1 node2 node3 node4 node5 --add-nodes node6 --remove-nodes node2
dre subnet whatif-decentralization subnet123 --subnet-nodes-initial node1 node2 node3 node4 node5 --add-nodes node6 --remove-nodes node2
```

#### How It Works
Expand Down
Loading