You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: