> For the complete documentation index, see [llms.txt](https://docs.dnerochain.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dnerochain.org/dnero-mainnet/getting-started/1.-launching-dnero-mainnet.md).

# 1. Launching DNERO MainNet

{% hint style="info" %}
**Good to know:** After extracting the zip file into your Windows User path - you should have a folder named "dnero"
{% endhint %}

#### Navigate to the proper folder using the Command Prompt Terminal

Launch Command Prompt Terminal (CMD). By default your Windows User path should be the active directory.&#x20;

The first task will be to change directory "cd" to the folder recently created "dnero" to do so type in and press enter:

```bash
cd dnero 
```

#### Connecting your Node

Now that we are on the proper directory. It is time to start connecting your node. Enter the following command into your CMD to start the installation process:&#x20;

```
dnero start
```

Enter a new password. The re-enter the password for confirmation.&#x20;

{% hint style="warning" %}
**NORMAL Error Message:** After you set your password. The system will start launching the DNERO Blockchain. An error message will appear - this is normal. Follow these next steps to correct.&#x20;
{% endhint %}

Open your File Explorer Folder and locate the "dnero" folder. Located: C:\Users\username\dnero&#x20;

Now double click into the mainnet folder.&#x20;

Select and copy the following files:&#x20;

> config.yaml
>
> snapshot

Navigate back to your Windows User folder: C:\Users\username

Paste the files into the ".dnero" folder

{% hint style="info" %}
**Keep in mind:** You are pasting the two files into a seperate folder. It starts with a decimal symbol "**.dnero**"
{% endhint %}

Now we can re-run the "dnero start" command - Once the files are copied and paste into the .dnero folder.&#x20;

```
dnero start
```

{% hint style="success" %}
**Successfully Completed First Step:** Your node should start connecting to the network and begin syncing.&#x20;

**Note:** At this point in time synchronization to the DNERO Blockchain can take up to a few days. It all depends on your internet speed.&#x20;
{% endhint %}
