-
Notifications
You must be signed in to change notification settings - Fork 342
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bluebox timelord wont work #264
Comments
Also, the docker container will spam install everything again each time it starts, not sure if thats by design or a happy accident. It hits apt w/ like 200 requests each time I start the container. |
When you specify the service variable with any substring containing "timelord" it runs the I don't think we've ever tested bluebox timelords working in chia-docker but I'd imagine they should work 🤔 I can look into this a little bit later. Though in practice there's very little benefit in compacting proofs from the blockchain. If I remember correctly, it was found to reduce full_node sync time by a very small amount, and not really do much to decrease the size of the local blockchain database. |
Thanks, I have a lot of compute but my computers need to stay on either w11 or arch. The CNI bluebox timelords are too slow and every day they fall ~ 2500 blocks behind. I want to give you a lot of compute to get caught up and then I could reduce it to 1 or 2 5950x's and that should keep the chain completely compacted. Docker would be easiest because I would not have to get wsl to mount a linux partition (since it will have db issues on ntfs since writelocks) because docker is crossplatform. I could run this on anything right away w/o setup. A kvm / virtualbox / wsl would be less desirable since I cant just deploy the container to 20 computers at once and get it done asap. If arch could be added as a aur package I could use that, or the install-timelord.sh added w/ pacman support. dashboard.chia.net you can see how far we are from current block for compression. |
'This issue has been flagged as stale as there has been no activity on it in 14 days. If this issue is still affecting you and in need of review, please update it to keep it open.' |
'This issue was automatically closed because it has been flagged as stale and subsequently passed 7 days with no further activity.' |
What I am trying to do
-> run bluebox timelord
Why am I using docker
-> windows does not work for bluebox timelord
-> arch linux does not work for bluebox timelord
What did I do?
so the vdf is working
here is my docker compose (I do not need to expose the port because I am using the host adapter for nat port forwarding from a consumer internet connection
The text was updated successfully, but these errors were encountered: