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

Running multiple instances of ckd #8

Open
peterres opened this issue Dec 5, 2017 · 3 comments
Open

Running multiple instances of ckd #8

peterres opened this issue Dec 5, 2017 · 3 comments

Comments

@peterres
Copy link

peterres commented Dec 5, 2017

At the moment it looks like I'm able to run only one instance of ckd on my network in connected mode.

When I run the second instance (not on the same machine as the first one of course) this second instance can't connect to peers.

Is this intentional (maybe as they are both sharing the same external IP)? Even when one of them is not mining (has miner=false in config)?

@metalicjames
Copy link
Member

Right now nodes use the external IP addresses of incoming peers to determine duplicate connections. I need to find a better method of detecting this.

@alkavan
Copy link

alkavan commented Oct 10, 2018

Right now nodes use the external IP addresses of incoming peers to determine duplicate connections. I need to find a better method of detecting this.

Maybe adding some machine specific identification to the external IP and hashing it all, check by hashes? I might be able to assist (code) with this issue...

@delbonis
Copy link

delbonis commented Oct 10, 2018

As a hack, you could use docker-compose and have only one node talk to the outside world, and all of the other nodes talk to that one node (using it like a bridge).

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

No branches or pull requests

4 participants