アルファネットノードの実行
2 回答
- 投票
-
- 2019-11-06
-
- 2019-11-07
使用
sudo ./alphanet.sh shell
より
tezos-node identity generate
しかし、この後でも
Too few connections(0)
エラーが発生しました. このエラーも発生する場合は、ここに書き込んでください. ここで問題のディスカッションに参加できますhttps://gitlab.com/tezos/tezos/issues/614 Use
sudo ./alphanet.sh shell
Than
tezos-node identity generate
But even after this i got
Too few connections(0)
error. Please, write here if you will got this error too. You can join issue discussion here https://gitlab.com/tezos/tezos/issues/614
それで、tezosプロジェクトに少し飛び込みたいので、alphanetを実行するtezosノードをセットアップして少しいじってみました.
公式ドキュメントに従い、Macでdockerを使用して、アルファネットを実行するための最新のコンテナを入手しました.
これまでのところ良い:
ただし、
andys-imac-pro:tezos andy$ ./alphanet.sh client identity generate
がスローされます:Error: Unrecognized command. Try using the man command to get more information.
ノードが実行されていないように見えますか?
$HOME/.tezos-node/
もありません.$HOME/.tezos-alphanet/
フォルダだけです.何が間違っているのですか? alphanet.shスクリプトを使用してtezos-nodeコマンドを実行するにはどうすればよいですか?