Bitcoin Forum
May 08, 2024, 02:50:34 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 105718 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.
MarcusDe
Hero Member
*****
Offline Offline

Activity: 796
Merit: 505



View Profile WWW
September 04, 2014, 01:03:36 PM
 #41

When I configure mysql and pools, do I need one database per coin or it can be one database for all pools?

Every time a block is mined, a certain amount of BTC (called the subsidy) is created out of thin air and given to the miner. The subsidy halves every four years and will reach 0 in about 130 years.
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
September 04, 2014, 01:36:27 PM
 #42

you need a unique database for each pool - but you have to only create the databases, coiniumserv will itself create the table schema it'll be using.

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

Activity: 389
Merit: 250


View Profile WWW
September 04, 2014, 11:18:51 PM
 #43

@artbatista, the website error should be fixed in https://github.com/raistlinthewiz/CoiniumServ/commit/483f6f80a5e67503a2cf5dad5f3044a1ef0d45b4

Expect it to be included in 0.1.5 alpha release.

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

Activity: 389
Merit: 250


View Profile WWW
September 05, 2014, 07:59:44 AM
 #44

v0.1.5 alpha released - https://github.com/CoiniumServ/CoiniumServ/releases/tag/v0.1.5-alpha

MarcusDe
Hero Member
*****
Offline Offline

Activity: 796
Merit: 505



View Profile WWW
September 05, 2014, 11:31:11 AM
 #45

Litecoin pool works perfect (exept nobody mines on it lol),
When adding vertcoin (wallet compiled, working fine & blockchain downloaded);


Code:
13:23:08 [Debug] [Pool] [Vertcoin] Generated cryptographically random instance Id: 3416759836
13:23:08 [Fatal] [Program] [global] Terminating because of unhandled exception!
Nancy.TinyIoc.TinyIoCResolutionException: Unable to resolve type: CoiniumServ.Pools.PoolManager ---> Nancy.TinyIoc.TinyIoCResolutionException: Unable to resolve type: CoiniumServ.Pools.IPool ---> Nancy.TinyIoc.TinyIoCResolutionException: Unable to resolve type: CoiniumServ.Pools.Pool ---> Nancy.TinyIoc.TinyIoCResolutionException: Unable to resolve type: CoiniumServ.Cryptology.Algorithms.IHashAlgorithm
at Nancy.TinyIoc.TinyIoCContainer.ResolveInternal (Nancy.TinyIoc.TinyIoCContainer/TypeRegistration,Nancy.TinyIoc.NamedParameterOverloads,Nancy.TinyIoc.ResolveOptions) <0x007e7>
at Nancy.TinyIoc.TinyIoCContainer.Resolve (System.Type,string) <0x00053>
at Nancy.TinyIoc.TinyIoCContainer.Resolve<CoiniumServ.Cryptology.Algorithms.IHashAlgorithm> (string) <0x0002f>
at CoiniumServ.Factories.ObjectFactory.GetHashAlgorithm (string) <0x0003b>
at CoiniumServ.Pools.Pool.InitDaemon () <0x00123>
at CoiniumServ.Pools.Pool..ctor (CoiniumServ.Pools.IPoolConfig,CoiniumServ.Configuration.IConfigManager,CoiniumServ.Factories.IObjectFactory) <0x003d3>
at (wrapper dynamic-method) object.lambda_method (System.Runtime.CompilerServices.Closure,object[]) <0x0025e>
at Nancy.TinyIoc.TinyIoCContainer.ConstructType (System.Type,System.Type,System.Reflection.ConstructorInfo,Nancy.TinyIoc.NamedParameterOverloads,Nancy.TinyIoc.ResolveOptions) <0x003fe>

  --- End of inner exception stack trace ---
  at Nancy.TinyIoc.TinyIoCContainer.ConstructType (System.Type requestedType, System.Type implementationType, System.Reflection.ConstructorInfo constructor, Nancy.TinyIoc.NamedParameterOverloads parameters, Nancy.TinyIoc.ResolveOptions options) [0x00000] in <filename unknown>:0
  at Nancy.TinyIoc.TinyIoCContainer+MultiInstanceFactory.GetObject (System.Type requestedType, Nancy.TinyIoc.TinyIoCContainer container, Nancy.TinyIoc.NamedParameterOverloads parameters, Nancy.TinyIoc.ResolveOptions options) [0x00000] in <filename unknown>:0
  --- End of inner exception stack trace ---
  at Nancy.TinyIoc.TinyIoCContainer+MultiInstanceFactory.GetObject (System.Type requestedType, Nancy.TinyIoc.TinyIoCContainer container, Nancy.TinyIoc.NamedParameterOverloads parameters, Nancy.TinyIoc.ResolveOptions options) [0x00000] in <filename unknown>:0
  at Nancy.TinyIoc.TinyIoCContainer.ResolveInternal (Nancy.TinyIoc.TypeRegistration registration, Nancy.TinyIoc.NamedParameterOverloads parameters, Nancy.TinyIoc.ResolveOptions options) [0x00000] in <filename unknown>:0
  --- End of inner exception stack trace ---
  at Nancy.TinyIoc.TinyIoCContainer.ConstructType (System.Type requestedType, System.Type implementationType, System.Reflection.ConstructorInfo constructor, Nancy.TinyIoc.NamedParameterOverloads parameters, Nancy.TinyIoc.ResolveOptions options) [0x00000] in <filename unknown>:0
  at Nancy.TinyIoc.TinyIoCContainer.ConstructType (System.Type requestedType, System.Type implementationType, System.Reflection.ConstructorInfo constructor, Nancy.TinyIoc.ResolveOptions options) [0x00000] in <filename unknown>:0
  at Nancy.TinyIoc.TinyIoCContainer+SingletonFactory.GetObject (System.Type requestedType, Nancy.TinyIoc.TinyIoCContainer container, Nancy.TinyIoc.NamedParameterOverloads parameters, Nancy.TinyIoc.ResolveOptions options) [0x00000] in <filename unknown>:0
  at Nancy.TinyIoc.TinyIoCContainer.ResolveInternal (Nancy.TinyIoc.TypeRegistration registration, Nancy.TinyIoc.NamedParameterOverloads parameters, Nancy.TinyIoc.ResolveOptions options) [0x00000] in <filename unknown>:0

