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

Create launcher for decrediton #26

Closed
alexlyp opened this issue Dec 2, 2016 · 4 comments
Closed

Create launcher for decrediton #26

alexlyp opened this issue Dec 2, 2016 · 4 comments
Assignees
Milestone

Comments

@alexlyp
Copy link
Member

alexlyp commented Dec 2, 2016

Aim is to have a similar launcher to paymetheus.
Spawn dcrd and dcrwallet child processes so decrediton works straight off the bat.

First iteration can just be a simple process spawner, but in the end dcrd/dcrwallet should be fully functional but practically invisible to the user for ease of use.

@alexlyp alexlyp added this to the 0.7.0 milestone Dec 2, 2016
@jcvernaleo
Copy link
Member

Should this one maybe get split up into OS specific tasks? There may be osx/linux differences and almost certainly windows differences. Or do we want to just assume Linux for now and worry about tracking the others when we actually start building/testing on them?

@alexlyp
Copy link
Member Author

alexlyp commented Dec 2, 2016

Good point.

Right, I think linux/mac should be the aims of decrediton since windows is already mostly covered by PM

@jrick
Copy link
Member

jrick commented Dec 2, 2016

I'm guessing the only differences between the platforms will be file paths. Get it implemented on one and it "should" be trivial to port elsewhere.

@jcvernaleo
Copy link
Member

As mentioned in #37, this should start dcrd and dcrwallet listening on non-standard ports like paymetheus does so as not to interfere with other copies.

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

No branches or pull requests

4 participants