Someone else ever has a same error? Or someone know how to repair this?

“FATAL 2021/07/28 12:27:09 No IDF was detected and DevMode is not enabled panic: No IDF was detected and DevMode is not enabled”

@Keith has given answer on that question on Discord:

Keith aka LordVetinari

In the meantime, if anyone while setting up a new node for the first time sees in their logs…
No IDF was detected and DevMode is not enabled
panic: No IDF was detected and DevMode is not enabled

While we transition from BetaNet to ProtoNet it is necessary to force the creation of the nodeIDF.json file on BetaNet nodes.
Do the following:
$ sudo systemctl stop xxnetwork-node.service
$ /opt/xxnetwork/bin/xxnetwork-node --devMode --config /opt/xxnetwork/node.yaml

Wait 3-5 seconds then…
Press Ctrl+c to terminate the process.
And finally once more to start the service.
$ sudo systemctl start xxnetwork-node.service

The most resent version of the handbook has the correct instructions Ver 1.15

https://xx.network/beta-node-handbook.pdf
1 Like