Hi! I’m starting a new node. I have a member account, but my Duniter log shows it can’t compute because “Local node is not a member”
2021-11-16T10:59:03+01:00 - info: Block resolution: 1 potential blocks after current#6072…
2021-11-16T10:59:03+01:00 - info: Block #6073 added to the blockchain in 26 ms
2021-11-16T10:59:03+01:00 - warn: Blockchain changed!
2021-11-16T10:59:03+01:00 - warn: Local node is not a member. Waiting to be a member before computing
a block.
By, when I execute duniter wizard key, I have my member public key:
sudo -u duniter duniter wizard key
2021-11-16T11:03:52+01:00 - debug: Plugging file system…
2021-11-16T11:03:52+01:00 - debug: Loading conf…
2021-11-16T11:03:52+01:00 - debug: Configuration saved.
? This node’s current public key is: 2jztXxnqwpezBUSYMa9zpwMwfqr9stuX8z9kY18BEoov
Is block #6073 an old block? Or is the newest block?
Is my node syncronithing (now, as a part of a long process) or I did something worng? (I’ve executed duniter sync command without errors promted in my terminal)
Answering myself: the latest block is 475.282 so I think my node is just carring all the info about historical blocks (right now on 63171 and going on!). Well, I may be patiente :-p
I would advice you to restart a synchronization process from ground-up since the normal synchronization process is too slow to catch up all this backlog.
Status: Peer GfKERHnJTYzKhKUma5h1uWhetbA8yHKymhVH2raf2aCP
All done in 14.184 seconds.
And now the server is syncing again but from the beginning
2021-11-16T12:29:54+01:00 - info: Block resolution: 1 potential blocks after current#1142…
2021-11-16T12:29:54+01:00 - info: Block #1143 added to the blockchain in 5 ms
2021-11-16T12:29:54+01:00 - warn: Blockchain changed!
2021-11-16T12:29:54+01:00 - warn: Local node is not a member. Waiting to be a member before computing a block.
The idea is to get the chunks json archive using rsync and then ask Duniter to synchronise from local files (duniter sync /path/to/local/chunks). This is dirty, but it can save some time.
Thanks, @HugoTrentesaux, I think I can wait… The sync command will do this work in about 20 mins. I’m now at node 210,000 (about 42%). No problem for waiting some time more It’s faster than the « normal syncing » I was doing before @Moul advice
The english version of the website is being migrated. The current version served on Duniter | Home does not match the repo one because the CI was broken.