description: Learn about Stacks mining, the STX token, and the Clarity smart contract language
description: Learn about Stacks mining, the STX token, and the Clarity smart contract language
---
---
-> Content related to developer tools and app development has recently moved to [docs.hiro.so](https://docs.hiro.so/). For more information on the content move, see [this post](https://forum.stacks.org/t/the-evolution-of-the-stacks-documentation-and-a-new-hiro-docs-site/12343) on the Stacks forum.
## Understand Stacks
## Understand Stacks
[@page-reference | grid]
[@page-reference | grid]
@ -13,9 +11,16 @@ description: Learn about Stacks mining, the STX token, and the Clarity smart con
-> Content related to developer tools and app development has recently moved to [docs.hiro.so](https://docs.hiro.so/). For more information on the content move, see [this post](https://forum.stacks.org/t/the-evolution-of-the-stacks-documentation-and-a-new-hiro-docs-site/12343) on the Stacks forum.
This procedure demonstrates how to run a local mainnet node using Docker images.
This procedure demonstrates how to run a local mainnet node using Docker images.
-> This procedure focuses on Unix-like operating systems (Linux and MacOS). This procedure has not been tested on
-> This procedure focuses on Unix-like operating systems (Linux and MacOS). This procedure has not been tested on Windows.
Windows.
## Prerequisites
## Prerequisites
Running a node has no specialized hardware requirements. Users have been successful in running nodes on Raspberry Pi
Running a node has no specialized hardware requirements. Users have been successful in running nodes on Raspberry Pi boards and other system-on-chip architectures. In order to complete this procedure, you must have the following software installed on the node host machine:
boards and other system-on-chip architectures. In order to complete this procedure, you must have the following software
installed on the node host machine:
- [Docker](https://docs.docker.com/get-docker/)
- [Docker](https://docs.docker.com/get-docker/)
- [curl](https://curl.se/download.html)
- [curl](https://curl.se/download.html)
@ -30,9 +27,7 @@ installed on the node host machine:
### Firewall configuration
### Firewall configuration
In order for the API node services to work correctly, you must configure any network firewall rules to allow traffic on
In order for the API node services to work correctly, you must configure any network firewall rules to allow traffic on the ports discussed in this section. The details of network and firewall configuration are highly specific to your machine and network, so a detailed example isn't provided.
the ports discussed in this section. The details of network and firewall configuration are highly specific to your
machine and network, so a detailed example isn't provided.
The following ports must open on the host machine:
The following ports must open on the host machine:
@ -52,8 +47,7 @@ These egress ports are for syncing [`stacks-blockchain`][] and Bitcoin headers.
## Step 1: initial setup
## Step 1: initial setup
In order to run the mainnet node, you must download the Docker images and create a directory structure to hold the
In order to run the mainnet node, you must download the Docker images and create a directory structure to hold the persistent data from the services. Download and configure the Docker images with the following commands:
persistent data from the services. Download and configure the Docker images with the following commands:
This procedure demonstrates how to run a local testnet node using Docker images.
This procedure demonstrates how to run a local testnet node using Docker images.
-> This procedure focuses on Unix-like operating systems (Linux and MacOS). This procedure has not been tested on
-> This procedure focuses on Unix-like operating systems (Linux and MacOS). This procedure has not been tested on Windows.
Windows.
## Prerequisites
## Prerequisites
Running a node has no specialized hardware requirements. Users have been successful in running nodes on Raspberry Pi
Running a node has no specialized hardware requirements. Users have been successful in running nodes on Raspberry Pi boards and other system-on-chip architectures. In order to complete this procedure, you must have the following software installed on the node host machine:
boards and other system-on-chip architectures. In order to complete this procedure, you must have the following software
installed on the node host machine:
- [Docker](https://docs.docker.com/get-docker/)
- [Docker](https://docs.docker.com/get-docker/)
- [curl](https://curl.se/download.html)
- [curl](https://curl.se/download.html)
@ -30,9 +27,7 @@ installed on the node host machine:
### Firewall configuration
### Firewall configuration
In order for the API node services to work correctly, you must configure any network firewall rules to allow traffic on
In order for the API node services to work correctly, you must configure any network firewall rules to allow traffic on the ports discussed in this section. The details of network and firewall configuration are highly specific to your machine and network, so a detailed example isn't provided.
the ports discussed in this section. The details of network and firewall configuration are highly specific to your
machine and network, so a detailed example isn't provided.
The following ports must open on the host machine:
The following ports must open on the host machine:
@ -52,8 +47,7 @@ These egress ports are for syncing [`stacks-blockchain`][] and Bitcoin headers.
## Step 1: initial setup
## Step 1: initial setup
In order to run the testnet node, you must download the Docker images and create a directory structure to hold the
In order to run the testnet node, you must download the Docker images and create a directory structure to hold the persistent data from the services. Download and configure the Docker images with the following commands:
persistent data from the services. Download and configure the Docker images with the following commands:
```sh
```sh
docker pull blockstack/stacks-blockchain
docker pull blockstack/stacks-blockchain
@ -141,7 +135,5 @@ docker stop stacks-blockchain
## Additional reading
## Additional reading
- [Running an API instance with Docker][]
- [Running a Stacks API node](https://docs.hiro.so/get-started/running-api-node)
[running a mainnet node with docker]: /understand-stacks/running-mainnet-node
- [Running a Stacks mainnet node](running-mainnet-node)
[running an api instance with docker]: https://docs.hiro.so/get-started/running-api-node