Also I tried running a witness for a while and then gave up. How long does it take for your node to fully sync up? Do you think we can make it go by faster?
RE: Witness Introduction
You are viewing a single comment's thread from:
Witness Introduction
Yep, downloading the blockchain (block_log) and replaying it, might be faster. But that involved "believing" in what others are providing to you. And I love the old way of setting things... ALL by myself! So patiently sync up from the beginning to verify all is working as expected.
Either way, I don't think we have snapshotting available on the current code... which would accelerate deployments in some sense... otherwise, you need to also take the same shared_memory.bin file from when the block_log finished.
I can try to provide block_log and shared_memory.bin files in the future, for others to bring nodes faster. But that's not the right way of doing things. It might be a good emergency way to get the blockchain running again, but not a very way of decentralizing effort.
Yes, when I tried it, there was a docker container to run and that was it. It had the block_log file in it already. Definitely not a decentralized system at all.