1. Launching DNERO MainNet

Good to know: After extracting the zip file into your Windows User path - you should have a folder named "dnero"

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

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

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:

dnero start

Enter a new password. The re-enter the password for confirmation.

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

Now double click into the mainnet folder.

Select and copy the following files:

config.yaml

snapshot

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

Paste the files into the ".dnero" folder

Keep in mind: You are pasting the two files into a seperate folder. It starts with a decimal symbol ".dnero"

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

dnero start

Last updated