What is the latest tag version that should be used in setting up a new stake pool?

Finally getting back to setting up my stake pool. I had previously got a relay node up and running with tab version 1.19.1 using the Stake Pool Onboarding Course. Is there a better or definitive guide I can use to recreate my relay and producer nodes on AWS? What is the latest tag version that should be used in setting up a new stake pool?

Hey there, :slight_smile:

current version is 1.21.1

Remember, running following commands shows you all and latest versions:

git fetch --all --tags
git tag

Here are some additional links:
official cardano documentation, chapter installing the node from source:
https://docs.cardano.org/projects/cardano-node/en/latest/getting-started/install.html

How to build a cardano node (CoinCashew):

Hope this helps! :slight_smile:

1 Like

thanks @CardanoCafe!