Problem with node sync

Can you do the following:

  1. create a fresh new folder, say it is ~/node/newdata
  2. copy the genesis.json file inside
  3. create a file `config.json inside containing
{
  "DNSSecurityFlags": 0
}
  1. run export ALGORAND_DATA="$HOME/node/newdata"
  2. run goal node start
  3. wait a bit and run goal node status

Does it work?

If not, can you send the output of the following commands:

  1. ls $HOME/node/newdata
  2. echo "$ALGORAND_DATA"
  3. goal node status
  4. the last 20 lines of $ALGORAND_DATA/node.log

EDIT: previous version of this post indicated DNSSecurityFlags: 1 by mistake.