bonesoul (OP)
|
|
September 22, 2014, 08:17:21 AM |
|
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.
|
|
|
|
andr0x
Newbie
Offline
Activity: 21
Merit: 0
|
|
September 23, 2014, 04:05:17 AM |
|
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 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
|
|
|
|
bonesoul (OP)
|
|
September 23, 2014, 07:27:04 AM |
|
then I've to find the myriad groestl implementation and add it.
|
|
|
|
andr0x
Newbie
Offline
Activity: 21
Merit: 0
|
|
September 23, 2014, 04:49:34 PM |
|
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 Have a nice day!
|
|
|
|
|
artbatista
|
|
September 27, 2014, 02:50:47 AM |
|
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
|
|
|
|
bonesoul (OP)
|
|
September 28, 2014, 01:26:52 PM |
|
thanks, hopefully i'll release another version soon with the updated interface.
|
|
|
|
bonesoul (OP)
|
|
October 02, 2014, 11:33:56 PM Last edit: October 03, 2014, 01:32:35 PM by bonesoul |
|
released v0.2.0-betav0.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
Activity: 21
Merit: 0
|
|
October 04, 2014, 05:17:35 AM |
|
Hi bonesoul!... Congratulation for this release !!!! ... Excellent work!... released v0.2.0-betav0.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
|
|
October 06, 2014, 01:48:43 PM |
|
Anyone had this happen under Linux? 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.
|
|
|
|
nwoolls
|
|
October 06, 2014, 02:01:28 PM |
|
Anyone had this happen under Linux? 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
|
|
|
bbr
|
|
October 07, 2014, 07:42:28 PM |
|
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): 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
|
|
October 08, 2014, 07:40:31 AM |
|
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): 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
|
|
October 11, 2014, 12:10:41 PM Last edit: October 14, 2014, 07:03:16 PM by nyo_x |
|
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
|
|
October 11, 2014, 11:10:56 PM |
|
Hello, can you tell me how to fix this error?
|
Kulme
|
|
|
bill4598
Newbie
Offline
Activity: 5
Merit: 0
|
|
October 14, 2014, 12:16:31 AM |
|
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): 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)
|
|
October 14, 2014, 07:10:14 AM |
|
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): 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
|
|
October 14, 2014, 12:27:01 PM Last edit: October 14, 2014, 03:00:11 PM by nyo_x |
|
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 . Thank You
|
|
|
|
bonesoul (OP)
|
|
October 14, 2014, 03:28:32 PM |
|
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 . Thank You You are more then welcome - and for the beer you can find the addresses @ https://github.com/CoiniumServ/CoiniumServ#donations
|
|
|
|
bonesoul (OP)
|
|
October 14, 2014, 03:47:32 PM |
|
Anyone had this happen under Linux? 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?
|
|
|
|
|