This walkthrough takes you from a blank machine to a running, validating Malairte full node. It assumes no prior experience. Remember throughout that the node software holds no keys and custodies no funds - you are setting up a verifier and relay, not a wallet.

Step 1: Choose your machine

Pick a computer you can leave on. A spare desktop, a mini PC, or a small single-board computer all work. Make sure it has an SSD with generous free space for the chain plus headroom, and a normal internet connection. A machine you can tuck away and forget is ideal.

Step 2: Download the node software

Get the Malairte node binary from the official download source for your operating system. Verify the download against the published checksum if one is provided, so you know the file was not tampered with in transit. Do not run binaries from unofficial mirrors.

Step 3: Create a data directory

Decide where the blockchain will live and make a dedicated folder for it on the SSD. Keeping the data directory separate from the program makes upgrades and backups far simpler later. Confirm the drive has plenty of free space before you continue.

Step 4: Write a basic config

Create the node configuration file in the data directory. At minimum, point it at your chosen data folder and set the network listening options. Keep the first config minimal; you can tune peers and ports once the node is up and synced.

Step 5: Launch the node

Start the node from the command line so you can watch the output. It will begin connecting to peers and then start downloading the chain. The first lines you want to see are successful peer connections, followed by blocks being fetched and validated.

Step 6: Watch the initial sync

The node now downloads and verifies the entire history. This is the slowest part and can take from hours to days depending on your disk and connection. Leave it running. Progress is shown as a height number climbing toward the current network tip.

Step 7: Confirm you are fully synced

When the node height matches the tip reported by a public explorer, you are synced. From here the node only needs to keep up with new blocks, which is light work. Your machine is now an independent, validating member of the network.