# Run a Gameluk Node

A full Gameluk node is a fundamental building block of the Gameluk Blockchain. It consists of a local copy of the entire blockchain, including its history and state. Running a full node is essential for participating in network operations like validating transactions, joining consensus, and broadcasting events to other network participants.

In this guide, we will walk you through setting up and running a full Gameluk node.

If you're a developer who just needs to set up their local tool, see GameID.

## Overview&#x20;

### 1. System Configuration

Requirements around running a GameID node and common ports that are used by the GameID process

### 2. Build GameID

How to build a GameID binary and the version to use

### 3. Configure General Settings

General settings for a full node&#x20;

### 4. Join a Network

How to join an existing network and catch up with Statesync&#x20;

### 5. Running Gameluk

Starting the GameID binary and recommended settings for running it in production&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://gameluk.gitbook.io/gameluk/full-node/run-a-gameluk-node.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
