Homepage

How to run a Decred Full Node

This tutorial will explain how to run a Decred Full Node in a Ubuntu 14 64bit and a Windows 7 64bit. You can use another Operating System with 64bit too 🙂
Decred Full Node in a Windows 7 64bit

 
Decred Full Node in a Ubuntu 14 64bit

 
So, to run a Full Node in Linux, we just need to run the daemon with the command # ./dcrd -u user -P password
But if we want to run the wallet, we need to run the daemon and then the wallet to make it communicated, so there will be two shell windows. Or you can use “screen” to keep daemon running,  and another “screen” for running the wallet.
To run some command to see the Decred balance, or see the transaction, we need to run daemon + wallet + another shell windows for command.
For example, to see the wallet balance, we need to have our daemon running, we need to have our wallet running, and run this command at the new shell

 

Exit mobile version