Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Latest commit

 

History

History
25 lines (18 loc) · 875 Bytes

assignement-2.md

File metadata and controls

25 lines (18 loc) · 875 Bytes
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.

Assignement-2

  1. Create a second server on AWS or Virtual Machine in Virtual Box. This one will host core node.
  2. Install dependencies
  3. Install cabal
  4. Install GHC
  5. Install libsodium
  6. Create the directory .local/bin and add it to the PATH
  7. 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 %}

  1. DO NOT START YOUR CORE NODE YET. When you have completed tasks 1-4, continue to KES-Periods