This repository contains all the necessary information to build, set up, and run a node for EVM Proof-of-Stake blockchains, such as LUKSO. It is the essence of running a node at home and should act as a Wiki if you need detailed information about any possible step.
- 📖 More than 80 Pages of Theory and Best Practice
- 🌍 Compiled from a dozen Guides, Forums, and Wikis
- 🚀 Beginner-Friendly Step-by-Step Documentation
- 📝 Plug-and-Play Grafana Dashboards
If the guide helped you, I would be pleased about a donation:
0xE8DFceC1B3637226f05E6828F56815f6417a6116
The repository includes theory pages and guides on network and consensus, validator deposits, node builds, system setups, client installation and configuration, as well as operating staking and monitoring software. Within the archive section, network updates, applied forks, and historical guides are listed. The pages in the repository are split into multiple sections.
⚠️ Pages are for informational purposes only. Contributors do not warrant the guide's accuracy or completeness. Developers shall not be liable for any direct, indirect, incidental, or consequential damages arising out of or in connection with the use of this guide. The disclaimer of warranty also applies to business interruption, data loss, or financial loss.
preparations: Node and Router Specifications, Network Demandblockchain-knowledge: Proof of Stake, Tokenomics, Peer Networks, Slashing and Penalties, Clientsnode-operation: Setup Types, OS, Validator Credentials, DDNS, SSH, and VPN, Utility Tools
validator-setup: Device Setup, Key Generation, Launchpad Walkthroughhardware-setup: Node, Router, and Network Setup, BIOS Config, OS Installsystem-setup: Permissions, Storage Volumes, Updates, Remote Access, and Firewall Setuprouter-setup: Fetching Device Addresses and Configuring the Address Reservationssh-setup:Access Properties, Connections, and Authentication Keysclient-setup: LUKSO Blockchain Node and Validator Setupmodifications: Slasher, Node Name, Graffiti, IP & DDNS, Peer Config, Service Automationmonitoring: Node Monitoring for Hardware, Software Clients, and Connectionsalert-systems: Image Notifications and Constant Mobile Device Updatesexternal-access: Secure External Node Access Configurationmaintenance: Tips for Finding and Resolving Node Errorswithdrawals: Adding Withdrawals and Exiting Validators
network: Blockchain Timeline, Configuration Updates, Network Forkstestnet-operators: L16 Client Setup, Node Tooltips, and Software Removalgenesis-validators: Blockchain Launch and GasHawn Deposits
templates: Grafana Dashboard Presets for LYXt & LYX Staking
yarn- Open the
docusaurus.config.tsfile - Comment out the
customWebpackPluginsetup
// function customWebpackPlugin() {
// return {
// name: "custom-webpack-plugin",
// configureWebpack() {
// return {
// cache: false,
// };
// },
// };
// },yarn startyarn build