MarcusDe
|
|
September 04, 2014, 01:03:36 PM |
|
When I configure mysql and pools, do I need one database per coin or it can be one database for all pools?
|
|
|
|
bonesoul (OP)
|
|
September 04, 2014, 01:36:27 PM |
|
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)
|
|
September 05, 2014, 07:59:44 AM |
|
|
|
|
|
MarcusDe
|
|
September 05, 2014, 11:31:11 AM |
|
Litecoin pool works perfect (exept nobody mines on it lol), When adding vertcoin (wallet compiled, working fine & blockchain downloaded); 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
|
|
|
|
|
artbatista
|
|
September 05, 2014, 02:09:13 PM Last edit: September 05, 2014, 02:27:59 PM by artbatista |
|
Submit block failed errors. I though it was ok, but noticed no new blocks for 24 hours. Orbitcoin does have a submitblock method. 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
|
|
|
|
bonesoul (OP)
|
|
September 05, 2014, 02:30:13 PM |
|
|
|
|
|
artbatista
|
|
September 05, 2014, 02:48:33 PM |
|
Yes, it's a POS/POW combo coin. Art
|
|
|
|
bonesoul (OP)
|
|
September 05, 2014, 02:49:44 PM |
|
okay then that's the reason, we still need a fix for it. already on my schedule.
|
|
|
|
artbatista
|
|
September 05, 2014, 02:53:49 PM |
|
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
|
|
|
|
bonesoul (OP)
|
|
September 05, 2014, 03:13:38 PM |
|
i'm not sure that may fix the problem, instead i'll be implementing a fix within the code.
|
|
|
|
artbatista
|
|
September 05, 2014, 03:30:07 PM |
|
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
|
|
|
|
lobo13hf
|
|
September 05, 2014, 04:56:07 PM |
|
is there any tutorial on how to run this on linux/ubuntu?
|
|
████▄██████████▄ ███▄████████████ ▄███▀ ████ ████ ████ ▀███▄ ███▀████████████ ████▀██████████▀ |
▄██████████▄ ████████████ ███████████▀███▄ ████████████████ ████████████████ ████████████████ ▀███▄███████████ ████████████████ ████▀██████████▀ |
▄██▄█████████▄██▄ ▀████▄█████▄████▀ ▀████▄█▄████▀ ███████████ ▄████▀█████▀████▄ █████████████████ █████████████████ █████████████████ ▀███████████████▀
|
▄███████████████▄ █████████████████ ████▀███▀██████▀ ███████▄█████▀ ████▄▄██████████▄ █▀▀██████▀███████ █▄██████▄███▄████ █████▀███████████ ▀██▀███▀████████▀ |
████▄███████████ ████████████████ ▄███▀███████████ ████████████████ ████████████████ ████████████████ ███████████▄███▀ ████████████ ▀██████████▀ | | | | ████████ ██ ██ ██ ██ ██ ██ ██ ██ | |
██ ██ ██ ██ ██ ██ ██ ██ ████████
| | | | | | . Listed on
| | BINANCE KUCOIN Gate.io | | |
|
|
|
|
lobo13hf
|
|
September 05, 2014, 06:11:58 PM |
|
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
|
|
September 05, 2014, 06:33:29 PM |
|
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
|
|
|
|
|
artbatista
|
|
September 05, 2014, 11:37:13 PM |
|
I am seeing a few of these with lottocoin, a straight SCRYPT coin: 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
|
|
|
|
artbatista
|
|
September 06, 2014, 12:31:15 AM |
|
On windows 2012 R2, running alpha 5: 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: 20:28:15 [Error] [PoolManager] [global] Error recaching statistics; Error getting value from 'Latest' on 'CoiniumServ.Pools.BlocksCache'.
|
|
|
|
|