启动eos节点
nodeos
这时你会发现程序不能正常运行,看不到出块信息,需要进行以下的操作
执行完7以后,再次启动
修改nodeos配置文件 ~/.local/share/eosio/nodeos/config/config.ini
查看配置文件,按照下面的内容,替换或者添加到配置文件中
vim ~/.local/share/eosio/nodeos/config/config.ini
Load the testnet genesis state, which creates some initial block producers with the default key
genesis-json = /你的eos目录/build/genesis.json
Enable production on a stale chain, since a single-node test chain is pretty much always stale
enable-stale-production = true
Enable block production with the testnet producers
producer-name = eosio

在启动EOS节点时,如果发现无法正常运行或看不到出块信息,需要修改nodeos的配置文件config.ini。主要内容包括加载testnet的创世状态,启用stale链上的生产,设置区块生产器,加载钱包、API和HTTP插件,以及启用账户历史API,以便查看账户历史。
最低0.47元/天 解锁文章
1943

被折叠的 条评论
为什么被折叠?



