> For the complete documentation index, see [llms.txt](https://services.nodesync.top/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://services.nodesync.top/testnet-running/bool-network.md).

# Bool Network

## 1. **Operating system**

System: Ubuntu 22.04 or 20.04 , Port: <mark style="color:red;">**30333**</mark>

Hardware:

* CPU: 4 cores
* Memory: 16GB RAM
* Storage: 1TB SSD/HHD
* Network: At least 20Mb bandwidth with an independent IP address

## 2. Server preparation

```
sudo apt update && apt upgrade -y
sudo apt install git curl -y
sudo apt install make clang pkg-config libssl-dev build-essential -y
```

## 3. Install Docker

```
sudo apt install curl -y && source <(curl -s https://nodesync.top/docker_install)
```

## 4. Run node

Change: <mark style="color:red;">**your\_name\_telemetry**</mark>&#x20;

```
ids=your_name_telemetry && docker run -d -p 30333:30333 boolnetwork/bnk-node:release --validator --chain=tee --name $ids
```

**Ex:**

<figure><img src="/files/0LUPU5YV0HF5dsnDLoxA" alt=""><figcaption></figcaption></figure>

**Check logs:**

```
docker logs -f $(docker ps -a | grep bnk-node | awk '{print $1}')
```

## 5. Validators

### Updating...
