NebraLtd / hm-miner

Helium Miner Container
https://nebra.io/hnt
MIT License
16 stars 16 forks source link

Update config snap_source_base_url variable #48

Closed dowjames closed 3 years ago

dowjames commented 3 years ago

Seems like snap_source_base_url has changed to s3_base_url in the miner application. Therefore quicksync is currently broken producing the snapshot download or loading failed because {error,no_s3_base_url} error.

Please update the https://helium-assets.nebra.com/docker.config to reflect this change.

vpetersson commented 3 years ago

No, it's the other way around. See this post. Helium released a breaking change in 2021.10.27.0 and changed s3_base_url to snap_source_base_url. We're still working on updating our system to reflect all these breaking changes.

dowjames commented 3 years ago

Yes, you're right. The result is still the same though ;)

vpetersson commented 3 years ago

@dowjames The latest GA was deployed about an hour ago, so that should be resolved.

dowjames commented 3 years ago

@vpetersson Seems to be resolved, yes. Thanks