# 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...


---

# 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://services.nodesync.top/testnet-running/bool-network.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.
