FAQs
节点运行常见问题
使用 ./conflux account new 创建的账号从哪可以找到
该命令创建的账号以 keystore 的形式存储在系统的固定目录中:
- Mac:/Users/USER_NAME/Library/Application Support/conflux
- Linux: /root/.local/share/Conflux
- Windows: C:\Users\USER_NAME\AppData\Roaming\Foo Corp\Bar App\config
Keystore 的命名规则为 UTC--日期--哈希, 因此 Linux 系统也可使用如下命令查找:
find / -name UTC--*
备注:该目录实际存放位置使用 app_dirs v1.2.1 获取
节点启动后一直连不上 peer
有可能使用了错误的配置文件,比如主网的 binary + 测试网配置,测试网 binary + 主网配置,或者启动节点时没有指定配置文件。
连接不到 peer 本质原因一种是没有正确的指定 bootnodes
GLIBC_2.27 not found
./conflux: /lib64/libc.so.6: version GLIBC_2.27 not found (required by ./conflux)
此种错误是 GLIBC 未安装或版本错误
No Comments