Chianet never sync after reboot #648
Unanswered
mathgonzlez
asked this question in
Q&A
Replies: 1 comment
-
Hi, thanks for the detailed report. Please try the following process to restart the blockchain sync. Hope this helps! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
Never endind to sync after container reboot
To Reproduce
Steps to reproduce the behavior, e.g.:
Expected behavior
chia space pool synced and farm
System setup:
Config
version: '3.7'
services:
machinaris:
image: ghcr.io/guydavis/machinaris:latest
container_name: machinaris
hostname: chia-gigabyte
restart: always
volumes:
- ~/.machinaris:/root/.chia
- /chia/plots/1b/plots:/plots1
- /chia/plots/2b/plots:/plots2
- /chia/plots/3b/plots:/plots3
- /chia/plots/5b/plots:/plots5
- /chia/plots/6b/plots:/plots6
- /chia/plots/7b/plots:/plots7
- /chia/plots/8b/plots:/plots8
environment:
- TZ=America/Buenos_Aires
- mode=fullnode
- worker_address=192.168.50.30
- plots_dir=/plots1:/plots2:/plots3:/plots5:/plots6:/plots7:/plots8
- blockchains=chia
ports:
- 8926:8926
- 8927:8927
- 8444:8444
- 8447:8447
Additional context & screenshots
Chia Netspace sometimes is bigger and sometimes comeback to less space size, the issues started when the pc rebooted and the container was restarted annd then never come online again. Check the name of screenshot, at 10.06 have less size that at 10.04
Screen Shot 2022-04-18 at 10.04.20
Screen Shot 2022-04-18 at 10.06.21
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions