buckey
Newbie
Offline
Activity: 23
Merit: 0
|
|
March 02, 2015, 01:45:43 PM |
|
I have manage to setup the server on a windows environment (w7), everything is working ok except that I can't connect to the web server from another computer on the same local network (same thing from outside the lan, obviously).
I have tried every combination of ip address on the "address" and "bind" parameters of the config.json file with no luck.
I would appreciate any help.
Thanks
Here is the stanza we used "website": { "enabled": true, "bind": "", "port": 80, "template": "default", "feed": "", "backend": { "metrics": { "enabled": true } } }, Note - you can also bind to a web address - eg pool.bert.com Still not working. I can access the web server from the local machine but not from the local network. Any ideas?
|
|
|
|
wargo
|
|
March 02, 2015, 03:28:55 PM |
|
If you want to access within LAN use addresses 192.168.1.* or similar depending on your network configuration. If you want to access from outside, use your external IP and unblock assigned port (if needed).
|
|
|
|
AnimoEsto
|
|
March 02, 2015, 04:35:20 PM |
|
Might be a silly question - but have you allowed port 80 through the firewall? Windows wont do this by default if your not using IIS.
|
|
|
|
buckey
Newbie
Offline
Activity: 23
Merit: 0
|
|
March 03, 2015, 12:05:55 AM |
|
Might be a silly question - but have you allowed port 80 through the firewall? Windows wont do this by default if your not using IIS.
That was it...Sometimes one forgets the most basic things... Thanks
|
|
|
|
buckey
Newbie
Offline
Activity: 23
Merit: 0
|
|
March 03, 2015, 05:37:01 PM |
|
Can anyone share their redis.conf. I'm having some problems with redis after a couple of minutes of mining.
Thanks
|
|
|
|
wargo
|
|
March 03, 2015, 07:46:28 PM |
|
Can anyone share their redis.conf. I'm having some problems with redis after a couple of minutes of mining.
Thanks
What problem?
|
|
|
|
buckey
Newbie
Offline
Activity: 23
Merit: 0
|
|
March 04, 2015, 11:40:04 PM |
|
Can anyone share their redis.conf. I'm having some problems with redis after a couple of minutes of mining.
Thanks
What problem? I get the following message "[Error] [Pool Manager] [global] Error recaching statistics:the operation has produced an overflow" Before I had a lot of errors but I reduce the maxheap to 1gb and I got a lot less errors.
|
|
|
|
Benjali
Newbie
Offline
Activity: 2
Merit: 0
|
|
March 20, 2015, 02:26:46 AM |
|
Server seems to be losing connection to my instance of bitcoind.
I can't seem to keep my system online and need help.
It happens with both the purchased binaries and when I download and compile.
I am running on ubuntu 14.04 lts with 32 gb memory on a hp dl585 with 500g storage.
any help would be appreciated.
18:04:30 [Information] [ConfigManager] [global] CoiniumServ Aurora 0.2.4.31131 warming-up.. 18:04:30 [Information] [PlatformManager] [global] Running over Mono 3.12.1 (tarball Fri Mar 6 19:12:47 UTC 2015), framework: 4.5 (v4.0.30319.17020). 18:04:30 [Information] [ConfigManager] [global] Discovered a total of 1 enabled pool configurations: [Bitcoin] 18:04:31 [Information] [MySqlProvider] [Bitcoin] Mysql storage initialized: 127.0.0.1:3306, database: btc. 18:04:31 [Information] [RedisProvider] [Bitcoin] Redis storage initialized: 127.0.0.1:6379, v2.8.19. 18:04:32 [Information] [BanManager] [Bitcoin] No expired bans found to be cleared [remaining bans: 0]. 18:04:32 [Information] [JobManager] [Bitcoin] Broadcasted new job 0x1 to 0 subscribers as no new blocks found for last 55 seconds 18:04:33 [Information] [NetworkInfo] [Bitcoin] symbol: BTC algorithm: sha256 version: 90400 protocol: 70002 wallet: 60000 network difficulty: 47427554950.64830000 block difficulty: 47427554 950.65 network hashrate: 336.27 PH/s network: mainnet peers: 3 blocks: 348348 errors: none
19:09:57 [Information] [BlockProcessor] [Bitcoin] No pending blocks found 19:09:57 [Information] [BlockAccounter] [Bitcoin] No pending blocks waiting to get accounted found 19:09:57 [Information] [PaymentProcessor] [Bitcoin] No pending payments found 19:10:09 [Error] [NetworkInfo] [Bitcoin] Can not read getinfo(): The request timed out 19:10:11 [Information] [JobManager] [Bitcoin] Broadcasted new job 0x6 to 3 subscribers as no new blocks found for last 55 seconds 19:10:57 [Information] [BlockProcessor] [Bitcoin] No pending blocks found 19:10:57 [Information] [BlockAccounter] [Bitcoin] No pending blocks waiting to get accounted found 19:10:57 [Information] [PaymentProcessor] [Bitcoin] No pending payments found Stacktrace:
Native stacktrace:
mono() [0x4accac] mono() [0x50451f] mono() [0x42a7c7] /lib/x86_64-linux-gnu/libpthread.so.0(+0x10340) [0x7f17aec27340] mono() [0x53806e] [0x4161b34a]
Debug info from gdb:
================================================================= Got a SIGSEGV while executing native code. This usually indicates a fatal error in the mono runtime or one of the native libraries used by your application. =================================================================
Aborted (core dumped)
|
|
|
|
PANDiNSKi
Newbie
Offline
Activity: 56
Merit: 0
|
|
March 24, 2015, 11:24:17 AM |
|
I am having some difficulty in compiling CoiniumServ on a Windows 7 X64 Ultimate platform using Visual Studio Community 2013. The first errors I got were related to missing NuGet packages. I sorted that and it then said CSRedis was missing and unable to load. I then opened Nuget and downloaded CSRedis into the project and now it's giving me the following errors/warnings when I try to compile: Error 1 The project file could not be loaded. Could not find a part of the path 'C:\Users\Peter\CoiniumServ-develop\deps\csredis\CSRedis\CSRedis.csproj'. C:\Users\Peter\CoiniumServ-develop\deps\csredis\CSRedis\CSRedis.csproj CSRedis
Error 2 Metadata file 'C:\Users\Peter\CoiniumServ-develop\bin\Release\CoiniumServ.exe' could not be found C:\Users\Peter\CoiniumServ-develop\src\Tests\CSC CoiniumServ.Tests
Error 3 The event 'CSRedis.RedisClient.Connected' can only appear on the left hand side of += or -= C:\Users\Peter\CoiniumServ-develop\src\CoiniumServ\Persistance\Providers\Redis\RedisProvider.cs 33 55 CoiniumServ
Error 4 'CSRedis.RedisClient' does not contain a definition for 'ReconnectTimeout' C:\Users\Peter\CoiniumServ-develop\src\CoiniumServ\Persistance\Providers\Redis\RedisProvider.cs 59 21 CoiniumServ
Any help on this issue is greatly appreciated!
|
|
|
|
thor3202
Newbie
Offline
Activity: 10
Merit: 0
|
|
April 02, 2015, 02:37:02 PM |
|
Is this development still going ?
|
|
|
|
thor3202
Newbie
Offline
Activity: 10
Merit: 0
|
|
April 02, 2015, 02:55:18 PM |
|
I have a question, I'm a bit of a neweb and still learning. I was able to compile on ubuntu 13.10 but when I get to running ./build.sh in release I get this error, help please.
pool@pool-P5E3-Deluxe:~/CoiniumServ/build/release$ ./build.sh ./build.sh: line 5: mozroots: command not found ./build.sh: line 6: xbuild: command not found ./build.sh: line 7: mono: command not found pool@pool-P5E3-Deluxe:~/CoiniumServ/build/release$
I do have mono on the machine.
|
|
|
|
wargo
|
|
April 02, 2015, 05:19:08 PM |
|
sudo apt-get install mono-devel
|
|
|
|
thor3202
Newbie
Offline
Activity: 10
Merit: 0
|
|
April 08, 2015, 06:25:40 AM |
|
sudo apt-get install mono-devel Mate cheers for that, it worked a treat.
|
|
|
|
McKnight
|
|
April 08, 2015, 10:47:46 AM |
|
I can't compile this on windows, and your website is down, so how can i get this to work?
|
|
|
|
thor3202
Newbie
Offline
Activity: 10
Merit: 0
|
|
April 08, 2015, 02:33:11 PM |
|
Hi guys got another silly question, when I type ./CoiniumServ nothing happens and I get (bash: ./CoiniumServ: No such file or directory) I don't know whats going on.
|
|
|
|
wargo
|
|
April 08, 2015, 07:54:28 PM |
|
Hi guys got another silly question, when I type ./CoiniumServ nothing happens and I get (bash: ./CoiniumServ: No such file or directory) I don't know whats going on.
This file has extension .exe
|
|
|
|
thor3202
Newbie
Offline
Activity: 10
Merit: 0
|
|
April 08, 2015, 11:46:01 PM |
|
Hi guys got another silly question, when I type ./CoiniumServ nothing happens and I get (bash: ./CoiniumServ: No such file or directory) I don't know whats going on.
This file has extension .exe Thanks again for the help, I got it going
|
|
|
|
thor3202
Newbie
Offline
Activity: 10
Merit: 0
|
|
April 09, 2015, 02:03:28 AM |
|
has anyone had this problem before, Table 'litecoin.Block' doesn't exist and how did get the web-front end to use the default none MPOS front end.
Cheers
|
|
|
|
wargo
|
|
April 09, 2015, 02:04:30 PM |
|
Make sure you set proper database name in pool config. For each coin you have to set separate db name.
|
|
|
|
thor3202
Newbie
Offline
Activity: 10
Merit: 0
|
|
April 15, 2015, 12:04:42 AM |
|
Make sure you set proper database name in pool config. For each coin you have to set separate db name.
I tried a different and got the same result, how would i set mysql privileges for coiniumserv.
|
|
|
|
|