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

Pool and PM2 #124

Open
randygrolemund opened this issue Mar 26, 2019 · 2 comments
Open

Pool and PM2 #124

randygrolemund opened this issue Mar 26, 2019 · 2 comments

Comments

@randygrolemund
Copy link

Hello... I believe ZLS forked your pool. I'm having a hell of a time getting things to run with PM2. For example.. whether I use a switch or not, it still prompts me for the http auth creds... I need this to be silently passed.

What is the best way, on ubuntu, to get the daemon and wallet running with pm2, and still pass configs? Here's what I am trying, which is not working.

./zeleriusd --zeleriusd-authorization=test:test12345 (example)

./walletd --wallet-file=pool_service.wallet --wallet-password=test12345 --zeleriusd-authorization=test:test12345 --zeleriusd-remote-address=127.0.0.1:48081

I can get everything working, if I just bring up walletd .... and the pool works/pays out (I've been mining it since last night)... but I have to keep a shell window up. I'm experienced with linux... and all the stuff I would normally use to make something headless, is not working out.

I'm sure the solution is stupid easy... I'm just not connecting the dots correctly here. Please advise.

@randygrolemund
Copy link
Author

image

Here's an example.... I have --zeleriusd-authorization=test:test12345 . but it still prompts for the credentials

@randygrolemund
Copy link
Author

randygrolemund commented Mar 26, 2019

I ended up getting everything working with walletd alone, and echo'd the creds in via a shell script. I had tried that early this morning, but I must have had a typo. Anyhow... my ZLS pool is working perfectly now, and in PM2. The other upside is, the amount of time it took me to troubleshoot all areas, has made me really fast at configuring and moving around the software. Loving it.

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

1 participant