description |
---|
As explained before, core and relay nodes must run in separate machines. In this assignment you will create a second server or Virtual Machine to host your core node. |
- Create a second server on AWS or Virtual Machine in Virtual Box. This one will host core node.
- Install dependencies
- Install cabal
- Install GHC
- Install libsodium
- Create the directory .local/bin and add it to the PATH
- Build the node from source in your new server or Virtual Machine.
{% hint style="info" %} It is important to make sure that your core and relay nodes run the exact same version of the node. So make sure to update both whenever you have to update to a newer version of the cardano-node. {% endhint %}
- DO NOT START YOUR CORE NODE YET. When you have completed tasks 1-4, continue to KES-Periods