You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 14, 2022. It is now read-only.
Describe the bug or test Version: 1.11.0-beta.1, Build: 75d156f8-modified
My validator seby05.betanet is online 0% and not producing blocks:
My node was synchronized , then i changed account_id in ~/.near/betanet/validator_key.json from seby05 to seby05.betanet, same as deployed accountId staking contract.
How to Reproduce
Steps to reproduce the behavior:
1.nearup stop
2. nano ~/.near/betanet/validator_key.json, edit account_id
3.nearup betanet --nodocker
Expected behavior OR Outcome of test
To not sync the whole chain from 0, old data remain the same....history is history, cannot be changed , why i should sync the whole chain again?
Now my node it's stuck syncing #11796975 downloading blocks ... Aug 19 20:43:11.334 INFO stats: #11796975 Downloading blocks **99%** V/97 16/16/40 peers ⬇ 698.5kiB/s ⬆ 118.0kiB/s 0.00 bps 0 gas/s CPU: 121%, Mem: 1.0 GiB
Sometimes Aug 19 20:45:37.135 INFO stats: #11796975 Downloading headers **100%** V/97 16/16/40 peers ⬇ 596.8kiB/s ⬆ 63.2kiB/s 0.00 bps 0 gas/s CPU: 117%, Mem: 1.1 GiB
Specs (please complete the following information):
OS:Ubuntu 18.04
Which cloud / on-premise: cloud
CPU: Intel(R) Xeon(R) CPU E5-2630 v4 @ 2.20GHz
RAM: 8GB
Disk space: 200GB
Additional context
Add any other context about the problem here.
Screenshots Optional
The text was updated successfully, but these errors were encountered:
that is expected. You need to delete data and resync in this case because you don't have the state information to begin with. To avoid this issue, you can change tracked_shards in your config.json to [0].
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug or test
Version: 1.11.0-beta.1, Build: 75d156f8-modified
My validator
seby05.betanet
is online 0% and not producing blocks:My node was synchronized , then i changed
account_id
in~/.near/betanet/validator_key.json
from seby05 to seby05.betanet, same as deployed accountId staking contract.How to Reproduce
Steps to reproduce the behavior:
1.
nearup stop
2. nano
~/.near/betanet/validator_key.json
, editaccount_id
3.
nearup betanet --nodocker
Expected behavior OR Outcome of test
To not sync the whole chain from 0, old data remain the same....history is history, cannot be changed , why i should sync the whole chain again?
Now my node it's stuck syncing #11796975 downloading blocks ...
Aug 19 20:43:11.334 INFO stats: #11796975 Downloading blocks **99%** V/97 16/16/40 peers ⬇ 698.5kiB/s ⬆ 118.0kiB/s 0.00 bps 0 gas/s CPU: 121%, Mem: 1.0 GiB
Sometimes
Aug 19 20:45:37.135 INFO stats: #11796975 Downloading headers **100%** V/97 16/16/40 peers ⬇ 596.8kiB/s ⬆ 63.2kiB/s 0.00 bps 0 gas/s CPU: 117%, Mem: 1.1 GiB
Specs (please complete the following information):
Additional context
Add any other context about the problem here.
Screenshots Optional
The text was updated successfully, but these errors were encountered: