【问题标题】:How to stop the tendermint node如何停止tendermint节点
【发布时间】:2019-11-26 12:34:51
【问题描述】:

我在ubuntu 中安装了tendermint,并给出了命令tendermint node 来运行单节点区块链。我通常关闭 cmd 来终止进程。但是我知道这不是正确的做法,因为每次我想继续使用它时都必须重置区块链。请告诉我停止节点的命令是什么。

【问题讨论】:

    标签: tendermint


    【解决方案1】:
    • 按 CTRL-C(将发送 SIGINT;也可以直接发送信号 kill -2 <PID>
    • 向进程发送 SIGTERM (kill -15 <PID>)

    将强制 Tendermint Core 正常关闭

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2018-04-15
      • 2019-05-10
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2019-07-14
      • 1970-01-01
      • 2018-06-14
      相关资源
      最近更新 更多