Hello everyone, does anyone know why a node is not eligible to be on the chain in the next epoch after it is eligible in the current epoch? However, if it is not eligible in the current epoch, it will be eligible in the next epoch. #6004
Unanswered
honglouzzc
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Startup Command:like sudo nohup ./go-spacemesh --listen /ip4/0.0.0.0/tcp/6001 --config config.mainnet.json --smeshing-start --smeshing-coinbase sm1qqqqqqxrd9999999999 --smeshing-opts-numunits 128 --smeshing-opts-provider 4294967295 --smeshing-opts-datadir /mnt/sda/post_data --data-folder /mnt/sda/node_data --filelock=/tmp/spacemesh-sda.lock > sda.log &
logs like :
{
{
"timestamp": "2024-05-24T14:13:33.555897155Z",
"help": "Node successfully completed PoST data initialization.",
"initComplete": {
"smesher": "cSukU5tLDzuOtJM+Oxb3aHC7PGltAmYzsx4VhOR5oL0="
}
}
{
"timestamp": "2024-05-24T14:13:33.556754348Z",
"help": "Node started local PoST service.",
"postServiceStarted": {}
}
{
"timestamp": "2024-05-24T14:13:59.898211213Z",
"help": "Node computed randomness beacon, which will be used to determine consensus eligibility.",
"beacon": {
"epoch": 21,
"beacon": "2JanYQ=="
}
}
{
"timestamp": "2024-05-24T14:14:01.044056277Z",
"help": "Node computed randomness beacon, which will be used to determine consensus eligibility.",
"beacon": {
"epoch": 22,
"beacon": "YLPLMA=="
}
}
{
"timestamp": "2024-05-24T14:15:07.721544936Z",
"help": "Node is waiting for PoET registration window in current epoch to open. After this it will submit challenge and wait until PoET round ends in publish epoch.",
"poetWaitRound": {
"current": 22,
"publish": 23,
"wait": "233119.032750189s",
"until": "2024-05-27T07:00:26.754292093Z",
"smesher": "cSukU5tLDzuOtJM+Oxb3aHC7PGltAmYzsx4VhOR5oL0="
}
}
{
"timestamp": "2024-05-24T14:25:00.991493191Z",
"help": "Node computed eligibilities for the epoch. Rewards will be received after successfully publishing proposals at specified layers. The rewards actually received will be based on the number of other participants in each layer.",
"eligibilities": {
"epoch": 22,
"beacon": "YLPLMA==",
"atx": "UysA5KsbGLD8daV6lO6yvWqL8d13GYb8218l52eJQhk=",
"activeSetSize": 4185140,
"eligibilities": [
{
"layer": 89849,
"count": 1
}
],
"smesher": "cSukU5tLDzuOtJM+Oxb3aHC7PGltAmYzsx4VhOR5oL0="
}
}
{
"timestamp": "2024-05-27T07:00:56.804397420Z",
"help": "Node is waiting for PoET to complete. After it's complete, the node will fetch the PoET proof, generate a PoST proof, and finally publish an ATX to establish eligibility for rewards in the target epoch.",
"poetWaitProof": {
"publish": 23,
"target": 24,
"wait": "1169943.195605230s",
"until": "2024-06-09T20:00:00Z",
"smesher": "cSukU5tLDzuOtJM+Oxb3aHC7PGltAmYzsx4VhOR5oL0="
}
}
{
"timestamp": "2024-05-29T14:46:46.149868028Z",
"help": "Node computed randomness beacon, which will be used to determine consensus eligibility.",
"beacon": {
"epoch": 23,
"beacon": "skgW2A=="
}
}
Beta Was this translation helpful? Give feedback.
All reactions