edit:
I've looked into code and there is no scrypt-n set  in CoiniumServ/src/CoiniumServ/Cryptology/Algorithms which is set in coins/vertcoin.json

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

Activity: 389
Merit: 250


View Profile WWW
September 05, 2014, 11:52:13 AM
 #46

yes we do miss the scrypt-n implementation, created a issue entry for it; https://github.com/CoiniumServ/CoiniumServ/issues/421

and it's quite easy to implement algorithms, for scrypt-n we just need to fix the parameters of scrypt; https://github.com/CoiniumServ/CoiniumServ/blob/develop/src/CoiniumServ/Cryptology/Algorithms/Scrypt.cs

artbatista
Full Member
***
Offline Offline

Activity: 158
Merit: 100


View Profile WWW
September 05, 2014, 02:09:13 PM
Last edit: September 05, 2014, 02:27:59 PM by artbatista
 #47

Submit block failed errors.

I though it was ok, but noticed no new blocks for 24 hours. Orbitcoin does have a submitblock method.

Code:
09/03/2014 22:48:13 -04:00 [Error] [ShareManager] [orbitcoin] Submit block failed - height: 855821, hash: d11a49c208ac90e3b05d5b34db636ca0840a75ee5cdeebab04ad97ae86310a71 - Unable to sign block, wallet locked?
09/03/2014 22:48:13 -04:00 [Information] [ShareManager] [orbitcoin] Submit block [855821] failed with hash: d11a49c208ac90e3b05d5b34db636ca0840a75ee5cdeebab04ad97ae86310a71

09/04/2014 01:04:24 -04:00 [Error] [ShareManager] [orbitcoin] Submit block failed - height: 855960, hash: f26285c02a43799fdbdbd2573f1f3c3f6b34c069ee8807377bc6385c1d37645f - Unable to sign block, wallet locked?
09/04/2014 01:04:24 -04:00 [Information] [ShareManager] [orbitcoin] Submit block [855960] failed with hash: f26285c02a43799fdbdbd2573f1f3c3f6b34c069ee8807377bc6385c1d37645f


I switched the miners to lottocoin, I'll let you know what happens.

Edit: the wallets are not encrypted/locked

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 05, 2014, 02:30:13 PM
 #48

is that a POS coin? could be related to this: https://github.com/CoiniumServ/CoiniumServ/issues/388

artbatista
Full Member
***
Offline Offline

Activity: 158
Merit: 100


View Profile WWW
September 05, 2014, 02:48:33 PM
 #49

is that a POS coin? could be related to this: https://github.com/CoiniumServ/CoiniumServ/issues/388

Yes, it's a POS/POW combo coin.

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 05, 2014, 02:49:44 PM
 #50

okay then that's the reason, we still need a fix for it. already on my schedule.

artbatista
Full Member
***
Offline Offline

Activity: 158
Merit: 100


View Profile WWW
September 05, 2014, 02:53:49 PM
 #51

is that a POS coin? could be related to this: https://github.com/CoiniumServ/CoiniumServ/issues/388

So, the workaround for this is to use the public key for the wallet address in the config file, instead of the wallet address.

Did I get it right?

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 05, 2014, 03:13:38 PM
 #52

i'm not sure that may fix the problem, instead i'll be implementing a fix within the code.

artbatista
Full Member
***
Offline Offline

Activity: 158
Merit: 100


View Profile WWW
September 05, 2014, 03:30:07 PM
 #53

i'm not sure that may fix the problem, instead i'll be implementing a fix within the code.

Ok, so don't use it for POS until fixed in code.

Art

PARAGON
|||| REVOLUTIONIZING THE CANNABIS INDUSTRY ||||
PARAGONCOIN.COM | WHITEPAPER | BOUNTY CAMPAIGN | FACEBOOK | INSTAGRAM
lobo13hf
Hero Member
*****
Offline Offline

Activity: 2268
Merit: 507



View Profile
September 05, 2014, 04:56:07 PM
 #54

is there any tutorial on how to run this on linux/ubuntu?



████▄██████████▄
███▄████████████
▄███▀
████
████
████
▀███▄
███▀████████████
████▀██████████▀


▄██████████▄
████████████
███████████▀███▄
████████████████
████████████████
████████████████
▀███▄███████████
████████████████
████▀██████████▀


▄██▄█████████▄██▄
▀████▄█████▄████▀
▀████▄▄████▀
███████████
▄███▀█████▀███▄
█████████████████
█████████████████
█████████████████
▀███████████████▀


▄███████████████▄
█████████████████
████▀███▀██████▀
███████▄█████▀
████▄▄██████████▄
▀▀██████▀███████
▄██████▄███▄████
█████▀██████████
▀██▀███▀████████▀


████▄███████████
████████████████
▄███▀███████████
███████████████
██████████████
████████████████
███████████▄███▀
████████████
▀██████████▀
████████
██
██
██
██
██
██
██
██




██
██
██
██
██

██
██
██
████████
|
.
Listed
on
BINANCE
KUCOIN
Gate.io
|
artbatista
Full Member
***
Offline Offline

Activity: 158
Merit: 100


View Profile WWW
September 05, 2014, 05:06:14 PM
 #55

is there any tutorial on how to run this on linux/ubuntu?

https://github.com/CoiniumServ/CoiniumServ/wiki/Getting-Started:-Ubuntu

PARAGON
|||| REVOLUTIONIZING THE CANNABIS INDUSTRY ||||
PARAGONCOIN.COM | WHITEPAPER | BOUNTY CAMPAIGN | FACEBOOK | INSTAGRAM
lobo13hf
Hero Member
*****
Offline Offline

Activity: 2268
Merit: 507



View Profile
September 05, 2014, 06:11:58 PM
 #56


got that part but that doesn show me how to set up a pool i meant a tutorial like the one on the video it show you all the steps from 0, you know what i mean...



████▄██████████▄
███▄████████████
▄███▀
████
████
████
▀███▄
███▀████████████
████▀██████████▀


▄██████████▄
████████████
███████████▀███▄
████████████████
████████████████
████████████████
▀███▄███████████
████████████████
████▀██████████▀


▄██▄█████████▄██▄
▀████▄█████▄████▀
▀████▄▄████▀
███████████
▄███▀█████▀███▄
█████████████████
█████████████████
█████████████████
▀███████████████▀


▄███████████████▄
█████████████████
████▀███▀██████▀
███████▄█████▀
████▄▄██████████▄
▀▀██████▀███████
▄██████▄███▄████
█████▀██████████
▀██▀███▀████████▀


████▄███████████
████████████████
▄███▀███████████
███████████████
██████████████
████████████████
███████████▄███▀
████████████
▀██████████▀
████████
██
██
██
██
██
██
██
██




██
██
██
██
██

██
██
██
████████
|
.
Listed
on
BINANCE
KUCOIN
Gate.io
|
artbatista
Full Member
***
Offline Offline

Activity: 158
Merit: 100


View Profile WWW
September 05, 2014, 06:33:29 PM
 #57


got that part but that doesn show me how to set up a pool i meant a tutorial like the one on the video it show you all the steps from 0, you know what i mean...

I'll write something up on the coinium config steps I used, but really, the conf files are very well commented. It'll be later tonight when I get home.

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 05, 2014, 08:16:18 PM
 #58


got that part but that doesn show me how to set up a pool i meant a tutorial like the one on the video it show you all the steps from 0, you know what i mean...

https://github.com/CoiniumServ/CoiniumServ/wiki/Configuration

artbatista
Full Member
***
Offline Offline

Activity: 158
Merit: 100


View Profile WWW
September 05, 2014, 11:37:13 PM
 #59

I am seeing a few of these with lottocoin, a straight SCRYPT coin:

Code:
09/05/2014 10:45:28 -04:00 [Error] [BlockProcessor] [Lottocoin] Queried transaction does not exist ea46fcbf06da83858d2df176719ca520e2ffbe2c083f1f4a2852239eb69f253b - Invalid or non-wallet transaction id

09/05/2014 10:45:28 -04:00 [Error] [ShareManager] [Lottocoin] Submit block failed - height: 757161, hash: f6ac98f3f966ca26b8584cbfff981d52009f2de52e42e8179b28ef819f977df8 - Object reference not set to an instance of an object.

09/05/2014 10:45:28 -04:00 [Information] [ShareManager] [Lottocoin] Submit block [757161] failed with hash: f6ac98f3f966ca26b8584cbfff981d52009f2de52e42e8179b28ef819f977df8


09/05/2014 11:28:03 -04:00 [Error] [BlockProcessor] [Lottocoin] Queried transaction does not exist b0a2ce730310641f2c1cfc1d523d7b9d19c7caeef4e9acda181b0ddf6e7f7bf0 - Invalid or non-wallet transaction id

09/05/2014 11:28:03 -04:00 [Error] [ShareManager] [Lottocoin] Submit block failed - height: 757252, hash: 9799eb560498940bd399e73bcf06a1f35891d94d87c41d4ec10b6b27f655af96 - Object reference not set to an instance of an object.

09/05/2014 11:28:03 -04:00 [Information] [ShareManager] [Lottocoin] Submit block [757252] failed with hash: 9799eb560498940bd399e73bcf06a1f35891d94d87c41d4ec10b6b27f655af96


09/05/2014 11:40:29 -04:00 [Error] [BlockProcessor] [Lottocoin] Queried transaction does not exist 0f122686f253141f779ea8732577e908944525d28a7ec45ebbcb48e38b220a8b - Invalid or non-wallet transaction id

09/05/2014 11:40:29 -04:00 [Error] [ShareManager] [Lottocoin] Submit block failed - height: 757268, hash: 5e7e5dbc4aa9482e90bcf5d3d572f888b133818f391e2ba8c4e3477dd5302e18 - Object reference not set to an instance of an object.

09/05/2014 11:40:29 -04:00 [Information] [ShareManager] [Lottocoin] Submit block [757268] failed with hash: 5e7e5dbc4aa9482e90bcf5d3d572f888b133818f391e2ba8c4e3477dd5302e18

Altogether, 4 instances in 12 hours

Art

PARAGON
|||| REVOLUTIONIZING THE CANNABIS INDUSTRY ||||
PARAGONCOIN.COM | WHITEPAPER | BOUNTY CAMPAIGN | FACEBOOK | INSTAGRAM
artbatista
Full Member
***
Offline Offline

Activity: 158
Merit: 100


View Profile WWW
September 06, 2014, 12:31:15 AM
 #60

On windows 2012 R2, running alpha 5:

Code:
Could not locate your error view! Details: Unable to locate view 'error'
Currently available view engine extensions: sshtml,html,htm
Locations inspected: /error,//error
Root path: C:\coinium\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'


also getting this:

Code:
20:28:15 [Error] [PoolManager] [global] Error recaching statistics; Error getting value from 'Latest' on 'CoiniumServ.Pools.BlocksCache'.


PARAGON
|||| REVOLUTIONIZING THE CANNABIS INDUSTRY ||||
PARAGONCOIN.COM | WHITEPAPER | BOUNTY CAMPAIGN | FACEBOOK | INSTAGRAM
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!