tezos-node設定ファイルでIDによって信頼できるピアを設定するにはどうすればよいですか?
1 回答
- 投票
現在、ノード構成ファイルのIDで信頼できるピアを設定する方法はありません.
ピアがRPCを介して信頼できるように設定されていて、ノードが適切にシャットダウンされている場合、情報はpeers.jsonファイルに保存され、ノードの再起動時に復元する必要がありますが、私はそれに依存しません.
>Their is currently no way to set a trusted peer by its ID in the node configuration file.
If your peer has been set trusted through RPC and that your node was shutdown properly, the information is stored in the peers.json file and should be restored on node reboot, but I wouldn't rely on that.
ここで「すべてのパラメーターが指定された構成ファイルの例」を見つけました: https://tezos.gitlab.io/mainnet/introduction/various.html
しかし、
./tezos-admin-client trust peer id12345abcde
と同等の構成エントリが見つかりません.tezos-node構成ファイルのIDによって信頼できるピアを設定するための構文は何ですか?