【问题标题】:Getting error while trying to run the node尝试运行节点时出错
【发布时间】:2021-04-17 12:21:12
【问题描述】:

当我运行pocket start 命令时,我收到以下错误:

invalid chains.json: unexpected end of JSON input

当我运行命令检查节点状态curl http://localhost:26657/status 时,它告诉我catching_up: false 所以现在不确定节点是否正在运行。

【问题讨论】:

    标签: pokt


    【解决方案1】:

    您的节点正在运行,但是您没有在数据目录中提供chains.json,或者该文件不是有效的 json 文件。您的 chains.json 位于您的 <datadir>/config 目录中。

    以下是如何设置的示例:https://docs.pokt.network/core/guides/quickstart#chains-json

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2017-05-06
      • 2015-07-25
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2021-07-27
      相关资源
      最近更新 更多