I couldn't start the software by go run main.go after pulling the repo to my intel osx mac. It says:
2024-05-12T16:28:42.846-0400 INFO Deploying worker for collector.
2024-05-12T16:28:42.846-0400 INFO Deploying worker for collector.
2024-05-12T16:28:42.847-0400 INFO Loaded config: cbft-home
2024-05-12T16:28:42.847-0400 INFO Started worker.
2024-05-12T16:28:42.847-0400 INFO Running for loop.
2024-05-12T16:28:42.847-0400 INFO Started worker.
2024-05-12T16:28:42.847-0400 INFO Running for loop.
open cbft-home/config/priv_validator_key.json: no such file or directory
exit status 1
I couldn't start the software by
go run main.go
after pulling the repo to my intel osx mac. It says: