Private-Blockchain

無法 ts 啟動 Bootnode,我是私人區塊鏈的新手,誰能告訴我我錯過了什麼

  • November 20, 2018
bootnode : The term 'bootnode' is not recognized as the name of a cmdlet, 
function, script file, or operable program. Check the spelling of the name, 
or if a path was
included, verify that the path is correct and try again.
At line:1 char:1
+ bootnode -genkey boot.key
+ ~~~~~~~~
+ CategoryInfo          : ObjectNotFound: (bootnode:String) [], 
CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException

看起來您的系統上沒有安裝 bootnode 命令。

我認為您只安裝了標準的 geth 客戶端。要執行 bootnode,您需要安裝 alltool 版本才能使用 bootnode 命令。

您可以在那裡找到它:在此處輸入連結描述

引用自:https://ethereum.stackexchange.com/questions/62692