> For the complete documentation index, see [llms.txt](https://documentation.codeblocklabs.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.codeblocklabs.com/blockchain-nodes/blockx/installation.md).

# 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 %}
