Pages:
Author

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

newbie
Activity: 5
Merit: 0
I ran a fresh compile and I get the following error when running the .exe on Windows.

It would appear that it does not link to the correct directory when compiled.

https://i.imgur.com/kk8huzi.png

Quote
12/10/2017 17:07:23 +00:00 [Error] [WebServer] [global] Invalid template path for web-server given; Could not find a part of the path 'C:\Users\marti\Downloads\CoiniumServ-develop\src\Tests\src\CoiniumServ\web\default'.

If I move the web folder to the location there is no longer an error on statup but the web interface will not load?

Quote
Could not locate your error view! Details: Unable to locate view 'error'
Currently available view engine extensions: sshtml,html,htm
Locations inspected: views//error-en-GB,views//error,/error-en-GB,/error,views/error-en-GB,views/error,error-en-GB,error
Root path: C:\Users\marti\Downloads\CoiniumServ-develop\src\Tests\src\CoiniumServ\web\default
If you were expecting raw data back, make sure you set the 'Accept'-header of the request to correct format, for example 'application/json'
member
Activity: 122
Merit: 10
I have been searching but the fact is that nobody succeed to make it work with any X11 daemon, always the same "block not found", and the dev has no clue how to fix it.
full member
Activity: 280
Merit: 100
i am trying to do a pool but in the end it says


can not connect to the remote server

what can i do??
someone help me???

Another exemple of inteligence. For a dev, your not smart enough.
full member
Activity: 374
Merit: 101
I bought Coiniumserv today, but i have troubles while start program. Is there any guide?

I dropped Coiniumserv since developer never fixed old and important bugs (in particular those about hashrate).
Even in paid versions.
IMHO, Coiniumserv is a great piece of software, but too unstable and unsupported for production setup.
Unfortunately.
newbie
Activity: 5
Merit: 0
I bought Coiniumserv today, but i have troubles while start program. Is there any guide?
member
Activity: 122
Merit: 10
yes you should set correct diff settings for x11.

Any direction where and what to patch in the source code to achieve this ?

https://github.com/bonesoul/CoiniumServ/blob/89d8c71012972981f97cb80ba4aecb95db7f1572/src/CoiniumServ/Algorithms/Implementations/X11.cs

oh and there is hundreds of altcoins there most even without standard interfaces/api. so it's impossible for us to get guides covering them all.

Dashcoin is somehow not your average altcoins, direction how to use CoiniumServ with that particular coin should be available but nowhere we can find the correct difficulty implementation needed to have the block accepted by the daemon.
hero member
Activity: 650
Merit: 500
Pick and place? I need more coffee.
Is support for any of the ethash/equihash coins planned?  Would be great if it supported these.
sr. member
Activity: 389
Merit: 250
yes you should set correct diff settings for x11.

Any direction where and what to patch in the source code to achieve this ?

https://github.com/bonesoul/CoiniumServ/blob/89d8c71012972981f97cb80ba4aecb95db7f1572/src/CoiniumServ/Algorithms/Implementations/X11.cs

oh and there is hundreds of altcoins there most even without standard interfaces/api. so it's impossible for us to get guides covering them all.
member
Activity: 122
Merit: 10
i am trying to do a pool but in the end it says


can not connect to the remote server

what can i do??
someone help me???

CoiniumServ is a very nice project because one of the few (if not the only one) working on PC with .net but sadly it seems there is no information on how to have it worked correctly except with litecoin/bitcoin.
full member
Activity: 294
Merit: 100
i am trying to do a pool but in the end it says


can not connect to the remote server

what can i do??
someone help me???
member
Activity: 122
Merit: 10
yes you should set correct diff settings for x11.

Any direction where and what to patch in the source code to achieve this ?
sr. member
Activity: 389
Merit: 250
yes you should set correct diff settings for x11.
member
Activity: 122
Merit: 10
Hi,

I am trying to have it working with darkcoin, everything seems to be ok regarding connections and jobs except that all candidate blocks always got rejected by the coin daemon with "block not found"

[ShareManager] [Darkcoin] We thought a block was found but it was rejected by the coin daemon; [7e99370c42c7d9960432c21235a0a756997e62d02f9036d517a7e8648c551e3d] - reason; Block not found

So is coiniumserv supporting dashcore daemon ? I heard about a problem with the diff setting in X11, could it be an issue ?

Please kindly advise

Thank you
member
Activity: 107
Merit: 11
Is this working with Digibyte Myriadgroestl? I've set it up but my miner isn't connecting.

In the CoiniumServ config I put groestl becase myriadgroestl and groestlmyriad said invalid hash.

Any help? Thanks
hero member
Activity: 698
Merit: 511
Congrats, ive tested a bunch of mining pools servers "Unomp, Nomp, simplecoin, mpos" and to me the most updated with recent algos its CoiniumServ...
even the looks of the frontpage its nice...
but i got a question that i can find anywere...and im not talking only about namecoin....in general
Does ConiumServ support merged mining??!!... Undecided Undecided Undecided
I know that its build based on Nomp but it as many changes.
full member
Activity: 374
Merit: 101
Hey there,

I tried to run your pool-server. But I get this error constantly when starting. Also cant connect.

Any Idea what causes this ?

I'm on windows and compiled from the source.
Using hybrid mysql+redis.

Code:
11/11/2017 20:55:57 +01:00 [Error] [Pool] [Innova] Pool initilization failed; Nancy.TinyIoc.TinyIoCResolutionException: Unable to resolve type: CoiniumServ.Persistance.Layers.Hybrid.IMigrationManager ---> Nancy.TinyIoc.TinyIoCResolutionException: Unable to resolve type: CoiniumServ.Persistance.Layers.Hybrid.MigrationManager ---> System.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
   bei FluentMigrator.Runner.Processors.DbFactoryBase.CreateDataAdapter(IDbCommand command) in C:\Users\Mark\Source\Repos\fluentmigrator\src\FluentMigrator.Runner\Processors\DbFactoryBase.cs:Zeile 77.
   bei FluentMigrator.Runner.Processors.MySql.MySqlProcessor.Read(String template, Object[] args) in C:\Users\Mark\Source\Repos\fluentmigrator\src\FluentMigrator.Runner\Processors\MySql\MySqlProcessor.cs:Zeile 135.
   bei FluentMigrator.Runner.VersionLoader.LoadVersionInfo() in C:\Users\Mark\Source\Repos\fluentmigrator\src\FluentMigrator.Runner\VersionLoader.cs:Zeile 188.
   bei FluentMigrator.Runner.MigrationRunner..ctor(IAssemblyCollection assemblies, IRunnerContext runnerContext, IMigrationProcessor processor) in C:\Users\Mark\Source\Repos\fluentmigrator\src\FluentMigrator.Runner\MigrationRunner.cs:Zeile 102.
   bei CoiniumServ.Persistance.Layers.Hybrid.MigrationManager.Check() in C:\Users\stift\CoiniumServ\src\CoiniumServ\Persistance\Layers\Hybrid\MigrationManager.cs:Zeile 66.
   bei lambda_method(Closure , Object[] )
   bei Nancy.TinyIoc.TinyIoCContainer.ConstructType(Type requestedType, Type implementationType, ConstructorInfo constructor, NamedParameterOverloads parameters, ResolveOptions options)
   --- Ende der internen Ausnahmestapelüberwachung ---
   bei Nancy.TinyIoc.TinyIoCContainer.ConstructType(Type requestedType, Type implementationType, ConstructorInfo constructor, NamedParameterOverloads parameters, ResolveOptions options)
   bei Nancy.TinyIoc.TinyIoCContainer.MultiInstanceFactory.GetObject(Type requestedType, TinyIoCContainer container, NamedParameterOverloads parameters, ResolveOptions options)
   --- Ende der internen Ausnahmestapelüberwachung ---
   bei Nancy.TinyIoc.TinyIoCContainer.MultiInstanceFactory.GetObject(Type requestedType, TinyIoCContainer container, NamedParameterOverloads parameters, ResolveOptions options)
   bei Nancy.TinyIoc.TinyIoCContainer.ResolveInternal(TypeRegistration registration, NamedParameterOverloads parameters, ResolveOptions options)
   bei Nancy.TinyIoc.TinyIoCContainer.Resolve[ResolveType](NamedParameterOverloads parameters)
   bei CoiniumServ.Pools.Pool.InitStorage() in C:\Users\stift\CoiniumServ\src\CoiniumServ\Pools\Pool.cs:Zeile 214.
   bei CoiniumServ.Pools.Pool.Initialize() in C:\Users\stift\CoiniumServ\src\CoiniumServ\Pools\Pool.cs:Zeile 154.


Same here.
I built the source to see if the "wrong hashrate" bug was fixed, but I get the same error.

newbie
Activity: 2
Merit: 0
Hey there,

I tried to run your pool-server. But I get this error constantly when starting. Also cant connect.

Any Idea what causes this ?

I'm on windows and compiled from the source.
Using hybrid mysql+redis.

Code:
11/11/2017 20:55:57 +01:00 [Error] [Pool] [Innova] Pool initilization failed; Nancy.TinyIoc.TinyIoCResolutionException: Unable to resolve type: CoiniumServ.Persistance.Layers.Hybrid.IMigrationManager ---> Nancy.TinyIoc.TinyIoCResolutionException: Unable to resolve type: CoiniumServ.Persistance.Layers.Hybrid.MigrationManager ---> System.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
   bei FluentMigrator.Runner.Processors.DbFactoryBase.CreateDataAdapter(IDbCommand command) in C:\Users\Mark\Source\Repos\fluentmigrator\src\FluentMigrator.Runner\Processors\DbFactoryBase.cs:Zeile 77.
   bei FluentMigrator.Runner.Processors.MySql.MySqlProcessor.Read(String template, Object[] args) in C:\Users\Mark\Source\Repos\fluentmigrator\src\FluentMigrator.Runner\Processors\MySql\MySqlProcessor.cs:Zeile 135.
   bei FluentMigrator.Runner.VersionLoader.LoadVersionInfo() in C:\Users\Mark\Source\Repos\fluentmigrator\src\FluentMigrator.Runner\VersionLoader.cs:Zeile 188.
   bei FluentMigrator.Runner.MigrationRunner..ctor(IAssemblyCollection assemblies, IRunnerContext runnerContext, IMigrationProcessor processor) in C:\Users\Mark\Source\Repos\fluentmigrator\src\FluentMigrator.Runner\MigrationRunner.cs:Zeile 102.
   bei CoiniumServ.Persistance.Layers.Hybrid.MigrationManager.Check() in C:\Users\stift\CoiniumServ\src\CoiniumServ\Persistance\Layers\Hybrid\MigrationManager.cs:Zeile 66.
   bei lambda_method(Closure , Object[] )
   bei Nancy.TinyIoc.TinyIoCContainer.ConstructType(Type requestedType, Type implementationType, ConstructorInfo constructor, NamedParameterOverloads parameters, ResolveOptions options)
   --- Ende der internen Ausnahmestapelüberwachung ---
   bei Nancy.TinyIoc.TinyIoCContainer.ConstructType(Type requestedType, Type implementationType, ConstructorInfo constructor, NamedParameterOverloads parameters, ResolveOptions options)
   bei Nancy.TinyIoc.TinyIoCContainer.MultiInstanceFactory.GetObject(Type requestedType, TinyIoCContainer container, NamedParameterOverloads parameters, ResolveOptions options)
   --- Ende der internen Ausnahmestapelüberwachung ---
   bei Nancy.TinyIoc.TinyIoCContainer.MultiInstanceFactory.GetObject(Type requestedType, TinyIoCContainer container, NamedParameterOverloads parameters, ResolveOptions options)
   bei Nancy.TinyIoc.TinyIoCContainer.ResolveInternal(TypeRegistration registration, NamedParameterOverloads parameters, ResolveOptions options)
   bei Nancy.TinyIoc.TinyIoCContainer.Resolve[ResolveType](NamedParameterOverloads parameters)
   bei CoiniumServ.Pools.Pool.InitStorage() in C:\Users\stift\CoiniumServ\src\CoiniumServ\Pools\Pool.cs:Zeile 214.
   bei CoiniumServ.Pools.Pool.Initialize() in C:\Users\stift\CoiniumServ\src\CoiniumServ\Pools\Pool.cs:Zeile 154.
jr. member
Activity: 125
Merit: 2
i've pushed some fixes to project - hopefully will fix web server errors.

Your pool is better for me... Why do not you develop it more?
Very need new algo's

Lyra2Z
Equihash
Dagger
Cryptonote
sr. member
Activity: 389
Merit: 250
i've pushed some fixes to project - hopefully will fix web server errors.
sr. member
Activity: 480
Merit: 250
hi guys Got it working, I think im having an issue with payouts. The pools wallet fills up with coins but the server constantly says  [Information] [PaymentProcessor]  No pending payments found. I am mining with a different wallet address. any ideas?

https://github.com/bonesoul/CoiniumServ/issues/533
Pages:
Jump to: