Skip to content
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

max time 10 for bootstrap #27

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

thedavidmeister
Copy link

i've found that -m 5 seems fine outside docker, but for whatever reason i get consistent timeouts inside the docker container unless i bump to -m 10 ish

@thedavidmeister
Copy link
Author

thedavidmeister commented Apr 6, 2024

i've tested this on two different machines with two different internet connections btw

@PRICEKRAKEN
Copy link

PRICEKRAKEN commented Apr 12, 2024

@thedavidmeister i run the image "flarefoundation/go-flare:v1.7.1807" as an observer and have no issues.

version: "3.9" # optional since v1.27.0
services:

  go-flare:
    image: flarefoundation/go-flare:v1.7.1807

    container_name: go-flare
    ports:
      - "9651:9651"
      - "9650:9650"
    environment:
      - HTTP_PORT=9650
      - STAKING_PORT=9651
      - NETWORK_ID=flare
      - AUTOCONFIGURE_PUBLIC_IP=0
      - PUBLIC_IP=<PUBLIC_IP_HERE>
      - AUTOCONFIGURE_BOOTSTRAP=1
      - AUTOCONFIGURE_BOOTSTRAP_ENDPOINT=https://flare.flare.network/ext/info
      - CHAIN_CONFIG_DIR=/app/conf

    volumes:
      - /mnt/md1/db:/app/db
      - /mnt/md1/config:/app/conf

@thedavidmeister
Copy link
Author

@PRICEKRAKEN on what kind of networking? it's a timeout based issue so i assume the quality of connection makes a difference here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants