Bitcoin-Core
停止警報通知
-alertnotify=<cmd> Execute command when a relevant alert is received or we see a really long fork (%s in cmd is replaced by message)
如何在非常長的分叉上阻止比特幣核心?
-alertnotify=stop
?
-alertnotify="bitcoin-cli stop"
? (假設可以在 $PATH 中找到有效的 bitcoin-cli)
bitcoin-cli stop
. 所有這些 *notify 介面都接受一些 cmd 作為參數。