Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

Could I scale for 2 instances? #29

Closed
cmdntd opened this issue Feb 26, 2023 · 1 comment
Closed

Could I scale for 2 instances? #29

cmdntd opened this issue Feb 26, 2023 · 1 comment

Comments

@cmdntd
Copy link

cmdntd commented Feb 26, 2023

Could I scale golem for 2 instances or more?

.PHONY: up
up: 			## Start the node
	docker-compose up -d --remove-orphans

to

.PHONY: up
up: 			## Start the node
	docker-compose up -d --remove-orphans --scale 5
@alexandre-abrioux
Copy link
Owner

alexandre-abrioux commented Feb 28, 2023

Hi! You can probably have a setup with multiple nodes working in parallel, but I doubt this will work. Nodes will probably need to have different configurations, meaning:

  • be attached to different volumes (different ./data-node/ per node)
  • and maybe also be linked to different Ethereum wallet addresses

It's just wild guess, as I've never tried it. I'd recommend contacting Golem's team on their Discord for proper advice. Feel free to share your docker-compose.yaml file if you manage to do it! I'm closing this for now as it's a bit out of scope for this project.

Repository owner locked and limited conversation to collaborators Mar 6, 2023
@alexandre-abrioux alexandre-abrioux converted this issue into discussion #32 Mar 6, 2023

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants