I went through the installation instructions here:
When I finally finish installing stack and nix, and get to this point:
$ nix-build -A cardano-sl-node-static --out-link master
$ ls master/bin
cardano-node-simple
I see the build was successful. I try to run the node:
So when I run:
./master/bin/cardano-node-simple --system-start 1495462345
per flags I see here, I get:
[diffusion:ERROR:ThreadId 25] [2018-10-25 02:30:51.99 UTC] DNS resolution for [NodeAddrDNS "todo.defaultDnsDomain.com" Nothing] gave no results
[diffusion:ERROR:ThreadId 25] [2018-10-25 02:30:51.99 UTC] DNS resolution failure for [NodeAddrDNS "todo.defaultDnsDomain.com" Nothing]: [NameError]
[diffusion:ERROR:ThreadId 25] [2018-10-25 02:30:51.99 UTC] DNS resolution for [NodeAddrDNS "todo.defaultDnsDomain.com" Nothing] gave no results
[diffusion:ERROR:ThreadId 25] [2018-10-25 02:30:51.99 UTC] DNS resolution failure for [NodeAddrDNS "todo.defaultDnsDomain.com" Nothing]: [NameError]
What am I missing?