bonesoul / CoiniumServ

Next-gen crypto currency mining pool software
Other
802 stars 494 forks source link

I have a [ExchangApi] and [BittrexClient] and [RedisProvider] errors. #786

Open jeong760 opened 7 years ago

jeong760 commented 7 years ago

Dears,

I have a following error messages whenever I've running a CoiniumServ pool. I've checked all configuration files but I could not find any clue for resolve this.

20:16:43 [Error] [RedisProvider] [Bitcoin] Redis storage initialization failed: 127.0.0.1:6379 - The method or operation is not implemented. 20:16:43 [Error] [ExchangeApi] [global] Error: SendFailure (Error writing headers) 20:16:43 [Error] [BittrexClient] [global] Cannot perform member binding on `null' value

Regards John Ahn

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/43708374-i-have-a-exchangapi-and-bittrexclient-and-redisprovider-errors?utm_campaign=plugin&utm_content=tracker%2F401667&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F401667&utm_medium=issues&utm_source=github).
jeong760 commented 7 years ago

Dears,

Finally I found a above issues were related with following components.

Regards, John Ahn

mario1987 commented 7 years ago

my Redis server is version 3.2.9 and has this issue

unnamedich commented 7 years ago

mario1987, Hello friend, you solved the problem ? (The method or operation is not implemented.)

jeong760 commented 7 years ago

Dear Marui1987,

No, He didn't reply about this at all. Even I was purchased a paid version but when after I report a problem on github. the author did not answer at all

-----Original Message----- From: "unnamedich"<notifications@github.com> To: "bonesoul/CoiniumServ"<CoiniumServ@noreply.github.com>; Cc: "jeong760"<jeong760@naver.com>; "Author"<author@noreply.github.com>; Sent: 2017-07-10 (월) 16:43:36 Subject: Re: [bonesoul/CoiniumServ] I have a [ExchangApi] and [BittrexClient] and [RedisProvider] errors. (#786)

mario1987, Hello friend, you solved the problem ? (The method or operation is not implemented.)

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

mario1987 commented 7 years ago

No i did not fix the problem On windows it works but it has problems with the payment system. I think maybe the problem is caused by the version on mono. I am going to try this with installing an older version of mono, the version stated in the manual. Maybe this will work.

albabosh commented 7 years ago

This appears to be not a Coinium problem but a mono problem. Some methods used by csredis are not implemented in mono (neither version of mono). It is necessary to make a pull request into mono.

jeong760 commented 7 years ago

Dear Alexsander.

I have same issues on paid Windows version and I was tried to solved it before morethan a month.

But I have up...

So do you think if I tried to installation an old version mono then it works?

Regards, John Ahn-----Original Message----- From: "Alexander"<notifications@github.com> To: "bonesoul/CoiniumServ"<CoiniumServ@noreply.github.com>; Cc: "jeong760"<jeong760@naver.com>; "Author"<author@noreply.github.com>; Sent: 2017-07-11 (화) 15:32:58 Subject: Re: [bonesoul/CoiniumServ] I have a [ExchangApi] and [BittrexClient] and [RedisProvider] errors. (#786)

This appears to be not a Coinium problem? but a mono problem. Some methods used by csredis are not implemented in mono (neither version of mono)

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

albabosh commented 7 years ago

Mono 3, 4, 5 on ubuntu 16 did not work.

jeong760 commented 7 years ago

Dears

I was installed a Coinumserver on Ubuntu 14.94lts with mono 3.4.5.

Bythway do you have plan to improve a paid version? I've already report some issues on it but still did heard about anything from you

Regards, John Ahn-----Original Message----- From: "Alexander"<notifications@github.com> To: "bonesoul/CoiniumServ"<CoiniumServ@noreply.github.com>; Cc: "jeong760"<jeong760@naver.com>; "Author"<author@noreply.github.com>; Sent: 2017-07-11 (화) 16:13:09 Subject: Re: [bonesoul/CoiniumServ] I have a [ExchangApi] and [BittrexClient] and [RedisProvider] errors. (#786)

Mono 3, 4, 5 on ubuntu 16 did not work.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

jeong760 commented 7 years ago

Dears,

I saw that you were prepared a new mining pool solution. When do yoy plan to relase it?

Regards, John Ahn -----Original Message----- From: "안수정"<jeong760@naver.com> To: "bonesoul/CoiniumServ"<reply@reply.github.com>; Cc: Sent: 2017-07-11 (화) 18:39:02 Subject: Re: [bonesoul/CoiniumServ] I have a [ExchangApi] and [BittrexClient] and [RedisProvider] errors. (#786)

Dears

I was installed a Coinumserver on Ubuntu 14.94lts with mono 3.4.5.

Bythway do you have plan to improve a paid version? I've already report some issues on it but still did heard about anything from you

Regards, John Ahn-----Original Message----- From: "Alexander"<notifications@github.com> To: "bonesoul/CoiniumServ"<CoiniumServ@noreply.github.com>; Cc: "jeong760"<jeong760@naver.com>; "Author"<author@noreply.github.com>; Sent: 2017-07-11 (화) 16:13:09 Subject: Re: [bonesoul/CoiniumServ] I have a [ExchangApi] and [BittrexClient] and [RedisProvider] errors. (#786)

Mono 3, 4, 5 on ubuntu 16 did not work.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

vagabondan commented 7 years ago

Hi! [Error] [RedisProvider] [Bitcoin] Redis storage initialization failed: 127.0.0.1:6379 - The method or operation is not implemented. is solved here: https://github.com/bonesoul/CoiniumServ/issues/826#issuecomment-316051003