Skip to content

Commit 0ae3e46

Browse files
committed
added localnet information
1 parent 33e8ab1 commit 0ae3e46

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

docs/bittensor-networks.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,15 @@ title: "Bittensor Networks"
66

77
The below table presents Bittensor networks and a few details:
88

9+
| DESCRIPTION | MAINNET | TESTNET | LOCALNET |
10+
| :---------------------------- | :------------------------------------------ | :--------------------------------------------------------- | -------------------------------------------------------------------------------------------------- |
11+
| **Chain URL** | wss://entrypoint-finney.opentensor.ai:443 | wss://test.finney.opentensor.ai:443 | ws://127.0.0.1:9944 |
12+
| **Example Usage** | `btcli wallet swap_hotkey --network finney` | `btcli wallet swap_hotkey --network test` | `btcli wallet swap_hotkey --network local` |
13+
| **Block processing** | One block every 12 seconds | One block every 12 seconds | One block every 0.25s seconds in fast blocks mode and one block every 12s in non-fast blocks mode. |
14+
| **Mainnet Archive** | wss://archive.chain.opentensor.ai:443 | None | None |
15+
| **Mainnet Lite** | wss://lite.chain.opentensor.ai:443 | None | None |
16+
| **Experimental Mainnet Lite** | wss://lite.finney.test.opentensor.ai:443 | None | None |
17+
| **Network Purpose** | Transactions with financial value | Test transactions with no value, constrained by tokenomics | Development and testing in fully user-controlled environment |
18+
| **Test TAO** | None | Available on request (not compatible with devnet test TAO) | Available in Alice wallet. See [Access the Alice account |
919

10-
| DESCRIPTION | MAINNET | TESTNET
11-
| :---------------------------- | :---------------------------------------- | :-----------------------------------------------------------------------
12-
| **Chain URL** | wss://entrypoint-finney.opentensor.ai:443 | wss://test.finney.opentensor.ai:443
13-
| **Example Usage** | Default | `btcli wallet swap_hotkey --network wss://test.finney.opentensor.ai:443`
14-
| **Block processing** | One block every 12 seconds | One block every 12 seconds
15-
| **Mainnet Archive** | wss://archive.chain.opentensor.ai:443 | None
16-
| **Mainnet Lite** | wss://lite.chain.opentensor.ai:443 | None
17-
| **Experimental Mainnet Lite** | wss://lite.finney.test.opentensor.ai:443 | None
18-
| **Network Purpose** | Transactions with financial value | Test transactions with no value, constrained by tokenomics | Development and testing in fully user-controlled environment |
19-
| **Test TAO** | None | Available on request (not compatible with devnet test TAO)
20+
](./local-build/provision-wallets#access-the-alice-account)

0 commit comments

Comments
 (0)