Aeson exception: Error in $: Missing required field, either ByronGenesisFile

Hi Guys
Am trying to start the node but receive the error: Aeson exception: Error in $: Missing required field, either ByronGenesisFile or GenesisFile

I have tried hard coding the path and everything

Does anybody know what this error means please ?

thanks

Download the new files from here and restart the node

https://hydra.iohk.io/build/7654130/download/1/index.html

1 Like

Hi Alex
thanks - I tried that - same error.
Do I need to edit the config files at all first ?

Did u downloaded all files?

yes all of them

U are using coincashew guide right?

Im following the turorial here:

And using this guide:

What version did u installed?

ghc --version
The Glorious Glasgow Haskell Compilation System, version 8.10.7
cabal --version
cabal-install version 3.4.0.0
compiled using version 3.4.0.0 of the Cabal library

Distributor ID: Ubuntu
Description: Ubuntu 20.04.3 LTS
Release: 20.04
Codename: focal

cardano-node - -version

cardano-node 1.27.0 - linux-x86_64 - ghc-8.10
git rev 8fe46140a52810b6ca456be01d652ca08fe730bf

Install 1.29.0

ok will start afresh and give that a try

If u will start from 0 u can try my guide

For testnet u will need to run:

  • from step 1

./prereqs.sh -n

  • for STEP 2
git checkout 1.29.0

And DO NOT run (skip it)

git pull origin maste

1 Like

ok thanks.
will try it now