卡尔达诺节点你好世界

时间:2018-10-25 07:36:58

标签: cardano

我在这里查看了安装说明:

https://github.com/input-output-hk/cardano-sl/blob/develop/docs/how-to/build-cardano-sl-and-daedalus-from-source-code.md

当我最终完成堆栈和nix的安装后,到此为止:

$ nix-build -A cardano-sl-node-static --out-link master
$ ls master/bin
cardano-node-simple

我看到构建成功。我尝试运行该节点:

所以当我跑步时:

./master/bin/cardano-node-simple  --system-start 1495462345

我看到here的每个标志,我得到:

[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]

我想念什么?

0 个答案:

没有答案