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

ui, wallet, introducer, and harvester port conflicts. same ssl cert as flax. #18

Open
ddowhy opened this issue Aug 1, 2021 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@ddowhy
Copy link

ddowhy commented Aug 1, 2021

Describe the bug
dogechia uses the same ui, wallet, and introducer ports as flax. it also uses the same SSL cert as flax, which cause network connections to cross and not be rejected. these conflicts cause doge-chia apps to fail. seeing that you forked from flax (and not vise-versa), you should change these.

it also uses the same harvester port as avocado, but I think that one came later. that will still cause proofs not to be found if both harvesters are running on the same machine.

To Reproduce
you can see the port conflicts easily yourselves in the config files.
you can also diff the ca cert with flax to see they are the same.

Expected behavior
no port or ssl conflicts

@Ilmairinen
Copy link

You're right and we're working on a fix. To do this non-disruptively is a challenge. Thank you for reporting this issue. I'll let you know when an early preview of the next build is available, should you like to try it.

@Ilmairinen Ilmairinen self-assigned this Aug 4, 2021
@Ilmairinen Ilmairinen added the bug Something isn't working label Aug 4, 2021
@Ilmairinen Ilmairinen pinned this issue Aug 16, 2021
@Ilmairinen Ilmairinen unpinned this issue Aug 16, 2021
@Ilmairinen
Copy link

What's new in 1.0.15

Fixed Port Conflicts:

Changed DogeChia wallet port from 6883 to 16823 to fix port conflict with Flax - sorry about that Flax.

Won't fix:

Avocado blockchain Harvester port 6869 conflicts with DogeChia Harvester port 6869.

Thyme blockchain rpc_port 16759 conflicts with DogeChia rpc_port 16759.

Thyme blockchain Timelord port conflicts with DogeChia Timelord port 16886.

Lucky wallet port 16669 conflicts with DogeChia timelord_launcher port 16669

DogeChia is older than Avocado, Thyme and Lucky.
DogeChia did not create these port conflicts and we will not change our code to fix them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants