Pages:
Author

Topic: CoiniumServ - open source & high performance pooled mining server software - page 5. (Read 105775 times)

member
Activity: 81
Merit: 10
@yoda1204, @CDarvin81 what is your redis version on server?

make sure yo have >=2.6

oh and i'm back to scene, expect something big soon! Smiley

yes i've try any version for redis also self install 3.++

But redis did'nt seem's to be the problem.

I've the problem that my miner can't connect.
I've tryed to bind 0.0.0.0 also VPS IP also domain name but i'm not able to connect.

I've tryed only some alts like EMC2 or DGB to run.

Possible in my holiday i solve that thing.

at the moment i run @ redis-cli 3.0.6
member
Activity: 81
Merit: 10
@yoda1204, @CDarvin81 what is your redis version on server?

make sure yo have >=2.6

oh and i'm back to scene, expect something big soon! Smiley

yes i've try any version for redis also self install 3.++

But redis did'nt seem's to be the problem.

I've the problem that my miner can't connect.
I've tryed to bind 0.0.0.0 also VPS IP also domain name but i'm not able to connect.

I've tryed only some alts like EMC2 or DGB to run.

Possible in my holiday i solve that thing.
jr. member
Activity: 52
Merit: 3
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?
sr. member
Activity: 389
Merit: 250
@yoda1204, @CDarvin81 what is your redis version on server?

make sure yo have >=2.6

oh and i'm back to scene, expect something big soon! Smiley
sr. member
Activity: 480
Merit: 250
I have Ubuntu 16.04, build from 0.2.5 - beta without errors test pass. But if start server, redis not works --  [Error] [RedisProvider] [Bitcoin] Redis storage initialization failed: 127.0.0.1:6379 this metod is not implemet in this class. All config is good, mysql works . Any idea?
Hi,
i had the same error.
I tryed different verisons of redis...
Have you find some work around?

I've tested now on Windows.
Mining local works fine but remote didn't.
The Problem with Redis had i solved with out commet the version Check in:
\src\CoiniumServ\Persistance\Providers\Redis\RedisProvider.cs

Code:
// check the version
//var version = GetVersion();
//if (version < _requiredMinimumVersion)
//    throw new Exception(string.Format("You are using redis version {0}, minimum required version is 2.6", version));

//_logger.Information("Redis storage initialized: {0:l}:{1}, v{2:l}.", _config.Host, _config.Port, version);

I think the version Check was a Problem on Linux, Windows works fine withou change.

But i cant connect my miner to the Server on Linux, website ok.

config for Stratum is:
Code:
    "stratum": {
        "enabled": true,
        "bind": "",
        "diff": 16,
        "vardiff": {
            "enabled": true,
            "minDiff": 8,
            "maxDiff": 512,
            "targetTime": 15,
            "retargetTime": 90,
            "variancePercent": 30
        }


 

this settings works only local on windows... Any Idea?

bind " YOUR IP  -VPS "  Grin
member
Activity: 81
Merit: 10
I have Ubuntu 16.04, build from 0.2.5 - beta without errors test pass. But if start server, redis not works --  [Error] [RedisProvider] [Bitcoin] Redis storage initialization failed: 127.0.0.1:6379 this metod is not implemet in this class. All config is good, mysql works . Any idea?
Hi,
i had the same error.
I tryed different verisons of redis...
Have you find some work around?

I've tested now on Windows.
Mining local works fine but remote didn't.
The Problem with Redis had i solved with out commet the version Check in:
\src\CoiniumServ\Persistance\Providers\Redis\RedisProvider.cs

Code:
// check the version
//var version = GetVersion();
//if (version < _requiredMinimumVersion)
//    throw new Exception(string.Format("You are using redis version {0}, minimum required version is 2.6", version));

//_logger.Information("Redis storage initialized: {0:l}:{1}, v{2:l}.", _config.Host, _config.Port, version);

I think the version Check was a Problem on Linux, Windows works fine withou change.

But i cant connect my miner to the Server on Linux, website ok.

config for Stratum is:
Code:
    "stratum": {
        "enabled": true,
        "bind": "",
        "diff": 16,
        "vardiff": {
            "enabled": true,
            "minDiff": 8,
            "maxDiff": 512,
            "targetTime": 15,
            "retargetTime": 90,
            "variancePercent": 30
        }
 

this settings works only local on windows... Any Idea?
member
Activity: 81
Merit: 10
I have Ubuntu 16.04, build from 0.2.5 - beta without errors test pass. But if start server, redis not works --  [Error] [RedisProvider] [Bitcoin] Redis storage initialization failed: 127.0.0.1:6379 this metod is not implemet in this class. All config is good, mysql works . Any idea?
Hi,
i had the same error.
I tryed different verisons of redis...
Have you find some work around?
newbie
Activity: 11
Merit: 0
I have downloaded and followed the steps that would run on windows.
I have configured the configuration files following the guides.

I have installed MySQL on Windows 2008 R2 standard.
Created a Database and user for MPOS
Created a database and user for Litecoin
Edited the config files to point to the databases

Now when I try and run the server this is what I get:
___________________
04/30/2017 17:44:29 -07:00 [Information] [ConfigManager] [global] CoiniumServ Aurora 0.2.5.36145 warming-up..
04/30/2017 17:44:29 -07:00 [Information] [PlatformManager] [global] Running over .Net, framework: 4.5 (v4.0.30319.36388).
04/30/2017 17:44:30 -07:00 [Information] [PoolConfig] [Litecoin] Disabled payment processor as it can not be enabled when MPOS mode is on
04/30/2017 17:44:30 -07:00 [Information] [ConfigManager] [global] Discovered a total of 1 enabled pool configurations: [Litecoin]
04/30/2017 17:44:31 -07:00 [Information] [MySqlProvider] [Litecoin] Mysql storage initialized: 127.0.0.1:3306, database: null.
04/30/2017 17:44:31 -07:00 [Error] [ShareManager] [Litecoin] Error getting account for pool central wallet address: Lf7WsSzBnp2nGLMm5MdimTbFBCJdHa4Te4 - The underlying connection was closed: The connection was closed unexpectedly.
04/30/2017 17:44:31 -07:00 [Information] [BanManager] [Litecoin] No expired bans found to be cleared [remaining bans: 0].
04/30/2017 17:44:33 -07:00 [Error] [JobManager] [Litecoin] New job creation failed: The underlying connection was closed: The connection was closed unexpectedly.
04/30/2017 17:44:33 -07:00 [Error] [JobManager] [Litecoin] New job creation failed: The underlying connection was closed: The connection was closed unexpectedly.
04/30/2017 17:44:33 -07:00 [Error] [JobManager] [Litecoin] New job creation failed: The underlying connection was closed: The connection was closed unexpectedly.
04/30/2017 17:44:33 -07:00 [Error] [BlockProcessor] [Litecoin] Error getting account for pool central wallet address: Lf7WsSzBnp2nGLMm5MdimTbFBCJdHa4Te4 - The underlying connection was closed: The connection was closed unexpectedly.
04/30/2017 17:44:33 -07:00 [Error] [NetworkInfo] [Litecoin] Can not read getdifficulty(): The underlying connection was closed: The connection was closed unexpectedly.
04/30/2017 17:44:33 -07:00 [Error] [NetworkInfo] [Litecoin] Can not probe submitblock() support: The underlying connection was closed: The connection was closed unexpectedly.
04/30/2017 17:44:33 -07:00 [Error] [NetworkInfo] [Litecoin] Can not read getinfo(): The underlying connection was closed: The connection was closed unexpectedly.
04/30/2017 17:44:33 -07:00 [Error] [NetworkInfo] [Litecoin] Can not read getmininginfo(): The underlying connection was closed: The connection was closed unexpectedly.
04/30/2017 17:44:33 -07:00 [Error] [NetworkInfo] [Litecoin] Can not read getblocktemplate(): The underlying connection was closed: The connection was closed unexpectedly.
04/30/2017 17:44:33 -07:00 [Information] [NetworkInfo] [Litecoin] symbol: LTC 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
04/30/2017 17:44:33 -07:00 [Information] [StratumServer] [Litecoin] Stratum server listening on 127.0.0.1:3333
04/30/2017 17:44:33 -07:00 [Error] [PoolManager] [global] Error recaching statistics; The method or operation is not implemented.
04/30/2017 17:44:34 -07:00 [Information] [WebServer] [global] Web-server listening on: http://localhost/
___________________

Any ideas on this. I did try and load the windows litecoin wallet on the server and still no luck
sr. member
Activity: 480
Merit: 250
I have Ubuntu 16.04, build from 0.2.5 - beta without errors test pass. But if start server, redis not works --  [Error] [RedisProvider] [Bitcoin] Redis storage initialization failed: 127.0.0.1:6379 this metod is not implemet in this class. All config is good, mysql works . Any idea?
newbie
Activity: 20
Merit: 0


I managed to fix all errors and got CoiniumServer up. But next problem appeared.

I enabled backend, but I can not access it on metrics page
Hi, how did you fix the error : "Halted as we can not connect to configured coin daemon"?
Im strugling to get Coiniumserv to talk to coin deamon... I think this is the final step for me, to get it to work..

Thanks in advance.. Smiley

newbie
Activity: 20
Merit: 0
Hi guys.. Im getting close to have a prodoction server up and running. ( I think Smiley )
But Im struggling with a known error, that have been reported before, but it looks like its no fix for it yet. So im asking you guys, of how many of you, have servers/pools in production?

And if somebody have any solution or tips about my problem, I appreciate any ideas Smiley

 https://github.com/bonesoul/CoiniumServ/issues/761

 [Error] [ShareManager] [Bitcoin] Error getting account for pool central wallet address: 18rqHVaZcrzLGtjA2JuPyr4TRGTZD67UCG - An unknown exception occured while reading json response

[Error] [JobManager] [Bitcoin] New job creation failed: An unknown exception occured while reading json response.

Regards, Jay
HR
legendary
Activity: 1176
Merit: 1011
Transparency & Integrity

I thought this was about collaborating to get some open source software up and going, say, even for individual home mining farms. Nothing about it that ever gave me the idea that it was meant to be for commercial use.

Maybe I've misunderstood.

 Huh

Thought it would also be easier to get functional if the goal was more modest, leaving multiple accounts, payouts, etc. to the side and just getting a good single user stratum server going.
newbie
Activity: 20
Merit: 0
Wow, your closer than me!  Grin

Im getting these error messages :

19:26:22 [Information] [BlockProcessor] [Bitcoin] No pending blocks found
19:26:22 [Information] [BlockAccounter] [Bitcoin] No pending blocks waiting to get accounted found
19:26:37 [Error] [NetworkInfo] [Bitcoin] Can not read getinfo(): Kan ikke koble til den eksterne serveren
19:26:38 [Error] [NetworkInfo] [Bitcoin] Can not read getmininginfo(): Kan ikke koble til den eksterne serveren
19:26:39 [Error] [NetworkInfo] [Bitcoin] Can not read getblocktemplate(): Kan ikke koble til den eksterne serveren
19:27:13 [Error] [JobManager] [Bitcoin] New job creation failed: Kan ikke koble til den eksterne serveren
19:27:14 [Error] [JobManager] [Bitcoin] New job creation failed: Kan ikke koble til den eksterne serveren
19:27:15 [Error] [JobManager] [Bitcoin] New job creation failed: Kan ikke koble til den eksterne serveren

Can anybody help? Smiley

Im really a noob here.. do I need Bitcoin Core running in the background?
In advance, thanks! Cheesy

Regards, Jay
http://janandre.getonline.no:8080/
sr. member
Activity: 324
Merit: 250
http://92.51.46.40/pool/REV/   
The pool itself seems to be working as normal, but sometimes it does not show the found blocks on the pool how to fix them Huhhttp://prntscr.com/etn9pu
newbie
Activity: 20
Merit: 0
Quote
this is an abandoned project ...
but there are still a few people out there that are installing and fixing a few issues with it ...
does anyone want me to start a new fork of the git - and we can all start a new code development? ...
if there are any devs out there that would like that - i can host the git and we can all start work on the project ...
im interested in a good solid pool system - and this seems to be a nice one ... so if we band together - ill fork it and start on it - and also start a new thread for the new fork ...
i mean - we dont 'need' any more projects than what we have - but this is probably a worthy one if there are a few / many people that are willing to help ...
what do you all think? ...
#crysx

I have looked at a lot of poolsoftware, and this looks like it could be a good one. I would contribute as much as i can. And if you pick up the development, you could change the name, and ask for donations Smiley
full member
Activity: 177
Merit: 100
Contact me at [email protected] if you want bug free pool setup  Smiley
hero member
Activity: 882
Merit: 500
hay master!
I want to ask, What can we use the pool itself with windows 7?
and whether there are tutorials on youtube?
member
Activity: 88
Merit: 10
Hi, everybody.
Could help me tuneup my pool?
I need some info to properly setup to get coin profitability data from bittrex.com and poloniex exchange.
member
Activity: 88
Merit: 10
Hi.
On my server there are many different pool. They work with their web engines. Also installed apache2. Can I make CoiniumServ pool worked on the apache2 platform?
In the end, I want to address like a xxx.happy.mine.nu yyy.happy.mine.nu and so on.
Now the pools are running on different ports 80 and 88. It is not very convenient.
member
Activity: 88
Merit: 10
Hi everybody.
Tell me please what is fatal in this log and not fatal? Is the PeerCoin will mine properly?
Code:
22:45:40 [Error] [ExchangeApi] [global] Error: SecureChannelFailure (The authentication or decryption has failed.)
22:45:40 [Error] [BittrexClient] [global] Cannot perform member binding on `null' value
22:45:40 [Error] [ExchangeApi] [global] Unexpected character encountered while parsing value: <. Path '', line 0, position 0.
22:45:40 [Error] [CryptsyClient] [global] Cannot perform member binding on `null' value
22:46:11 [Information] [BlockProcessor] [Peercoin] No pending blocks found
22:46:11 [Information] [BlockAccounter] [Peercoin] No pending blocks waiting to get accounted found
22:46:11 [Information] [PaymentProcessor] [Peercoin] No pending payments found
22:46:12 [Information] [JobManager] [Peercoin] Broadcasted new job 0x6d to 1 subscribers as no new blocks found for last 55 seconds
22:46:41 [Error] [ExchangeApi] [global] Error: SecureChannelFailure (The authentication or decryption has failed.)
22:46:41 [Error] [BittrexClient] [global] Cannot perform member binding on `null' value
22:46:41 [Error] [ExchangeApi] [global] Unexpected character encountered while parsing value: <. Path '', line 0, position 0.
22:46:41 [Error] [CryptsyClient] [global] Cannot perform member binding on `null' value
22:47:07 [Information] [JobManager] [Peercoin] Broadcasted new job 0x6e to 1 subscribers as no new blocks found for last 55 seconds
22:47:10 [Information] [BanManager] [Peercoin] No expired bans found to be cleared [remaining bans: 0].
22:47:11 [Information] [BlockProcessor] [Peercoin] No pending blocks found
22:47:11 [Information] [BlockAccounter] [Peercoin] No pending blocks waiting to get accounted found
22:47:11 [Information] [PaymentProcessor] [Peercoin] No pending payments found
22:47:41 [Error] [ExchangeApi] [global] Error: SecureChannelFailure (The authentication or decryption has failed.)
22:47:41 [Error] [BittrexClient] [global] Cannot perform member binding on `null' value
22:47:41 [Error] [ExchangeApi] [global] Unexpected character encountered while parsing value: <. Path '', line 0, position 0.
22:47:41 [Error] [CryptsyClient] [global] Cannot perform member binding on `null' value
22:48:02 [Information] [JobManager] [Peercoin] Broadcasted new job 0x6f to 1 subscribers as no new blocks found for last 55 seconds
22:48:11 [Information] [BlockProcessor] [Peercoin] No pending blocks found
22:48:11 [Information] [BlockAccounter] [Peercoin] No pending blocks waiting to get accounted found
22:48:11 [Information] [PaymentProcessor] [Peercoin] No pending payments found

And tell me about how to get rid of Cryptsy. I want to edit list of exchange which use on my pool.
Pages:
Jump to: