Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 2.85 KB

File metadata and controls

29 lines (20 loc) · 2.85 KB
description Now you can proceed with cardano-node and -cli installation as usual

🪢 Cardano node installation

Excellent guides exist about this, so no need for repetition. Please refer to Coincashew for more information.

{% hint style="info" %} Pre-compiled binaries for ARM-based architectures have been provided by the lovely bunch at Armada Alliance, and can be found here. {% endhint %}

Testnet environment node configuration files:

PreviewPreprod
ConfigConfig
TopologyTopology
Byron-genesisByron-genesis
Shelley-genesisShelley-genesis
Alonzo-genesisAlonzo-genesis
Conway-genesisConway-genesis

The full complement of configuration files is available here.

{% hint style="danger" %} Please note: aside from getting the correct configs, you must remember to assign the --testnet-magic <natural> flag instead of --mainnet whenever needed. {% endhint %}

{% hint style="danger" %} Please note: for your nodes to communicate correctly you will need to add the node port you assign during the build, both to firewalld and OCI Security List. This is similar to what you did for ssh here. {% endhint %}

{% hint style="success" %} Success: once you are done with your first node, rinse and repeat for the others. {% endhint %}