Skip to content
Snippets Groups Projects
Commit 0ae33940 authored by Keith Millette's avatar Keith Millette
Browse files

Add front matter

parent 70948836
No related branches found
No related tags found
No related merge requests found
Showing
with 40 additions and 3 deletions
--- ---
sidebar_position: 1 sidebar_position: 1
title: 1. Getting Started
keywords: [xx network, cmixx, xxchain, node, setup, installation, getting started]
--- ---
# 1. Getting Started # 1. Getting Started
......
--- ---
sidebar_position: 10 sidebar_position: 10
title: 10. cMixx Configuration File
keywords: [xx network, cmixx, node, setup, installation, yaml, nano, configuration]
--- ---
# 10. cMixx Configuration File # 10. cMixx Configuration File
......
--- ---
sidebar_position: 11 sidebar_position: 11
title: 11. Node System Services
keywords: [xx network, cmixx, node, setup, installation, systemctl, service, systemd]
--- ---
# 11. Node System Services # 11. Node System Services
......
--- ---
sidebar_position: 2 sidebar_position: 2
title: 2. Software Dependencies
keywords: [xx network, cmixx, xxchain, node, setup, installation, software, dependencies]
--- ---
# 2. Software Dependencies # 2. Software Dependencies
......
--- ---
sidebar_position: 3 sidebar_position: 3
title: 3. Firewall (UFW)
keywords: [xx network, cmixx, node, setup, installation, firewall, ufw]
--- ---
# 3. Firewall (UFW) # 3. Firewall (UFW)
......
--- ---
sidebar_position: 4 sidebar_position: 4
title: 4. Port Forwarding
keywords: [xx network, cmixx, node, setup, installation, port forwarding]
--- ---
# 4. Port Forwarding # 4. Port Forwarding
......
--- ---
sidebar_position: 5 sidebar_position: 5
title: 5. Clock Syncronization
keywords: [xx network, cmixx, node, setup, installation, ntp, syncronize]
--- ---
# 5. Clock Synchronization # 5. Clock Synchronization
......
--- ---
sidebar_position: 6 sidebar_position: 6
title: 6. TCP Network Settings
keywords: [xx network, cmixx, node, setup, installation, sysctl, bbr, tcp]
--- ---
# 6. TCP Network Settings # 6. TCP Network Settings
......
--- ---
sidebar_position: 7 sidebar_position: 7
title: 7. PostgreSQL Database
keywords: [xx network, cmixx, node, setup, installation, database, postgresql, psql]
--- ---
# 7. PostgreSQL Database # 7. PostgreSQL Database
......
--- ---
sidebar_position: 8 sidebar_position: 8
title: 8. Tarballs
keywords: [xx network, cmixx, node, setup, installation, tarball, software, tar]
--- ---
# 8. Software Tarball # 8. Software Tarball
......
--- ---
sidebar_position: 9 sidebar_position: 9
title: 9. cMixx TLS Credentials
keywords: [xx network, cmixx, node, setup, installation, generate, tls, crt, key]
--- ---
# 9. cMixx TLS Credentials # 9. cMixx TLS Credentials
......
...@@ -3,6 +3,6 @@ ...@@ -3,6 +3,6 @@
"position": 3, "position": 3,
"link": { "link": {
"type": "generated-index", "type": "generated-index",
"description": "Node" "description": "Instructions for configuring the Node computer."
} }
} }
--- ---
sidebar_position: 2 sidebar_position: 2
title: Specifications
description: Node and Gateway Computer Specifications
keywords: [xx network, cmixx, xxchain, documentation, node, gateway, specs, specifications, hardware]
--- ---
# Specifications # Specifications
...@@ -11,7 +14,7 @@ Each xx Node is comprised of two computers, a NODE computer and a GATEWAY comput ...@@ -11,7 +14,7 @@ Each xx Node is comprised of two computers, a NODE computer and a GATEWAY comput
### Tested and Supported ### Tested and Supported
* Ubuntu Server 20.04 LTS * Ubuntu Server 20.04 LTS
* Ubuntu Server 22.04 LTS * Ubuntu Server 22.04 LTS
* Ubunti Server 24.04 LTS * Ubuntu Server 24.04 LTS
:::info :::info
This is not to say that the xx Network software can only be run on the recommended OSs, but it may not be fully compatible due to the various versions of software that are installed by default by the OS maintainer. This is not to say that the xx Network software can only be run on the recommended OSs, but it may not be fully compatible due to the various versions of software that are installed by default by the OS maintainer.
......
--- ---
sidebar_position: 1 sidebar_position: 1
title: 1. Getting Started
keywords: [xx network, xxchain, node, getting started, staking, validator]
--- ---
# 1. Getting Started # 1. Getting Started
......
--- ---
sidebar_position: 2 sidebar_position: 2
title: 2. Validator Status
keywords: [xx network, xxchain, node, validator, sync, tail, chain.log]
--- ---
# 2. Validator Sync State # 2. Validator Sync State
......
--- ---
sidebar_position: 3 sidebar_position: 3
title: 3. Stash and Controller Accounts
keywords: [xx network, xxchain, node, validator, stash, controller, account]
--- ---
# 3. Stash and Controller Accounts # 3. Stash and Controller Accounts
......
--- ---
sidebar_position: 4 sidebar_position: 4
title: 4. Validator Session Keys
keywords: [xx network, xxchain, node, validator, session keys, generate]
--- ---
# 4. hexNodeID and Session Keys # 4. hexNodeID and Session Keys
......
--- ---
sidebar_position: 5 sidebar_position: 5
title: 5. Add and Setup the Validator
keywords: [xx network, xxchain, node, validator, stash, controller, session keys, wallet]
--- ---
# 5. Add and Setup the Validator # 5. Add and Setup the Validator
......
--- ---
sidebar_position: 6 sidebar_position: 6
title: 6. On-Chain Identity (Optional)
keywords: [xx network, xxchain, node, validator, wallet, on-chain identity, cmixx node id, validator address]
--- ---
# 6. On-Chain Identity (Optional) # 6. On-Chain Identity (Optional)
......
...@@ -3,6 +3,6 @@ ...@@ -3,6 +3,6 @@
"position": 5, "position": 5,
"link": { "link": {
"type": "generated-index", "type": "generated-index",
"description": "Validator" "description": "Instructions for staking the Validator."
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment