Pages:
Author

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

legendary
Activity: 2338
Merit: 1124
try killing with htop?

Tried this, but finally, only through another terminal worked... kill -9...

Wondering what causes this - guess it has to do with the mono-version...?
sr. member
Activity: 389
Merit: 250
try killing with htop?
legendary
Activity: 2338
Merit: 1124
3.4+ series

Thanks. Another question: When I run build.sh on an Ubuntu-server, everything runs smooth, but then it stucks here:

Quote
xUnit.net console test runner (64-bit .NET 4.0.30319.17020)
Copyright (C) 2013 Outercurve Foundation.

xunit.dll:     Version 1.9.2.1705
Test assembly: /home/malatesta/Coinserv/CoiniumServ/src/Tests/bin/Release/CoiniumServ.Tests.dll

48 total, 0 failed, 0 skipped, took 1.503 seconds

The console on my remote system then is stuck, I can't kill it.

I'm using Mono JIT compiler version 3.12.1.

htop shows a CPU-load of [chuckle] 207% for mono.

Any suggestion what to do out of this?
sr. member
Activity: 389
Merit: 250
legendary
Activity: 2338
Merit: 1124
Hi,

nice piece of software. However, I was running it first on an Ubuntu-VPS - and never managed it to connect to the homepage - until I discovered that it was an old mono-version. So I'd be interested what OS most of you are using for running it smoothly...
sr. member
Activity: 389
Merit: 250
web GUI?
Sorry like an Admin Web GUI, to control the front end like news etc. 

not yet but planned
newbie
Activity: 14
Merit: 0
web GUI?
Sorry like an Admin Web GUI, to control the front end like news etc. 
newbie
Activity: 20
Merit: 0
Finally mine is working terminal.gudangreceh.com, but still facing a problem, no one could connect to the port when testing the miner, what should i do?
sr. member
Activity: 389
Merit: 250
newbie
Activity: 14
Merit: 0
bonesoul, I love this software.  It is extremely easy to use (after a while of tinkering  Wink ) and is straight forward with the configurations.  KEEP UP THE EXCELENT WORK!

Straight CoiniumServ is running on my site with no assists from MPOS.  http://Http://steamoctanepool.com

I noticed in the web files there was some admin JS packages, is there a timeline when a web GUI will be implemented?

Thanks Again!
legendary
Activity: 1120
Merit: 1000
I am very new to coinium and have some experience with nomp.

i have setup coinium on my vps server and have installed and started my casinocoin server i think i have set all the configs correctly but i still cant seem to access the website using my vps ip

any help will be appreciated thanks.
             .__       .__
  ____  ____ |__| ____ |__|__ __  _____   ______ ______________  __
_/ ___\/  _ \|  |/    \|  |  |  \/     \ /  ___// __ \_  __ \  \/ /
\  \__(  <_> )  |   |  \  |  |  /  Y Y  \\___ \\  ___/|  | \/\   /
 \___  >____/|__|___|  /__|____/|__|_|  /____  >\___  >__|    \_/
     \/              \/               \/     \/     \/

Copyright (C) 2013 - 2014, Coinium project - http://www.coinium.org

CoiniumServ comes with ABSOLUTELY NO WARRANTY.

You can contribute the development of the project by donating;
 BTC : 18qqrtR4xHujLKf9oqiCsjmwmH5vGpch4D
 LTC : LMXfRb3w8cMUBfqZb6RUkFTPaT6vbRozPa
 DOGE: DM8FW8REMHj3P4xtcMWDn33ccjikCWJnQr
 RDD : Rb9kcLs96VDHTmiXVjcWC2RBsfCJ73UQyr

03:06:47 [Information] [ConfigManager] [global] CoiniumServ Aurora 0.2.4.42852 warming-up..
03:06:48 [Information] [PlatformManager] [global] Running over Mono 3.2.8 (Debian 3.2.8+dfsg-4ubuntu1), framework: 4.5 (v4.0.30319.17020).
03:06:48 [Information] [ConfigManager] [global] Discovered a total of 1 enabled pool configurations: [Casinocoin]
03:06:48 [Information] [MySqlProvider] [Casinocoin] Mysql storage initialized: 127.0.0.1:3306, database: coinium.
03:06:48 [Information] [RedisProvider] [Casinocoin] Redis storage initialized: 127.0.0.1:6379, v2.8.17.
03:06:49 [Information] [WebServer] [global] Web-server listening on: http://104.219.52.33/
03:06:50 [Information] [BanManager] [Casinocoin] No expired bans found to be cleared [remaining bans: 0].
03:06:51 [Information] [JobManager] [Casinocoin] Broadcasted new job 0x1 to 0 subscribers as no new blocks found for last 55 seconds
03:06:51 [Information] [NetworkInfo] [Casinocoin] symbol: CSC algorithm: scrypt version: 1030000 protocol: 70004 wallet: 60000 network difficulty: 2.33808640 block difficulty: 153228.83 network hashrate: 41.63 MH/s network: mainnet peers: 10 blocks: 696743 errors: none
03:06:51 [Information] [StratumServer] [Casinocoin] Stratum server listening on 104.219.52.33:3333
03:07:46 [Information] [JobManager] [Casinocoin] Broadcasted new job 0x2 to 0 subscribers as no new blocks found for last 55 seconds
03:07:51 [Information] [BlockProcessor] [Casinocoin] No pending blocks found
03:07:51 [Information] [BlockAccounter] [Casinocoin] No pending blocks waiting to get accounted found
03:07:51 [Information] [PaymentProcessor] [Casinocoin] No pending payments found
03:08:41 [Information] [JobManager] [Casinocoin] Broadcasted new job 0x3 to 0 subscribers as no new blocks found for last 55 seconds
03:08:51 [Information] [BlockProcessor] [Casinocoin] No pending blocks found
03:08:51 [Information] [BlockAccounter] [Casinocoin] No pending blocks waiting to get accounted found
03:08:51 [Information] [PaymentProcessor] [Casinocoin] No pending payments found


sr. member
Activity: 389
Merit: 250
use the master branch from git
newbie
Activity: 20
Merit: 0
Code:
CoiniumServ.Tests.Pools.PoolTests.ConstructorTest_NonNullParams_ShouldSuccess [FAIL]
   Should.Core.Exceptions.GreaterThanException : Assert.GreaterThan() Failure:
        Expected: 0 > 0
        but it was not
   Stack Trace:
     at CoiniumServ.Tests.Pools.PoolTests.ConstructorTest_NonNullParams_ShouldSuccess () [0x00000] in :0
     at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
     at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in :0

48 total, 1 failed, 0 skipped, took 2.256 seconds

I'm trying to install it on Ubuntu 14, but keep failed with error message above, please help
full member
Activity: 140
Merit: 100
Great work on CoiniumServ guys!  I've setup our own Mining Portal at CryptoBlox.com which is now running CoiniumServ instead of NOMP.  Looking forward to the Merge-Mining, Mulit-Pool, and Auto-Exchange features!

mine.cryptoblox.com
sr. member
Activity: 389
Merit: 250
what's your redis version? you need at least redis 2.8.
newbie
Activity: 5
Merit: 0
Code:
10/19/2014 05:40:23 -04:00 [Error] [HybridStorage] [Dogecoin] An exception occured while comitting share: ERR unknown command 'HINCRBYFLOAT'
10/19/2014 05:40:27 -04:00 [Debug] [ShareManager] [Dogecoin] Share accepted at 30.16/16 by miner DQG4uiJdoXzSXXDUFHDPVGCz1VjyG4FMrh
10/19/2014 05:40:27 -04:00 [Error] [HybridStorage] [Dogecoin] An exception occured while comitting share: ERR unknown command 'HINCRBYFLOAT'
10/19/2014 05:40:27 -04:00 [Debug] [ShareManager] [Dogecoin] Share accepted at 27.96/16 by miner DQG4uiJdoXzSXXDUFHDPVGCz1VjyG4FMrh
10/19/2014 05:40:28 -04:00 [Error] [HybridStorage] [Dogecoin] An exception occured while comitting share: ERR unknown command 'HINCRBYFLOAT'
10/19/2014 05:40:28 -04:00 [Debug] [ShareManager] [Dogecoin] Share accepted at 35.63/16 by miner DQG4uiJdoXzSXXDUFHDPVGCz1VjyG4FMrh
10/19/2014 05:40:32 -04:00 [Verbose] [JobManager] [Dogecoin] As idle job timer expired, rebroadcasting new work
10/19/2014 05:40:32 -04:00 [Information] [JobManager] [Dogecoin] Broadcasted new job 0x2 to 1 subscribers as no new blocks found for last 55 seconds
10/19/2014 05:40:33 -04:00 [Error] [HybridStorage] [Dogecoin] An exception occured while comitting share: ERR unknown command 'HINCRBYFLOAT
10/19/2014 05:40:33 -04:00 [Debug] [ShareManager] [Dogecoin] Share accepted at 26.13/16 by miner DQG4uiJdoXzSXXDUFHDPVGCz1VjyG4FMrh
10/19/2014 05:40:33 -04:00 [Debug] [VardiffManager] [Dogecoin] Difficulty updated to 140.4878 for miner: DQG4uiJdoXzSXXDUFHDPVGCz1VjyG4FMrh
10/19/2014 05:40:34 -04:00 [Error] [HybridStorage] [Dogecoin] An exception occured while comitting share: ERR unknown command 'HINCRBYFLOAT'
10/19/2014 05:40:34 -04:00 [Debug] [ShareManager] [Dogecoin] Share accepted at 23.62/140.4878 by miner DQG4uiJdoXzSXXDUFHDPVGCz1VjyG4FMrh
10/19/2014 05:40:35 -04:00 [Error] [HybridStorage] [Dogecoin] An exception occured while comitting share: ERR unknown command 'HINCRBYFLOAT'
10/19/2014 05:40:35 -04:00 [Debug] [ShareManager] [Dogecoin] Share accepted at 100.61/140.4878 by miner DQG4uiJdoXzSXXDUFHDPVGCz1VjyG4FMrh
10/19/2014 05:40:37 -04:00 [Information] [BlockProcessor] [Dogecoin] No pending blocks found
10/19/2014 05:40:37 -04:00 [Information] [BlockAccounter] [Dogecoin] No pending blocks waiting to get accounted found
10/19/2014 05:40:37 -04:00 [Information] [PaymentProcessor] [Dogecoin] No pending payments found
10/19/2014 05:40:38 -04:00 [Error] [HybridStorage] [Dogecoin] An exception occured while deleting expired hashrate data: ERR operation not permitted
10/19/2014 05:40:38 -04:00 [Error] [HybridStorage] [Dogecoin] An exception occured while getting hashrate data: ERR operation not permitted
10/19/2014 05:40:38 -04:00 [Error] [HybridStorage] [Dogecoin] An exception occured while getting shares for current round: ERR operation not permitted
10/19/2014 05:40:38 -04:00 [Debug] [StatisticsManager] [global] Recached statistics - took 0.018 seconds

Any thoughts on the error lines above?
running on windows, just downloaded and compiled newest version

thanks
sr. member
Activity: 389
Merit: 250
nyo_x, thanks for your donation!
sr. member
Activity: 295
Merit: 250
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 Smiley.
Thank You Smiley

You are more then welcome - and for the beer you can find the addresses @ https://github.com/CoiniumServ/CoiniumServ#donations Smiley

ok , sent some LTC's, Thank You

0045b0513c8c6a00524b395274003c0e24b0fd868812fae05602eb78bfeb89bd
sr. member
Activity: 389
Merit: 250
that's a known bug with x11 coins still waiting for a fix; https://github.com/CoiniumServ/CoiniumServ/issues/416
bbr
sr. member
Activity: 290
Merit: 250
Pages:
Jump to: