Post
Topic
Board Mining (Altcoins)
Re: CoiniumServ - open source & high performance pooled mining server software
by
PC_M@niac
on 28/05/2017, 18:34:39 UTC
Hello to all!
I'm trying to install this software on Ubuntu 16.04.02 LTS but got some errors on startup:

Quote
20:25:33 [Error] [RedisProvider] [Bitcoin] Redis storage initialization failed: 127.0.0.1:6379 - This method is not implemented by this class.
20:25:34 [Error] [ShareManager] [Bitcoin] Error getting account for pool central wallet address: ... - An unknown exception occured while reading json response.
20:25:34 [Error] [JobManager] [Bitcoin] New job creation failed: An unknown exception occured while reading json response.
20:25:35 [Error] [PaymentProcessor] [Bitcoin] Halted as we can not connect to configured coin daemon: An unknown exception occured while reading json response.
20:25:35 [Error] [NetworkInfo] [Bitcoin] Can not read getdifficulty(): An unknown exception occured while reading json response.
20:25:35 [Error] [NetworkInfo] [Bitcoin] Can not probe submitblock() support: An unknown exception occured while reading json response.
20:25:35 [Error] [NetworkInfo] [Bitcoin] Can not read getinfo(): An unknown exception occured while reading json response.
20:25:35 [Error] [NetworkInfo] [Bitcoin] Can not read getmininginfo(): An unknown exception occured while reading json response.
20:25:35 [Error] [NetworkInfo] [Bitcoin] Can not read getblocktemplate(): An unknown exception occured while reading json response.

OS: Linux pool 4.4.0-62-generic #83-Ubuntu SMP Wed Jan 18 14:10:15 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
Mono: Mono JIT compiler version 5.0.1.1 (2017-02/5077205 Thu May 25 09:19:18 UTC 2017)
Redis: Redis server v=3.2.9 sha=00000000:0 malloc=jemalloc-4.0.3 bits=64 build=826aeddad9b24571
MySQL: mysql  Ver 14.14 Distrib 5.7.18, for Linux (x86_64) using  EditLine wrapper
Bitcoin: Bitcoin Core Daemon version v0.14.1.0-g964a185

Bitcoin RPC server configured and running. I use Bitcoin RPC Web client without any problem.

Only two small problems: pool can't connect to redis and bitcoind Smiley
Have any idea?