Skip to main content
This guide will walk you through installing and running a Bless Native Node using Docker.

Prerequisites

Before you begin, ensure you have the following:
  • A machine (Mac, Windows, or Linux) with internet access.
  • Docker installed. If not download here.

Quick Start

1. Create a .env Configuration File

First, create a new folder for your node setup. Inside this folder, create a .env file and add the following configuration:
.env
Replace <s3_id>, <s3_key>, <backup_key_path>, and <key_password> with your actual credentials if using S3 backup.

2. Start Your Bless Node

Navigate to the folder where your .env file is located and run the following command in your terminal to start your node:
Terminal

Next Steps

Your Bless Node should now be up and running, actively contributing to the network! Now it’s time to manage your node and ensure optimal performance. Check out our Node Management Guide for detailed instructions on monitoring, stopping, and backing up your node. If you need further assistance, visit our Support Channel for help from the community and support team.