Post
Topic
Board Announcements (Altcoins)
Re: ★★DigiByte|极特币★★[DGB]✔ DigiSync v6.14.2 - DigiSpeed - Segwit -DiguSign
by
DigiByte
on 27/11/2017, 21:55:16 UTC
I am trying to setup a mining pool with 2 algorithms. I have 2 data directory, 2 different conf files. When I start the second process the debug.log shows

CDBEnv::Open: LogDir=/home/test/.digibytescrypt/database ErrorFile=/home/test/.digibytescrypt/db.log
2017-11-27 19:38:22 Selected Algo: scrypt
2017-11-27 19:38:22 Unable to bind to [::]:12024 on this computer. DigiByte Core is probably already running.
2017-11-27 19:38:22 Unable to bind to 0.0.0.0:12024 on this computer. DigiByte Core is probably already running.
2017-11-27 19:38:22 Error: Unable to bind to 0.0.0.0:12024 on this computer. DigiByte Core is probably already running.
2017-11-27 19:38:22 Error: Failed to listen on any port. Use -listen=0 if you want this.

Is it possible to run 2 digitbyte processes on the same server so that 2 algo could be mined at the same time?

Ian

This is most definitely possible, you just need to specify separate data directories for each algo. We do 5 on one server for DigiHash. You could be trying to start two separate instances from the same directory.  That's what that error looks like.
Note: You need to make sure each daemon runs on a different port aka deamon 1 on 14030, 2 14033 and so on.