├── bittensor-api └── index.md ├── clients ├── clients.md └── index.md ├── delegation ├── delegation.md ├── index.md └── signing.md ├── getting-started ├── index.md ├── installation.md └── wallets.md ├── glossary ├── glossary.md └── index.md ├── governance ├── index.md ├── protocol.md └── senate.md ├── images ├── list_delegates.png └── list_proposals.png ├── intro └── index.md ├── mining ├── index.md └── mining.md ├── reference ├── btcli.md ├── difficulty.md ├── index.md ├── markdown.md └── testnet.md ├── subnetworks ├── index.md ├── registration.md └── subnetworks.md ├── subtensor ├── index.md └── subtensor.md ├── summary └── SUMMARY.md └── validating ├── index.md ├── validating.md ├── validator-permit.md └── yuma-consensus.md /bittensor-api/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opentensor/old-docs/HEAD/bittensor-api/index.md -------------------------------------------------------------------------------- /clients/clients.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opentensor/old-docs/HEAD/clients/clients.md -------------------------------------------------------------------------------- /clients/index.md: -------------------------------------------------------------------------------- 1 | 2 | part: clients 3 | # index 4 | --- 5 | -------------------------------------------------------------------------------- /delegation/delegation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opentensor/old-docs/HEAD/delegation/delegation.md -------------------------------------------------------------------------------- /delegation/index.md: -------------------------------------------------------------------------------- 1 | 2 | part: delegation 3 | # index 4 | --- 5 | -------------------------------------------------------------------------------- /delegation/signing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opentensor/old-docs/HEAD/delegation/signing.md -------------------------------------------------------------------------------- /getting-started/index.md: -------------------------------------------------------------------------------- 1 | 2 | part: getting-started 3 | # index 4 | --- 5 | -------------------------------------------------------------------------------- /getting-started/installation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opentensor/old-docs/HEAD/getting-started/installation.md -------------------------------------------------------------------------------- /getting-started/wallets.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opentensor/old-docs/HEAD/getting-started/wallets.md -------------------------------------------------------------------------------- /glossary/glossary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opentensor/old-docs/HEAD/glossary/glossary.md -------------------------------------------------------------------------------- /glossary/index.md: -------------------------------------------------------------------------------- 1 | 2 | part: glossary 3 | # index 4 | --- 5 | -------------------------------------------------------------------------------- /governance/index.md: -------------------------------------------------------------------------------- 1 | 2 | part: governance 3 | # index 4 | --- 5 | -------------------------------------------------------------------------------- /governance/protocol.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opentensor/old-docs/HEAD/governance/protocol.md -------------------------------------------------------------------------------- /governance/senate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opentensor/old-docs/HEAD/governance/senate.md -------------------------------------------------------------------------------- /images/list_delegates.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opentensor/old-docs/HEAD/images/list_delegates.png -------------------------------------------------------------------------------- /images/list_proposals.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opentensor/old-docs/HEAD/images/list_proposals.png -------------------------------------------------------------------------------- /intro/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opentensor/old-docs/HEAD/intro/index.md -------------------------------------------------------------------------------- /mining/index.md: -------------------------------------------------------------------------------- 1 | 2 | part: mining 3 | # index 4 | --- 5 | -------------------------------------------------------------------------------- /mining/mining.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opentensor/old-docs/HEAD/mining/mining.md -------------------------------------------------------------------------------- /reference/btcli.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opentensor/old-docs/HEAD/reference/btcli.md -------------------------------------------------------------------------------- /reference/difficulty.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opentensor/old-docs/HEAD/reference/difficulty.md -------------------------------------------------------------------------------- /reference/index.md: -------------------------------------------------------------------------------- 1 | 2 | part: reference 3 | # index 4 | --- 5 | -------------------------------------------------------------------------------- /reference/markdown.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opentensor/old-docs/HEAD/reference/markdown.md -------------------------------------------------------------------------------- /reference/testnet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opentensor/old-docs/HEAD/reference/testnet.md -------------------------------------------------------------------------------- /subnetworks/index.md: -------------------------------------------------------------------------------- 1 | 2 | part: subnetworks 3 | # index 4 | --- 5 | -------------------------------------------------------------------------------- /subnetworks/registration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opentensor/old-docs/HEAD/subnetworks/registration.md -------------------------------------------------------------------------------- /subnetworks/subnetworks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opentensor/old-docs/HEAD/subnetworks/subnetworks.md -------------------------------------------------------------------------------- /subtensor/index.md: -------------------------------------------------------------------------------- 1 | 2 | part: subtensor 3 | # index 4 | --- 5 | -------------------------------------------------------------------------------- /subtensor/subtensor.md: -------------------------------------------------------------------------------- 1 | 2 | # Subtensor 3 | --- 4 | -------------------------------------------------------------------------------- /summary/SUMMARY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opentensor/old-docs/HEAD/summary/SUMMARY.md -------------------------------------------------------------------------------- /validating/index.md: -------------------------------------------------------------------------------- 1 | 2 | part: validating 3 | # index 4 | --- 5 | -------------------------------------------------------------------------------- /validating/validating.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opentensor/old-docs/HEAD/validating/validating.md -------------------------------------------------------------------------------- /validating/validator-permit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opentensor/old-docs/HEAD/validating/validator-permit.md -------------------------------------------------------------------------------- /validating/yuma-consensus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opentensor/old-docs/HEAD/validating/yuma-consensus.md --------------------------------------------------------------------------------