# Run a Node on a Raspberry Pi

![](/files/SzILqi7PnUBafwOuhsCu)

***For Raspberry Pi 3B+:***<br>

`wget https://kryptokrona.se/downloads/xkr-rpi3.zip`\
\
`unzip kryptokrona-rpi-3b.zip`<br>

\
\&#xNAN;***For Raspberry Pi 4B:***

`wget https://kryptokrona.se/downloads/xkr-rpi-4b.zip`\
\
`unzip kryptokrona-rpi-4b.zip`

When you have unzipped the files, enter the directory where the kryptokrona binary was unzipped to and run the following to start your node:

`./kryptokrona --enable-cors=* --enable-blockexplorer --rpc-bind-ip=0.0.0.0 --rpc-bind-port=11898`


---

# 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://docs.kryptokrona.org/node/run-a-node-on-a-raspberry-pi.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.
