When I open my shelley_testnet-config.json file to edit it there is no information there, it’s just blank.
Any ideas anyone?
1 Like
can you do an “ls” of the config file directory to see all existing files - you may be trying to open a file that does not exist
If I had to guess, I would think perhaps “shelley-testnet-config.json” might exist.
1 Like
Thanks for replying so quick
steve@steve-MS-7788:~/relay$ ls
db testnet-byron-genesis.json testnet-config.json testnet-shelley-genesis.json testnet-topology.json
1 Like
yep - so try running “cat testnet-shelley-genesis.json” instead of “shelley_testnet-config.json” - they are not the same files
you may need to change the reference in your node start code to reflect “testnet-shelley-genesis.json”, which should actually contain node config data
1 Like
Fantastic Frog that works
2 Likes
My pleasure, Steve!
1 Like