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
I have a two different problems problem as following with csredis.
Currently, I am using a CoiniumServ for my personal Cryptocurrency mining pool but I cannot use an information from redis server for hash rates etc. also on Windows, it generates BufferStream errors.
So I needed your support update a csredis package please
On Windows.
04/16/2017 21:03:43 +09:00 [Error] [HybridStorage] [Bitcoin] An exception occured while comitting share: Unexpected response type: MultiBulk (expecting Int)
23:35:27 [Error] [HybridStorage] [Bitcoin] An exception occured while comitting share: Cannot write to a BufferedStream while the read buffer is not empty if the underlying stream is not seekable. Ensure that the stream underlying this BufferedStream can seek or avoid interleaving read and write operations on this BufferedStream.
For Linux,
It does not recognize an installed redis server at all. it shows me the following error whenever I running a CoiniumServ on Ubuntu Linux server.
14:17:24 [Error] [RedisProvider] [Bitcoin] Redis storage initialization failed: 127.0.0.1:6379 - The requested feature is not implemented.
Regards,
John Ahn
The text was updated successfully, but these errors were encountered:
Dears,
I have a two different problems problem as following with csredis.
Currently, I am using a CoiniumServ for my personal Cryptocurrency mining pool but I cannot use an information from redis server for hash rates etc. also on Windows, it generates BufferStream errors.
So I needed your support update a csredis package please
On Windows.
04/16/2017 21:03:43 +09:00 [Error] [HybridStorage] [Bitcoin] An exception occured while comitting share: Unexpected response type: MultiBulk (expecting Int)
23:35:27 [Error] [HybridStorage] [Bitcoin] An exception occured while comitting share: Cannot write to a BufferedStream while the read buffer is not empty if the underlying stream is not seekable. Ensure that the stream underlying this BufferedStream can seek or avoid interleaving read and write operations on this BufferedStream.
For Linux,
It does not recognize an installed redis server at all. it shows me the following error whenever I running a CoiniumServ on Ubuntu Linux server.
14:17:24 [Error] [RedisProvider] [Bitcoin] Redis storage initialization failed: 127.0.0.1:6379 - The requested feature is not implemented.
Regards,
John Ahn
The text was updated successfully, but these errors were encountered: