Cardano Relay Configuration
Let's create a simple configuration for your core/relay node (for core node you will need to register keys/certificates which we will touch later)
Last updated
Let's create a simple configuration for your core/relay node (for core node you will need to register keys/certificates which we will touch later)
Last updated
Let's start by creating a folder structure for our nodes:
We will download the latest default configuration and genesis files from here:
https://book.world.dev.cardano.org/environments.html#production-mainnet
Let's download them from our server's console:
you should now have 6 files in the config folder:
We are almost done - I know that you are eager to test what we have done so far :) So let's test and run our Node on port 3000
Let's start with the core node:
If you followed the guide, you should see this:
great! The node is syncing! You can now exit this by pressing ctrl+c and continuing to the next chapter!