Skip to content
Open
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/running_on_testnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,13 @@ Creating subnets on the testnet is competitive. The cost is determined by the ra
By default you must have at least 100 testnet TAO in your owner wallet to create a subnet. However, the exact amount will fluctuate based on demand. The below command shows how to get the current price of creating a subnet.

```bash
btcli subnet lock_cost --subtensor.network test
btcli subnet burn-cost --network test
```

The above command will show:

```bash
>> Subnet lock cost: τ100.000000000
>> Subnet burn cost: τ100.000000000
```

## 4. (Optional) Get faucet tokens
Expand Down