We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1- 创建完Alice节点,没有出块,等到Bob节点链接上之后开始出块;Alice节点和Bob节点的关系是什么,都是验证节点吗? 2- customSpec.json中的authorities授权地址写一个就可以了,还会需要多个地址? 3- 申请了2个账号,建立了syuukawa-1节点启动没问题;但是启动syuukawa-2节点报错;是什么问题; Error: Error(Client(Backend("IO error: While lock file: /Users/zhouhe/Library/Application Support/node-template/chains/local_testnet/db/LOCK: Resource temporarily unavailable")), State { next_error: None, backtrace: InternalBacktrace { backtrace: None } })
The text was updated successfully, but these errors were encountered:
1: chian=local是多节点的测试网,要多至少两个节点才会出快。默认的配置两个都是验证人节点。 2: 需要配置多个,grandpa,session,babe。 3: 要传个不一样的--base-path,不然同时用同一个rocksdb就这样了
BABE/Grandpa 混合共识机制 BABE出块,高效率的出块,最快2秒一个块 Grandpa大量高效率确认区块,一次可以确认多个
Sorry, something went wrong.
No branches or pull requests
1- 创建完Alice节点,没有出块,等到Bob节点链接上之后开始出块;Alice节点和Bob节点的关系是什么,都是验证节点吗?
2- customSpec.json中的authorities授权地址写一个就可以了,还会需要多个地址?
3- 申请了2个账号,建立了syuukawa-1节点启动没问题;但是启动syuukawa-2节点报错;是什么问题;
Error: Error(Client(Backend("IO error: While lock file: /Users/zhouhe/Library/Application Support/node-template/chains/local_testnet/db/LOCK: Resource temporarily unavailable")), State { next_error: None, backtrace: InternalBacktrace { backtrace: None } })
The text was updated successfully, but these errors were encountered: