【发布时间】:2021-08-04 10:23:47
【问题描述】:
我正在尝试在本地运行 Solana rust hello world 示例 (https://github.com/solana-labs/example-helloworld)。我阅读了自述文件,但“启动本地 Solana 集群”步骤 (https://github.com/solana-labs/example-helloworld#start-local-solana-cluster) 对我不起作用。我收到thread 'main' panicked at 'called Result::unwrap() on an Err value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', validator/src/bin/solana-test-validator.rs:294:71 错误。
我的 solana-test-validator 版本是 1.7.9
这是我的config.yml 文件:
Config File: /home/work/.config/solana/cli/config.yml
RPC URL: http://127.0.0.1:8899
WebSocket URL: ws://127.0.0.1:8900/ (computed)
Keypair Path: /home/work/.config/solana/id.json
Commitment: confirmed
你知道有什么问题吗?或者我应该修复/检查什么?
【问题讨论】:
-
我也运行了这个
solana-keygen new,但还是一样
标签: solana