For what it's worth . . . that is if there really is someone who is going to pick this up . . .
Running on Ubuntu 12.04
Got the frontend running fine, but the backend is a mess.
The following are the error messages isolated out:
19:50:20 [Error] [RedisProvider] [Digibyte] Redis storage initialization failed: 127.0.0.1:6379 - Value cannot be null.
Parameter name: v1
19:50:21 [Error] [MigrationManager] [Digibyte] An exception occured while running migration manager; Duplicate key name 'UC_Version'
19:50:21 [Error] [ExchangeApi] [global] Error: SecureChannelFailure (The authentication or decryption has failed.)
19:50:21 [Error] [BittrexClient] [global] Cannot perform member binding on `null' value
19:50:21 [Error] [ShareManager] [Digibyte] Error getting account for pool central wallet address: Backed out to protect my identity - An unknown exception occured while making json request.
19:50:22 [Error] [ExchangeApi] [global] Unexpected character encountered while parsing value: <. Path '', line 0, position 0.
19:50:22 [Error] [CryptsyClient] [global] Cannot perform member binding on `null' value
19:50:22 [Error] [JobManager] [Digibyte] New job creation failed: Error getting response stream (ReadDone2): ReceiveFailure
19:50:22 [Error] [JobManager] [Digibyte] New job creation failed: Error getting response stream (ReadDone2): ReceiveFailure
19:50:22 [Error] [JobManager] [Digibyte] New job creation failed: Error getting response stream (ReadDone2): ReceiveFailure
19:50:22 [Error] [BlockProcessor] [Digibyte] Error getting account for pool central wallet address: Backed out to protect my identity - Error getting response stream (ReadDone2): ReceiveFailure
19:50:22 [Error] [PaymentProcessor] [Digibyte] Halted as we can not connect to configured coin daemon: Error getting response stream (ReadDone2): ReceiveFailure
19:50:22 [Error] [NetworkInfo] [Digibyte] Can not read getdifficulty(): Error getting response stream (ReadDone2): ReceiveFailure
19:50:22 [Error] [NetworkInfo] [Digibyte] Can not probe submitblock() support: Error getting response stream (ReadDone2): ReceiveFailure
19:50:22 [Error] [NetworkInfo] [Digibyte] Can not read getinfo(): Error getting response stream (ReadDone2): ReceiveFailure
19:50:22 [Error] [NetworkInfo] [Digibyte] Can not read getmininginfo(): Error getting response stream (ReadDone2): ReceiveFailure
19:50:22 [Error] [NetworkInfo] [Digibyte] Can not read getblocktemplate(): Error getting response stream (ReadDone2): ReceiveFailure
19:50:23 [Error] [HybridStorage] [Digibyte] An exception occured while getting block; Table 'CoiniumDB.Block' doesn't exist
19:50:23 [Error] [HybridStorage] [Digibyte] An exception occured while getting block; Table 'CoiniumDB.Block' doesn't exist
19:50:23 [Error] [HybridStorage] [Digibyte] An exception occured while getting block totals: Table 'CoiniumDB.Block' doesn't exist
19:50:23 [Error] [NetworkInfo] [Digibyte] Can not read getinfo(): Error getting response stream (ReadDone2): ReceiveFailure
19:50:23 [Error] [NetworkInfo] [Digibyte] Can not read getmininginfo(): Error getting response stream (ReadDone2): ReceiveFailure
19:50:23 [Error] [NetworkInfo] [Digibyte] Can not read getblocktemplate(): Error getting response stream (ReadDone2): ReceiveFailure
19:51:17 [Error] [JobManager] [Digibyte] New job creation failed: Error getting response stream (ReadDone2): ReceiveFailure
19:51:17 [Error] [JobManager] [Digibyte] New job creation failed: Error getting response stream (ReadDone2): ReceiveFailure
19:51:17 [Error] [JobManager] [Digibyte] New job creation failed: Error getting response stream (ReadDone2): ReceiveFailure
19:51:22 [Error] [HybridStorage] [Digibyte] An exception occured while getting pending blocks: Table 'CoiniumDB.Block' doesn't exist
This is what comes up as good:
19:50:15 [Information] [PlatformManager] [global] Running over Mono 4.6.2 (Stable 4.6.2.16/ac9e222 Tue Jan 3 11:57:29 UTC 2017), framework: 4.5 (v4.0.30319.42000).
19:50:17 [Information] [ConfigManager] [global] Discovered a total of 1 enabled pool configurations: [Digibyte]
19:50:20 [Information] [MySqlProvider] [Digibyte] Mysql storage initialized: 127.0.0.1:3306, database: CoiniumDB.
19:50:21 [Information] [BanManager] [Digibyte] No expired bans found to be cleared [remaining bans: 0].
19:50:22 [Information] [NetworkInfo] [Digibyte] symbol: DGB algorithm: scrypt version: null protocol: 0 wallet: 0 network difficulty: 0.00000000 block difficulty: 0.00 network hashrate: 0.00 KH/s network: mainnet peers: 0 blocks: -2 errors: none
19:50:22 [Information] [StratumServer] [Digibyte] Stratum server listening on 192.168.0.5:3333
This looks like something that a good coder could get into working shape without too much hassle. Best of luck to you.