There is a discrepancy between references to config files in the stake pool school.
The link given in "Get configuration files’ points to
wget https:...testnet-config.json
wget https:...testnet-shelley-genesis.json
wget https:...testnet-byron-genesis.json
wget https:...testnet-topology.json
while start-your-node refer to shelley_testnet-topology.json
and shelley_testnet-config.json
They don’t seem to have the same content since the first starts a node with CardanoProtocol
and the later with ShelleyProtocol
Also trying to copy the url from the screen cast I get a 404 error for the files
wget https://hydra.iohk.io/job/Cardano/cardano-node/cardano-deployment/latest-finished/download/1/shelley_testnet-config.json
wget https://hydra.iohk.io/job/Cardano/cardano-node/cardano-deployment/latest-finished/download/1/shelley_testnet-shelley-genesis.json
wget https://hydra.iohk.io/job/Cardano/cardano-node/cardano-deployment/latest-finished/download/1/testnet-byron-genesis.json
wget https://hydra.iohk.io/job/Cardano/cardano-node/cardano-deployment/latest-finished/download/1/shelley_testnet-topology.json
but in the end, it does not seem to make a big difference. The node starts and seem to sync.
Another difference, I notice, is the node version. The screen cast use 1.15 while I use 1.18 but since I did not follow the first tuto on node installation with AWS I can’t say if 1.15 was the recommanded version to install. Still, I’de rather stick to the latest.