在docker -alphanet
-
-
我注意到我的脚本具有`-dbasedir`(您的tezos客户目录),是否有助于添加?`tezos-client -A $ NODE_HOST -d $basedir --waitnone用$faucet --force激活帐户" $ account"I notice my script has a `-d basedir` (your tezos client dir), does it help adding that? `tezos-client -A $NODE_HOST -d $basedir --wait none activate account "$account" with $faucet --force`
- 0
- 2019-03-27
- asbjornenge
-
感谢您的建议,尽管这对我没有任何影响Thanks for the suggestion, though that didn't make any difference for me
- 0
- 2019-03-27
- TestSubject
-
我有一个类似的问题,在我的情况下,它说该命令无法识别,如果是运行人员,那么Activate命令不存在.nicosampler @nfd-ubuntu:〜$ ./alphanet.sh客户端通过" container:tz1MzsE4cocSfss5cnav8UWzxnbrrZH32Rij.json"激活帐户测试错误:无法识别的命令.尝试使用man命令来获取更多信息.I'm having a similar problem, in my case it says that the command is not recognized, if a run man, the activate command does not exists. nicosampler@nfd-ubuntu:~$ ./alphanet.sh client activate account test with "container:tz1MzsE4cocSfss5cnav8UWzxnbrrZH32Rij.json" Error: Unrecognized command. Try using the man command to get more information.
- 1
- 2019-08-27
- Nicolas Dominguez
-
1 个回答
- 投票数
-
- 2019-09-17
我认为您的节点尚未与alphanet完整块同步.
启动docker之后,或者如果您从执行此波纹管命令的源代码构建
./tezos-node run --rpc-addr 127.0.0.1:8732 --connections 10
您需要等到块完全同步后,才能验证块执行以下命令:
./tezos-client bootstrapped
如果您看到时间戳和验证,那么现在应该可以了.
I think you node hadn't sync with the alphanet full block yet.
after start your docker or if you build from source that execute this bellow command
./tezos-node run --rpc-addr 127.0.0.1:8732 --connections 10
You need to wait until the block fully sync, to verify the block execute bellow command:
./tezos-client bootstrapped
If you see the timestamp and validation then it's should be able to go now.
我在运行此命令时出错:
我得到:
有什么想法吗?