Where do I get this image? I guess it is Megadrive with SOS, ready to be burned on a SD.
Can't find it, I only find SOS.
RE: Oldstone
You are viewing a single comment's thread from:
Oldstone
Oldstone
Where do I get this image? I guess it is Megadrive with SOS, ready to be burned on a SD.
Can't find it, I only find SOS.
You're right.
Let me see if my work from last night is finished cooking
You remember the tree commands, you wrote to me in an answer before?
docker run --net=host faddat/blurt-pi /usr/bin/blurt --data-dir /blurtd
This setup doesn't work on Raspian 64 bit. The container doesn't start. only "dockerd" was running without starting a container. A kind of download with 27 packages where pulled but no start of chain followed.
After all I tried to start the node by a command line, I saw in one of you movies:
docker run --net=host faddat/blurt-pi /usr/bin/blurt --data-dir
It's nearly the same instruction, but without the "/blurtd" at the end. It worked! Now I saw the container's start and then the Blockchain came to download and started to complete itself, block by block, very fast, line by line until hardfork 1. Then it continued but very, very, very slow. The pattern of screen messages changed totally from one line per block to messages like the following pattern:
Six hours later, the downloads are on timestamp September 07 "already", and the pattern of messages changed again. Now the blocks are shown with any transaction inside, and still such slow as after hardfork 1.
What do you recommend? Should I let it go on? My opinion is to stop it and wait for your Megadrive image. But I have no experience with building nodes. Maybe this described behaviour is quite normal and it takes two or three days to complete the node. What do you recommend?
Okay I'll tell you about my experience, and thanks so much for testing.
So I updated the image and I think that the correct folder is now no longer /Blurtd
It's /blurt
You may wish to try with --data-dir /blurt
Please feel free to post any and all logs.
I can make an image for you In fact I will, that runs without the operating system. Right now I'm working on all the services that need to start when the raspberry Pi boots.
I really appreciate your testing.
Okay also about sync times, on my machines at hetzner.de I sync in "a few hours". On my AWS graviton instance, I sync in 6 hours.
My pi took 24 hours to sync.
I also just realized that there may be a way better way to ship these images, much more efficient. Let me see what tonight's session brings.
Thanks for your attention. Since two hrs the sync is running a little bit faster and the one line messages has come back. These big message blocks with the pushes come only sometimes now. So there are less stops at the moment. I have catched approx the half of the chain now (now around Block Num. 2300000 of approx 4510000).
Ok, I let it run. I've read a lot of times, people can't believe how much time it takes, so I think the absence of speed is quite normal.
Am I able to use this download for my later trials too, or do I have to download the chain during every new experiment?