Bitcoin Forum
April 23, 2024, 09:24:18 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 105711 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
September 22, 2014, 08:17:21 AM
 #141

androx, note that develop branch is bleeding-edge,which I do not recommend it for production use. For production pools, either use master branch or releases.


1713907458
Hero Member
*
Offline Offline

Posts: 1713907458

View Profile Personal Message (Offline)

Ignore
1713907458
Reply with quote  #2

1713907458
Report to moderator
The block chain is the main innovation of Bitcoin. It is the first distributed timestamping system.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713907458
Hero Member
*
Offline Offline

Posts: 1713907458

View Profile Personal Message (Offline)

Ignore
1713907458
Reply with quote  #2

1713907458
Report to moderator
andr0x
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
September 23, 2014, 04:05:17 AM
 #142

androx, note that develop branch is bleeding-edge,which I do not recommend it for production use. For production pools, either use master branch or releases.



Thanks for your response Bonesoul .... Ok, I'll switch to master branch to do my test Wink


About Groestl implementation, confirmed, Digibyte use the Myriad Groestl implementation : https://bitcointalk.org/index.php?topic=408268.msg8933688#msg8933688 that is not the same to Groestlcoin  Grin

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

Activity: 389
Merit: 250


View Profile WWW
September 23, 2014, 07:27:04 AM
 #143

then I've to find the myriad groestl implementation and add it.

andr0x
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
September 23, 2014, 04:49:34 PM
 #144

then I've to find the myriad groestl implementation and add it.

Hi bonesoul , Happy to write you again!

This is the official MyriadCoin github repo : https://github.com/myriadcoin maybe it can help  Wink

Have a nice day!
bonesoul (OP)
Sr. Member
****
Offline Offline

Activity: 389
Merit: 250


View Profile WWW
September 23, 2014, 07:06:17 PM
 #145

thanks, created an issue entry: https://github.com/CoiniumServ/CoiniumServ/issues/478, you can follow the progress over there.

artbatista
Full Member
***
Offline Offline

Activity: 158
Merit: 100


View Profile WWW
September 27, 2014, 02:50:47 AM
 #146

Bonesoul, I just built and did a quick test run of the develop branch and the web interface is really getting close to more than basic functionality. Soon, looks like  I'll be able to run entirely with Coinium and stop using MPOS.

Outstanding work!

Cheers

Art

PARAGON
|||| REVOLUTIONIZING THE CANNABIS INDUSTRY ||||
PARAGONCOIN.COM | WHITEPAPER | BOUNTY CAMPAIGN | FACEBOOK | INSTAGRAM
bonesoul (OP)
Sr. Member
****
Offline Offline

Activity: 389
Merit: 250


View Profile WWW
September 28, 2014, 01:26:52 PM
 #147

thanks, hopefully i'll release another version soon with the updated interface.

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

Activity: 389
Merit: 250


View Profile WWW
October 02, 2014, 11:33:56 PM
Last edit: October 03, 2014, 01:32:35 PM by bonesoul
 #148

released v0.2.0-beta

v0.2.0 is the last major release before our auto-exchange & multi-pool feature with many fixes and improvements. You can find out the details below;

What's new?

  • Improved support for POW + POS hybrids and peercoin variants.
  • Improved & re-developed payment manager.
  • New web frontend theme.
  • Improved web frontend's functionality.

Changelog over here.

Screenshot from brand new web-interface;


andr0x
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
October 04, 2014, 05:17:35 AM
 #149

Hi bonesoul!...

Congratulation for this release !!!! ... Excellent work!...

released v0.2.0-beta

v0.2.0 is the last major release before our auto-exchange & multi-pool feature with many fixes and improvements. You can find out the details below;

What's new?

  • Improved support for POW + POS hybrids and peercoin variants.
  • Improved & re-developed payment manager.
  • New web frontend theme.
  • Improved web frontend's functionality.

Changelog over here.

Screenshot from brand new web-interface;

https://i.imgur.com/oOF8lQ0.png
cryptcollector
Full Member
***
Offline Offline

Activity: 227
Merit: 100


View Profile
October 06, 2014, 01:48:43 PM
 #150

Anyone had this happen under Linux?

Code:
10/06/2014 14:36:35 +01:00 [Fatal] [Program] [global] Terminating because of unhandled exception!
System.ObjectDisposedException: The object was used after being disposed.
  at System.Net.Sockets.Socket.EndSend (IAsyncResult asyncResult, System.Net.Sockets.SocketError& errorCode) [0x00000] in <filename unknown>:0
  at System.Net.Sockets.Socket.EndSend (IAsyncResult result) [0x00000] in <filename unknown>:0
  at System.Net.Sockets.NetworkStream.EndWrite (IAsyncResult ar) [0x00000] in <filename unknown>:0

It seems to happen at odd times, sometimes quickly sometimes after hours. Coinium stops dead after it.

Btw this is the 0.2.1 beta version of Coinium I'm using.

Hash rates are off too.

Follow me on Twitter: https://twitter.com/cryptcollector
BTC Donation Address: 1LxXw9CRunb5mJfa99aTWQMCqmbroVBUxi
nwoolls
Hero Member
*****
Offline Offline

Activity: 840
Merit: 1002


View Profile WWW
October 06, 2014, 02:01:28 PM
 #151

Anyone had this happen under Linux?

Code:
10/06/2014 14:36:35 +01:00 [Fatal] [Program] [global] Terminating because of unhandled exception!
System.ObjectDisposedException: The object was used after being disposed.
  at System.Net.Sockets.Socket.EndSend (IAsyncResult asyncResult, System.Net.Sockets.SocketError& errorCode) [0x00000] in <filename unknown>:0
  at System.Net.Sockets.Socket.EndSend (IAsyncResult result) [0x00000] in <filename unknown>:0
  at System.Net.Sockets.NetworkStream.EndWrite (IAsyncResult ar) [0x00000] in <filename unknown>:0

It seems to happen at odd times, sometimes quickly sometimes after hours. Coinium stops dead after it.

Btw this is the 0.2.1 beta version of Coinium I'm using.

Hash rates are off too.

I've run into the same error using TcpClient along with async calls and Mono. I had to switch to using the Socket class instead.

MultiMiner: Any Miner, Any Where, on Any Device |  Xgminer: Mine with popular miners on Mac OS X
btc: 1BmXY4ZZQh1iHSVre658gM1gPAEtDnq8rv  |  ltc: LP1SsHZTDexndkvRKsqAkXNsienPHwaMb5  |  hardware: nwoolls at gmail dot com
bbr
Sr. Member
****
Offline Offline

Activity: 290
Merit: 250


View Profile
October 07, 2014, 07:42:28 PM
 #152

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
muhhentuhhen
Full Member
***
Offline Offline

Activity: 352
Merit: 100



View Profile
October 08, 2014, 07:40:31 AM
 #153

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

Having a similar error when launching CoiniumServ on Windows Server 2008 R2.
nyo_x
Sr. Member
****
Offline Offline

Activity: 295
Merit: 250


View Profile
October 11, 2014, 12:10:41 PM
Last edit: October 14, 2014, 07:03:16 PM by nyo_x
 #154

Hi people,
I'm trying to get coiniumserv working, But I have some problems with this error. I have every 1-2mins this error. But at network, this block wasnt yet found at the time error popped. Could anybody explain me what that mean?
Thank You

Edit: Fixed answered by  bonesoul
kulme
Full Member
***
Offline Offline

Activity: 156
Merit: 100


View Profile
October 11, 2014, 11:10:56 PM
 #155

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


Kulme
bill4598
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
October 14, 2014, 12:16:31 AM
 #156

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

I can see the front end in firefox but no pool

Having a similar error when launching CoiniumServ on Windows Server 2008 R2.

I'm having the same issue. anyone find out a solution for this?
bonesoul (OP)
Sr. Member
****
Offline Offline

Activity: 389
Merit: 250


View Profile WWW
October 14, 2014, 07:10:14 AM
 #157

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

I can see the front end in firefox but no pool

Having a similar error when launching CoiniumServ on Windows Server 2008 R2.

I'm having the same issue. anyone find out a solution for this?

fixed lately, pull the sources from and re-compile or use the 0.2.2-beta

nyo_x
Sr. Member
****
Offline Offline

Activity: 295
Merit: 250


View Profile
October 14, 2014, 12:27:01 PM
Last edit: October 14, 2014, 03:00:11 PM by nyo_x
 #158

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
bonesoul (OP)
Sr. Member
****
Offline Offline

Activity: 389
Merit: 250


View Profile WWW
October 14, 2014, 03:28:32 PM
 #159

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

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

Activity: 389
Merit: 250


View Profile WWW
October 14, 2014, 03:47:32 PM
 #160

Anyone had this happen under Linux?

Code:
10/06/2014 14:36:35 +01:00 [Fatal] [Program] [global] Terminating because of unhandled exception!
System.ObjectDisposedException: The object was used after being disposed.
  at System.Net.Sockets.Socket.EndSend (IAsyncResult asyncResult, System.Net.Sockets.SocketError& errorCode) [0x00000] in <filename unknown>:0
  at System.Net.Sockets.Socket.EndSend (IAsyncResult result) [0x00000] in <filename unknown>:0
  at System.Net.Sockets.NetworkStream.EndWrite (IAsyncResult ar) [0x00000] in <filename unknown>:0

It seems to happen at odd times, sometimes quickly sometimes after hours. Coinium stops dead after it.

Btw this is the 0.2.1 beta version of Coinium I'm using.

Hash rates are off too.

I've run into the same error using TcpClient along with async calls and Mono. I had to switch to using the Socket class instead.

Any specific details you can hand me so I can inspect the issue to?

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!