“ |操作已过时,可能永远不会包含在链中”
-
-
您是否要运行mainnet或alphanet?Are you trying to run mainnet or alphanet ?
- 0
- 2019-04-05
- Ezy
-
1 个回答
- 投票数
-
- 2019-04-05
您的链尚未同步.
(时间戳:2018-12-06T06:17:48Z ,验证时间:2019-04-03T14:08:44Z)
如您所见,该链当前位于2018-12-06T06:17:48Z.
要检查链是否已同步,可以使用以下命令:
./tezos-client bootstrapped
或
./tezos-client get timestamp
关于节点同步:链接
Your Chain is not synced yet.
(timestamp: 2018-12-06T06:17:48Z, validation: 2019-04-03T14:08:44Z)
As you can see, the chain is currently in 2018-12-06T06:17:48Z.
To check if the chain is synced you can use the following commands:
./tezos-client bootstrapped
or
./tezos-client get timestamp
About node synchronization: link
-
谢谢.当前时间戳现在是2018年12月15日,但需要花费大量时间.可能是因为我的磁盘.但是,有时bootstrapped命令会停止,并说客户端使用2018年时间戳进行引导....它应该一直进行下去,直到它真的完成了:(Thank you. Current timestamp is now 2018-12-15 but it takes tons of time. Probably because of my disk. However, sometimes the bootstrapped command stop and says client is bootstrapped with a 2018 timestamp.... It should keep going UNTIL it's really done :(
- 0
- 2019-04-05
- iNukeLaPeste
-
是的,磁盘很重要.使用我的硬盘需要花费数周的时间进行同步. 只需检查时间戳是否保持相对较高的速度即可,否则,最好的选择是使用云实例进行同步.Yeah, disk is a big deal. With my hdd it was taking weeks to sync. Just check if the timestamp keeps moving at a relatively good speed, if not, your best option will be using a cloud instance to sync.
- 2
- 2019-04-05
- RoMarQ
-
好的谢谢.星期一将尝试使用另一个磁盘.感谢您的回答,接受了:)Okay thanks. Will try with another disk on monday. Thanks for your answer, accepted it :)
- 1
- 2019-04-05
- iNukeLaPeste
我这样启动节点:
一切似乎都还好. 然后我做:
但是它不起作用,出现以下错误:
我仍然不明白为什么.我的节点没有更新吗?
编辑:
好的
./tezos-client get timestamp && date -u -Isec
命令给了我两个不同的时间.但是,我一直在等待,什么都没有改变.如何确保我的节点完全同步?