Bitcoin Forum
April 26, 2024, 02:50:16 AM *
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.
Gladz29
Full Member
***
Offline Offline

Activity: 238
Merit: 101



View Profile
November 06, 2017, 07:34:37 AM
 #341

 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?
"Bitcoin: the cutting edge of begging technology." -- Giraffe.BTC
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714099816
Hero Member
*
Offline Offline

Posts: 1714099816

View Profile Personal Message (Offline)

Ignore
1714099816
Reply with quote  #2

1714099816
Report to moderator
1714099816
Hero Member
*
Offline Offline

Posts: 1714099816

View Profile Personal Message (Offline)

Ignore
1714099816
Reply with quote  #2

1714099816
Report to moderator
1714099816
Hero Member
*
Offline Offline

Posts: 1714099816

View Profile Personal Message (Offline)

Ignore
1714099816
Reply with quote  #2

1714099816
Report to moderator
johan11
Sr. Member
****
Offline Offline

Activity: 480
Merit: 250



View Profile
November 06, 2017, 03:45:29 PM
 #342

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

Activity: 389
Merit: 250


View Profile WWW
November 10, 2017, 10:40:33 AM
 #343

i've pushed some fixes to project - hopefully will fix web server errors.

Earl_Vadim
Jr. Member
*
Offline Offline

Activity: 125
Merit: 2


View Profile
November 11, 2017, 09:26:58 AM
 #344

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
ilovecoinsx
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
November 11, 2017, 08:19:50 PM
 #345

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

Activity: 374
Merit: 101


View Profile
November 11, 2017, 08:23:08 PM
 #346

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.

soulistyce
Hero Member
*****
Offline Offline

Activity: 699
Merit: 510



View Profile
November 13, 2017, 09:59:34 AM
 #347

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.
slanislaw
Member
**
Offline Offline

Activity: 107
Merit: 11


View Profile
November 15, 2017, 05:14:04 AM
 #348

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
ftguy
Member
**
Offline Offline

Activity: 122
Merit: 10


View Profile
November 17, 2017, 07:56:07 AM
 #349

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

Activity: 389
Merit: 250


View Profile WWW
November 20, 2017, 01:55:15 PM
 #350

yes you should set correct diff settings for x11.

ftguy
Member
**
Offline Offline

Activity: 122
Merit: 10


View Profile
November 21, 2017, 01:36:36 AM
 #351

yes you should set correct diff settings for x11.

Any direction where and what to patch in the source code to achieve this ?
swartzias
Full Member
***
Offline Offline

Activity: 294
Merit: 100



View Profile
November 24, 2017, 01:35:49 AM
 #352

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???
ftguy
Member
**
Offline Offline

Activity: 122
Merit: 10


View Profile
November 24, 2017, 03:45:57 AM
 #353

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

Activity: 389
Merit: 250


View Profile WWW
November 26, 2017, 01:27:39 AM
 #354

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.

helipotte
Hero Member
*****
Offline Offline

Activity: 650
Merit: 500


Pick and place? I need more coffee.


View Profile
November 26, 2017, 07:05:57 AM
 #355

Is support for any of the ethash/equihash coins planned?  Would be great if it supported these.
ftguy
Member
**
Offline Offline

Activity: 122
Merit: 10


View Profile
November 26, 2017, 12:59:22 PM
 #356

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.
lgkoyuncu
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
November 27, 2017, 08:50:42 PM
 #357

I bought Coiniumserv today, but i have troubles while start program. Is there any guide?
Gongolo
Full Member
***
Offline Offline

Activity: 374
Merit: 101


View Profile
November 27, 2017, 09:02:48 PM
 #358

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

Activity: 280
Merit: 100


View Profile WWW
November 30, 2017, 03:53:00 PM
 #359

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.

█▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█
░  .:: Free Pool @ http://pool.n-engine.com ::.  ░ << *FREE* AS FREE BEER
█▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█
ftguy
Member
**
Offline Offline

Activity: 122
Merit: 10


View Profile
December 04, 2017, 11:28:20 AM
 #360

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.
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!