Bitcoin Forum
April 26, 2024, 12:01:38 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 [9] 10 11 12 13 14 15 16 17 18 19 20 »  All
  Print  
Author Topic: CoiniumServ - open source & high performance pooled mining server software  (Read 105712 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
bonesoul (OP)
Sr. Member
****
Offline Offline

Activity: 389
Merit: 250


View Profile WWW
October 14, 2014, 03:48:15 PM
 #161

I'm getting the following error on Windows 7 (compiled in VS 2013 and followed the video instructions https://www.youtube.com/watch?v=9B3GoRzs3ww):

Code:
10/07/2014 20:27:23 +01:00 [Error] [Pool] [Ghostcoin] Error initializing pool; Nancy.TinyIoc.TinyIoCResolutionException: Unable to resolve type: CoiniumServ.Server.Mining.Service.IRpcService ---> Nancy.TinyIoc.TinyIoCResolutionException: Unable to resolve type: CoiniumServ.Server.Mining.Stratum.StratumService ---> System.TypeInitializationException: The type initializer for 'AustinHarris.JsonRpc.Handler' threw an exception. ---> System.IO.FileLoadException: Could not load file or assembly 'Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
   at AustinHarris.JsonRpc.SMD..ctor()
   at AustinHarris.JsonRpc.Handler..ctor(String sessionId) in c:\CoiniumServ\deps\json-rpc\Json-Rpc\Handler.cs:line 35
   at AustinHarris.JsonRpc.Handler..cctor() in c:\CoiniumServ\deps\json-rpc\Json-Rpc\Handler.cs:line 29
   --- End of inner exception stack trace ---
   at AustinHarris.JsonRpc.Handler.GetSessionHandler(String sessionId)
   at AustinHarris.JsonRpc.JsonRpcService.buildService(String sessionID) in c:\CoiniumServ\deps\json-rpc\Json-Rpc\JsonRpcService.cs:line 58
   at CoiniumServ.Server.Mining.Stratum.StratumService..ctor(IPoolConfig poolConfig, IShareManager shareManager) in c:\CoiniumServ\src\CoiniumServ\Server\Mining\Stratum\StratumService.cs:line 43
   at lambda_method(Closure , Object[] )
   at Nancy.TinyIoc.TinyIoCContainer.ConstructType(Type requestedType, Type implementationType, ConstructorInfo constructor, NamedParameterOverloads parameters, ResolveOptions options)
   --- End of inner exception stack trace ---
   at Nancy.TinyIoc.TinyIoCContainer.ConstructType(Type requestedType, Type implementationType, ConstructorInfo constructor, NamedParameterOverloads parameters, ResolveOptions options)
   at Nancy.TinyIoc.TinyIoCContainer.MultiInstanceFactory.GetObject(Type requestedType, TinyIoCContainer container, NamedParameterOverloads parameters, ResolveOptions options)
   --- End of inner exception stack trace ---
   at Nancy.TinyIoc.TinyIoCContainer.MultiInstanceFactory.GetObject(Type requestedType, TinyIoCContainer container, NamedParameterOverloads parameters, ResolveOptions options)
   at Nancy.TinyIoc.TinyIoCContainer.ResolveInternal(TypeRegistration registration, NamedParameterOverloads parameters, ResolveOptions options)
   at Nancy.TinyIoc.TinyIoCContainer.Resolve[ResolveType](String name, NamedParameterOverloads parameters)
   at CoiniumServ.Pools.Pool.InitServers() in c:\CoiniumServ\src\CoiniumServ\Pools\Pool.cs:line 216
   at CoiniumServ.Pools.Pool..ctor(IPoolConfig poolConfig, IConfigManager configManager, IObjectFactory objectFactory) in c:\CoiniumServ\src\CoiniumServ\Pools\Pool.cs:line 133
10/07/2014 20:27:23 +01:00 [Information] [WebServer] [global] Web-server listening on: http://***********/
10/07/2014 20:28:18 +01:00 [Information] [JobManager] [Ghostcoin] Broadcasted new job 0x2 to 0 subscribers as no new blocks found for last 55 seconds
10/07/2014 20:28:23 +01:00 [Information] [BlockProcessor] [Ghostcoin] No pending blocks found
10/07/2014 20:28:38 +01:00 [Information] [BlockAccounter] [Ghostcoin] No pending blocks waiting to get accounted found
10/07/2014 20:28:38 +01:00 [Information] [PaymentProcessor] [Ghostcoin] No pending payments found
10/07/2014 20:29:33 +01:00 [Information] [JobManager] [Ghostcoin] Broadcasted new job 0x3 to 0 subscribers as no new blocks found for last 55 seconds
10/07/2014 20:29:38 +01:00 [Information] [BlockProcessor] [Ghostcoin] No pending blocks found
10/07/2014 20:29:38 +01:00 [Information] [BlockAccounter] [Ghostcoin] No pending blocks waiting to get accounted found
10/07/2014 20:29:38 +01:00 [Information] [PaymentProcessor] [Ghostcoin] No pending payments found
10/07/2014 20:30:28 +01:00 [Information] [JobManager] [Ghostcoin] Broadcasted new job 0x4 to 0 subscribers as no new blocks found for last 55 seconds
10/07/2014 20:30:38 +01:00 [Information] [BlockProcessor] [Ghostcoin] No pending blocks found
10/07/2014 20:30:38 +01:00 [Information] [BlockAccounter] [Ghostcoin] No pending blocks waiting to get accounted found
10/07/2014 20:30:38 +01:00 [Information] [PaymentProcessor] [Ghostcoin] No pending payments found
10/07/2014 20:31:23 +01:00 [Information] [JobManager] [Ghostcoin] Broadcasted new job 0x5 to 0 subscribers as no new blocks found for last 55 seconds
10/07/2014 20:31:38 +01:00 [Information] [BlockProcessor] [Ghostcoin] No pending blocks found
10/07/2014 20:31:38 +01:00 [Information] [BlockAccounter] [Ghostcoin] No pending blocks waiting to get accounted found
10/07/2014 20:31:38 +01:00 [Information] [PaymentProcessor] [Ghostcoin] No pending payments found
10/07/2014 20:32:18 +01:00 [Information] [JobManager] [Ghostcoin] Broadcasted new job 0x6 to 0 subscribers as no new blocks found for last 55 seconds
10/07/2014 20:32:23 +01:00 [Information] [BanManager] [Ghostcoin] No expired bans found to be cleared [remaining bans: 0].
10/07/2014 20:32:38 +01:00 [Information] [BlockProcessor] [Ghostcoin] No pending blocks found
10/07/2014 20:32:38 +01:00 [Information] [BlockAccounter] [Ghostcoin] No pending blocks waiting to get accounted found
10/07/2014 20:32:38 +01:00 [Information] [PaymentProcessor] [Ghostcoin] No pending payments found
10/07/2014 20:33:13 +01:00 [Information] [JobManager] [Ghostcoin] Broadcasted new job 0x7 to 0 subscribers as no new blocks found for last 55 seconds
10/07/2014 20:33:38 +01:00 [Information] [BlockProcessor] [Ghostcoin] No pending blocks found
10/07/2014 20:33:38 +01:00 [Information] [BlockAccounter] [Ghostcoin] No pending blocks waiting to get accounted found
10/07/2014 20:33:38 +01:00 [Information] [PaymentProcessor] [Ghostcoin] No pending payments found
10/07/2014 20:34:21 +01:00 [Information] [JobManager] [Ghostcoin] Broadcasted new job 0x8 to 0 subscribers as no new blocks found for last 55 seconds
10/07/2014 20:34:38 +01:00 [Information] [BlockProcessor] [Ghostcoin] No pending blocks found

I can see the front end in firefox but no pool

@bbr, @muhhentuhhen, @bill4598

Just update to 0.2.2-beta or get the latest sources & recompile.

You get merit points when someone likes your post enough to give you some. And for every 2 merit points you receive, you can send 1 merit point to someone else!
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
bonesoul (OP)
Sr. Member
****
Offline Offline

Activity: 389
Merit: 250


View Profile WWW
October 14, 2014, 03:49:46 PM
 #162

Hello, can you tell me how to fix this error?



I guess you are using an old version, please make sure you are running the latest version 0.2.2-beta.

bbr
Sr. Member
****
Offline Offline

Activity: 290
Merit: 250


View Profile
October 14, 2014, 09:31:34 PM
 #163

I'm getting the following error on Windows 7 (compiled in VS 2013 and followed the video instructions https://www.youtube.com/watch?v=9B3GoRzs3ww):

Code:
10/07/2014 20:27:23 +01:00 [Error] [Pool] [Ghostcoin] Error initializing pool; Nancy.TinyIoc.TinyIoCResolutionException: Unable to resolve type: CoiniumServ.Server.Mining.Service.IRpcService ---> Nancy.TinyIoc.TinyIoCResolutionException: Unable to resolve type: CoiniumServ.Server.Mining.Stratum.StratumService ---> System.TypeInitializationException: The type initializer for 'AustinHarris.JsonRpc.Handler' threw an exception. ---> System.IO.FileLoadException: Could not load file or assembly 'Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
   at AustinHarris.JsonRpc.SMD..ctor()
   at AustinHarris.JsonRpc.Handler..ctor(String sessionId) in c:\CoiniumServ\deps\json-rpc\Json-Rpc\Handler.cs:line 35
   at AustinHarris.JsonRpc.Handler..cctor() in c:\CoiniumServ\deps\json-rpc\Json-Rpc\Handler.cs:line 29
   --- End of inner exception stack trace ---
   at AustinHarris.JsonRpc.Handler.GetSessionHandler(String sessionId)
   at AustinHarris.JsonRpc.JsonRpcService.buildService(String sessionID) in c:\CoiniumServ\deps\json-rpc\Json-Rpc\JsonRpcService.cs:line 58
   at CoiniumServ.Server.Mining.Stratum.StratumService..ctor(IPoolConfig poolConfig, IShareManager shareManager) in c:\CoiniumServ\src\CoiniumServ\Server\Mining\Stratum\StratumService.cs:line 43
   at lambda_method(Closure , Object[] )
   at Nancy.TinyIoc.TinyIoCContainer.ConstructType(Type requestedType, Type implementationType, ConstructorInfo constructor, NamedParameterOverloads parameters, ResolveOptions options)
   --- End of inner exception stack trace ---
   at Nancy.TinyIoc.TinyIoCContainer.ConstructType(Type requestedType, Type implementationType, ConstructorInfo constructor, NamedParameterOverloads parameters, ResolveOptions options)
   at Nancy.TinyIoc.TinyIoCContainer.MultiInstanceFactory.GetObject(Type requestedType, TinyIoCContainer container, NamedParameterOverloads parameters, ResolveOptions options)
   --- End of inner exception stack trace ---
   at Nancy.TinyIoc.TinyIoCContainer.MultiInstanceFactory.GetObject(Type requestedType, TinyIoCContainer container, NamedParameterOverloads parameters, ResolveOptions options)
   at Nancy.TinyIoc.TinyIoCContainer.ResolveInternal(TypeRegistration registration, NamedParameterOverloads parameters, ResolveOptions options)
   at Nancy.TinyIoc.TinyIoCContainer.Resolve[ResolveType](String name, NamedParameterOverloads parameters)
   at CoiniumServ.Pools.Pool.InitServers() in c:\CoiniumServ\src\CoiniumServ\Pools\Pool.cs:line 216
   at CoiniumServ.Pools.Pool..ctor(IPoolConfig poolConfig, IConfigManager configManager, IObjectFactory objectFactory) in c:\CoiniumServ\src\CoiniumServ\Pools\Pool.cs:line 133
10/07/2014 20:27:23 +01:00 [Information] [WebServer] [global] Web-server listening on: http://***********/
10/07/2014 20:28:18 +01:00 [Information] [JobManager] [Ghostcoin] Broadcasted new job 0x2 to 0 subscribers as no new blocks found for last 55 seconds
10/07/2014 20:28:23 +01:00 [Information] [BlockProcessor] [Ghostcoin] No pending blocks found
10/07/2014 20:28:38 +01:00 [Information] [BlockAccounter] [Ghostcoin] No pending blocks waiting to get accounted found
10/07/2014 20:28:38 +01:00 [Information] [PaymentProcessor] [Ghostcoin] No pending payments found
10/07/2014 20:29:33 +01:00 [Information] [JobManager] [Ghostcoin] Broadcasted new job 0x3 to 0 subscribers as no new blocks found for last 55 seconds
10/07/2014 20:29:38 +01:00 [Information] [BlockProcessor] [Ghostcoin] No pending blocks found
10/07/2014 20:29:38 +01:00 [Information] [BlockAccounter] [Ghostcoin] No pending blocks waiting to get accounted found
10/07/2014 20:29:38 +01:00 [Information] [PaymentProcessor] [Ghostcoin] No pending payments found
10/07/2014 20:30:28 +01:00 [Information] [JobManager] [Ghostcoin] Broadcasted new job 0x4 to 0 subscribers as no new blocks found for last 55 seconds
10/07/2014 20:30:38 +01:00 [Information] [BlockProcessor] [Ghostcoin] No pending blocks found
10/07/2014 20:30:38 +01:00 [Information] [BlockAccounter] [Ghostcoin] No pending blocks waiting to get accounted found
10/07/2014 20:30:38 +01:00 [Information] [PaymentProcessor] [Ghostcoin] No pending payments found
10/07/2014 20:31:23 +01:00 [Information] [JobManager] [Ghostcoin] Broadcasted new job 0x5 to 0 subscribers as no new blocks found for last 55 seconds
10/07/2014 20:31:38 +01:00 [Information] [BlockProcessor] [Ghostcoin] No pending blocks found
10/07/2014 20:31:38 +01:00 [Information] [BlockAccounter] [Ghostcoin] No pending blocks waiting to get accounted found
10/07/2014 20:31:38 +01:00 [Information] [PaymentProcessor] [Ghostcoin] No pending payments found
10/07/2014 20:32:18 +01:00 [Information] [JobManager] [Ghostcoin] Broadcasted new job 0x6 to 0 subscribers as no new blocks found for last 55 seconds
10/07/2014 20:32:23 +01:00 [Information] [BanManager] [Ghostcoin] No expired bans found to be cleared [remaining bans: 0].
10/07/2014 20:32:38 +01:00 [Information] [BlockProcessor] [Ghostcoin] No pending blocks found
10/07/2014 20:32:38 +01:00 [Information] [BlockAccounter] [Ghostcoin] No pending blocks waiting to get accounted found
10/07/2014 20:32:38 +01:00 [Information] [PaymentProcessor] [Ghostcoin] No pending payments found
10/07/2014 20:33:13 +01:00 [Information] [JobManager] [Ghostcoin] Broadcasted new job 0x7 to 0 subscribers as no new blocks found for last 55 seconds
10/07/2014 20:33:38 +01:00 [Information] [BlockProcessor] [Ghostcoin] No pending blocks found
10/07/2014 20:33:38 +01:00 [Information] [BlockAccounter] [Ghostcoin] No pending blocks waiting to get accounted found
10/07/2014 20:33:38 +01:00 [Information] [PaymentProcessor] [Ghostcoin] No pending payments found
10/07/2014 20:34:21 +01:00 [Information] [JobManager] [Ghostcoin] Broadcasted new job 0x8 to 0 subscribers as no new blocks found for last 55 seconds
10/07/2014 20:34:38 +01:00 [Information] [BlockProcessor] [Ghostcoin] No pending blocks found

I can see the front end in firefox but no pool

@bbr, @muhhentuhhen, @bill4598

Just update to 0.2.2-beta or get the latest sources & recompile.


Seems to be working fine now with scrypt but just trying out x-children (X11) and getting the following errors:

Code:
10/14/2014 22:24:57 +01:00 [Information] [PaymentProcessor] [Child] No pending payments found
10/14/2014 22:24:57 +01:00 [Debug] [StatisticsManager] [global] Recached statistics - took 0.004 seconds
10/14/2014 22:24:57 +01:00 [Debug] [ShareManager] [Child] Rejected share by miner CVV68DbjtyjgRScTzmGkGg1SCmiboYyg8g, reason: Low difficulty share of: 0.00
10/14/2014 22:25:05 +01:00 [Debug] [ShareManager] [Child] Share accepted at 0.00/0.03 by miner CVV68DbjtyjgRScTzmGkGg1SCmiboYyg8g
10/14/2014 22:25:05 +01:00 [Error] [ShareManager] [Child] We thought a block was found but it was rejected by the coin daemon; [750b65c6505f6e1a724894c7b36d1957e7888a322e37d97e2cf940d25d2fa39d] - reason; Block not found
10/14/2014 22:25:08 +01:00 [Debug] [ShareManager] [Child] Share accepted at 0.00/0.03 by miner CVV68DbjtyjgRScTzmGkGg1SCmiboYyg8g
10/14/2014 22:25:08 +01:00 [Error] [ShareManager] [Child] We thought a block was found but it was rejected by the coin daemon; [e4e0324c0229005330593a39f87b3189bff4bb0bc60ea636e1f06d69acf07213] - reason; Block not found
10/14/2014 22:25:31 +01:00 [Debug] [ShareManager] [Child] Share accepted at 0.00/0.03 by miner CVV68DbjtyjgRScTzmGkGg1SCmiboYyg8g
10/14/2014 22:25:31 +01:00 [Error] [ShareManager] [Child] We thought a block was found but it was rejected by the coin daemon; [385ec7ec6d00821e14b084cc923461dab13528faf7a5d492c8638df6e0e0f86e] - reason; Block not found
10/14/2014 22:25:36 +01:00 [Debug] [ShareManager] [Child] Rejected share by miner CVV68DbjtyjgRScTzmGkGg1SCmiboYyg8g, reason: Low difficulty share of: 0.00

Shares are being accepted but a lot are being rejected. Also, the website shows the pool but no hashing details and I found a block but it is not showing this on the website or in mysql database?
bonesoul (OP)
Sr. Member
****
Offline Offline

Activity: 389
Merit: 250


View Profile WWW
October 14, 2014, 11:02:18 PM
 #164

that's a known bug with x11 coins still waiting for a fix; https://github.com/CoiniumServ/CoiniumServ/issues/416

nyo_x
Sr. Member
****
Offline Offline

Activity: 295
Merit: 250


View Profile
October 15, 2014, 08:52:30 AM
 #165

Nice update bonesoul, also with the error explanation, which I posted, also wallets with no submitblock() function are working.
Please can you send me LTC or BTC wallet? I wan't to buy you beer Smiley.
Thank You Smiley

You are more then welcome - and for the beer you can find the addresses @ https://github.com/CoiniumServ/CoiniumServ#donations Smiley

ok , sent some LTC's, Thank You

0045b0513c8c6a00524b395274003c0e24b0fd868812fae05602eb78bfeb89bd
bonesoul (OP)
Sr. Member
****
Offline Offline

Activity: 389
Merit: 250


View Profile WWW
October 15, 2014, 01:44:50 PM
 #166

nyo_x, thanks for your donation!

bill4598
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
October 19, 2014, 09:54:59 AM
 #167

Code:
10/19/2014 05:40:23 -04:00 [Error] [HybridStorage] [Dogecoin] An exception occured while comitting share: ERR unknown command 'HINCRBYFLOAT'
10/19/2014 05:40:27 -04:00 [Debug] [ShareManager] [Dogecoin] Share accepted at 30.16/16 by miner DQG4uiJdoXzSXXDUFHDPVGCz1VjyG4FMrh
10/19/2014 05:40:27 -04:00 [Error] [HybridStorage] [Dogecoin] An exception occured while comitting share: ERR unknown command 'HINCRBYFLOAT'
10/19/2014 05:40:27 -04:00 [Debug] [ShareManager] [Dogecoin] Share accepted at 27.96/16 by miner DQG4uiJdoXzSXXDUFHDPVGCz1VjyG4FMrh
10/19/2014 05:40:28 -04:00 [Error] [HybridStorage] [Dogecoin] An exception occured while comitting share: ERR unknown command 'HINCRBYFLOAT'
10/19/2014 05:40:28 -04:00 [Debug] [ShareManager] [Dogecoin] Share accepted at 35.63/16 by miner DQG4uiJdoXzSXXDUFHDPVGCz1VjyG4FMrh
10/19/2014 05:40:32 -04:00 [Verbose] [JobManager] [Dogecoin] As idle job timer expired, rebroadcasting new work
10/19/2014 05:40:32 -04:00 [Information] [JobManager] [Dogecoin] Broadcasted new job 0x2 to 1 subscribers as no new blocks found for last 55 seconds
10/19/2014 05:40:33 -04:00 [Error] [HybridStorage] [Dogecoin] An exception occured while comitting share: ERR unknown command 'HINCRBYFLOAT
10/19/2014 05:40:33 -04:00 [Debug] [ShareManager] [Dogecoin] Share accepted at 26.13/16 by miner DQG4uiJdoXzSXXDUFHDPVGCz1VjyG4FMrh
10/19/2014 05:40:33 -04:00 [Debug] [VardiffManager] [Dogecoin] Difficulty updated to 140.4878 for miner: DQG4uiJdoXzSXXDUFHDPVGCz1VjyG4FMrh
10/19/2014 05:40:34 -04:00 [Error] [HybridStorage] [Dogecoin] An exception occured while comitting share: ERR unknown command 'HINCRBYFLOAT'
10/19/2014 05:40:34 -04:00 [Debug] [ShareManager] [Dogecoin] Share accepted at 23.62/140.4878 by miner DQG4uiJdoXzSXXDUFHDPVGCz1VjyG4FMrh
10/19/2014 05:40:35 -04:00 [Error] [HybridStorage] [Dogecoin] An exception occured while comitting share: ERR unknown command 'HINCRBYFLOAT'
10/19/2014 05:40:35 -04:00 [Debug] [ShareManager] [Dogecoin] Share accepted at 100.61/140.4878 by miner DQG4uiJdoXzSXXDUFHDPVGCz1VjyG4FMrh
10/19/2014 05:40:37 -04:00 [Information] [BlockProcessor] [Dogecoin] No pending blocks found
10/19/2014 05:40:37 -04:00 [Information] [BlockAccounter] [Dogecoin] No pending blocks waiting to get accounted found
10/19/2014 05:40:37 -04:00 [Information] [PaymentProcessor] [Dogecoin] No pending payments found
10/19/2014 05:40:38 -04:00 [Error] [HybridStorage] [Dogecoin] An exception occured while deleting expired hashrate data: ERR operation not permitted
10/19/2014 05:40:38 -04:00 [Error] [HybridStorage] [Dogecoin] An exception occured while getting hashrate data: ERR operation not permitted
10/19/2014 05:40:38 -04:00 [Error] [HybridStorage] [Dogecoin] An exception occured while getting shares for current round: ERR operation not permitted
10/19/2014 05:40:38 -04:00 [Debug] [StatisticsManager] [global] Recached statistics - took 0.018 seconds

Any thoughts on the error lines above?
running on windows, just downloaded and compiled newest version

thanks
bonesoul (OP)
Sr. Member
****
Offline Offline

Activity: 389
Merit: 250


View Profile WWW
October 19, 2014, 12:27:42 PM
 #168

what's your redis version? you need at least redis 2.8.

CryptoBlox
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile WWW
October 29, 2014, 06:34:11 PM
 #169

Great work on CoiniumServ guys!  I've setup our own Mining Portal at CryptoBlox.com which is now running CoiniumServ instead of NOMP.  Looking forward to the Merge-Mining, Mulit-Pool, and Auto-Exchange features!

mine.cryptoblox.com

www.CryptoBlox.com - 10+ Faucets, Block Explorers, Resources, and Mining Portal!

BTC = 1G1gKi3V5hvdB1ghYu4MykGGrJ2jfjqpm3
portalindo
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
October 30, 2014, 06:25:25 PM
 #170

Code:
CoiniumServ.Tests.Pools.PoolTests.ConstructorTest_NonNullParams_ShouldSuccess [FAIL]
   Should.Core.Exceptions.GreaterThanException : Assert.GreaterThan() Failure:
        Expected: 0 > 0
        but it was not
   Stack Trace:
     at CoiniumServ.Tests.Pools.PoolTests.ConstructorTest_NonNullParams_ShouldSuccess () [0x00000] in <filename unknown>:0
     at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
     at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0

48 total, 1 failed, 0 skipped, took 2.256 seconds

I'm trying to install it on Ubuntu 14, but keep failed with error message above, please help
bonesoul (OP)
Sr. Member
****
Offline Offline

Activity: 389
Merit: 250


View Profile WWW
October 30, 2014, 09:52:27 PM
 #171

use the master branch from git

bassdude
Legendary
*
Offline Offline

Activity: 1120
Merit: 1000



View Profile WWW
October 31, 2014, 03:13:50 AM
 #172

I am very new to coinium and have some experience with nomp.

i have setup coinium on my vps server and have installed and started my casinocoin server i think i have set all the configs correctly but i still cant seem to access the website using my vps ip

any help will be appreciated thanks.
             .__       .__
  ____  ____ |__| ____ |__|__ __  _____   ______ ______________  __
_/ ___\/  _ \|  |/    \|  |  |  \/     \ /  ___// __ \_  __ \  \/ /
\  \__(  <_> )  |   |  \  |  |  /  Y Y  \\___ \\  ___/|  | \/\   /
 \___  >____/|__|___|  /__|____/|__|_|  /____  >\___  >__|    \_/
     \/              \/               \/     \/     \/

Copyright (C) 2013 - 2014, Coinium project - http://www.coinium.org

CoiniumServ comes with ABSOLUTELY NO WARRANTY.

You can contribute the development of the project by donating;
 BTC : 18qqrtR4xHujLKf9oqiCsjmwmH5vGpch4D
 LTC : LMXfRb3w8cMUBfqZb6RUkFTPaT6vbRozPa
 DOGE: DM8FW8REMHj3P4xtcMWDn33ccjikCWJnQr
 RDD : Rb9kcLs96VDHTmiXVjcWC2RBsfCJ73UQyr

03:06:47 [Information] [ConfigManager] [global] CoiniumServ Aurora 0.2.4.42852 warming-up..
03:06:48 [Information] [PlatformManager] [global] Running over Mono 3.2.8 (Debian 3.2.8+dfsg-4ubuntu1), framework: 4.5 (v4.0.30319.17020).
03:06:48 [Information] [ConfigManager] [global] Discovered a total of 1 enabled pool configurations: [Casinocoin]
03:06:48 [Information] [MySqlProvider] [Casinocoin] Mysql storage initialized: 127.0.0.1:3306, database: coinium.
03:06:48 [Information] [RedisProvider] [Casinocoin] Redis storage initialized: 127.0.0.1:6379, v2.8.17.
03:06:49 [Information] [WebServer] [global] Web-server listening on: http://104.219.52.33/
03:06:50 [Information] [BanManager] [Casinocoin] No expired bans found to be cleared [remaining bans: 0].
03:06:51 [Information] [JobManager] [Casinocoin] Broadcasted new job 0x1 to 0 subscribers as no new blocks found for last 55 seconds
03:06:51 [Information] [NetworkInfo] [Casinocoin] symbol: CSC algorithm: scrypt version: 1030000 protocol: 70004 wallet: 60000 network difficulty: 2.33808640 block difficulty: 153228.83 network hashrate: 41.63 MH/s network: mainnet peers: 10 blocks: 696743 errors: none
03:06:51 [Information] [StratumServer] [Casinocoin] Stratum server listening on 104.219.52.33:3333
03:07:46 [Information] [JobManager] [Casinocoin] Broadcasted new job 0x2 to 0 subscribers as no new blocks found for last 55 seconds
03:07:51 [Information] [BlockProcessor] [Casinocoin] No pending blocks found
03:07:51 [Information] [BlockAccounter] [Casinocoin] No pending blocks waiting to get accounted found
03:07:51 [Information] [PaymentProcessor] [Casinocoin] No pending payments found
03:08:41 [Information] [JobManager] [Casinocoin] Broadcasted new job 0x3 to 0 subscribers as no new blocks found for last 55 seconds
03:08:51 [Information] [BlockProcessor] [Casinocoin] No pending blocks found
03:08:51 [Information] [BlockAccounter] [Casinocoin] No pending blocks waiting to get accounted found
03:08:51 [Information] [PaymentProcessor] [Casinocoin] No pending payments found


SteamOctane
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile WWW
November 01, 2014, 05:20:16 AM
 #173

bonesoul, I love this software.  It is extremely easy to use (after a while of tinkering  Wink ) and is straight forward with the configurations.  KEEP UP THE EXCELENT WORK!

Straight CoiniumServ is running on my site with no assists from MPOS.  http://Http://steamoctanepool.com

I noticed in the web files there was some admin JS packages, is there a timeline when a web GUI will be implemented?

Thanks Again!
bonesoul (OP)
Sr. Member
****
Offline Offline

Activity: 389
Merit: 250


View Profile WWW
November 01, 2014, 07:51:51 AM
 #174

web GUI?

portalindo
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
November 01, 2014, 02:33:22 PM
 #175

Finally mine is working terminal.gudangreceh.com, but still facing a problem, no one could connect to the port when testing the miner, what should i do?
SteamOctane
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile WWW
November 01, 2014, 04:47:54 PM
 #176

web GUI?
Sorry like an Admin Web GUI, to control the front end like news etc. 
bonesoul (OP)
Sr. Member
****
Offline Offline

Activity: 389
Merit: 250


View Profile WWW
November 02, 2014, 01:11:55 PM
 #177

web GUI?
Sorry like an Admin Web GUI, to control the front end like news etc. 

not yet but planned

RealMalatesta
Legendary
*
Offline Offline

Activity: 2338
Merit: 1124



View Profile
November 17, 2014, 01:44:05 AM
 #178

Hi,

nice piece of software. However, I was running it first on an Ubuntu-VPS - and never managed it to connect to the homepage - until I discovered that it was an old mono-version. So I'd be interested what OS most of you are using for running it smoothly...
bonesoul (OP)
Sr. Member
****
Offline Offline

Activity: 389
Merit: 250


View Profile WWW
November 17, 2014, 10:44:27 AM
 #179

3.4+ series

RealMalatesta
Legendary
*
Offline Offline

Activity: 2338
Merit: 1124



View Profile
November 18, 2014, 09:57:05 PM
 #180

3.4+ series

Thanks. Another question: When I run build.sh on an Ubuntu-server, everything runs smooth, but then it stucks here:

Quote
xUnit.net console test runner (64-bit .NET 4.0.30319.17020)
Copyright (C) 2013 Outercurve Foundation.

xunit.dll:     Version 1.9.2.1705
Test assembly: /home/malatesta/Coinserv/CoiniumServ/src/Tests/bin/Release/CoiniumServ.Tests.dll

48 total, 0 failed, 0 skipped, took 1.503 seconds

The console on my remote system then is stuck, I can't kill it.

I'm using Mono JIT compiler version 3.12.1.

htop shows a CPU-load of [chuckle] 207% for mono.

Any suggestion what to do out of this?
Pages: « 1 2 3 4 5 6 7 8 [9] 10 11 12 13 14 15 16 17 18 19 20 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!