# Installation

{% hint style="danger" %}
This testnet installation may already obsolete as the BloxkX already launch it's mainnet.
{% endhint %}

Install Golang

```
// download and install
wget -q -O - https://raw.githubusercontent.com/canha/golang-tools-install-script/master/goinstall.sh | bash -s -- --version 1.18
```

When installation is finished please load variables into system

```
source ~/.profile
```

Check if Go already installed sucessfully

```
// It should return go version go1.18 linux/amd64
go version
```

Run Fullnodes

```
git clone https://github.com/defi-ventures/blockx-node-public-compiled.git
cd blockx-node-public-compiled
./run-fullnode-cosmovisor.sh
```

{% hint style="info" %}
**Useful Tips**\
\&#xNAN;*Check Version:* blockxd version --long

*CHECK STATUS BINARY:* systemctl status blockxd \
\&#xNAN;*CHECK RUNNING LOGS:* journalctl -fu blockxd -o cat \
\&#xNAN;*CHECK LOCAL STATUS:* curl -s localhost:26657/status | jq .result.sync\_info
{% endhint %}


---

# 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://documentation.codeblocklabs.com/blockchain-nodes/blockx/installation.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.
