Bitcoin Forum
May 04, 2024, 02:56:42 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 105716 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.
artbatista
Full Member
***
Offline Offline

Activity: 158
Merit: 100


View Profile WWW
September 11, 2014, 05:07:46 PM
Last edit: September 11, 2014, 06:57:13 PM by artbatista
 #101

I got it set up with MPOS yesterday. Other than the hash rate being way off, all seems good.

I have this in a VM in Hyper-v under win2012serv-r2, running kubuntu 14.04

Take a look:

btcpool.artbatista.com


Cheers


Art

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

Posts: 1714791402

View Profile Personal Message (Offline)

Ignore
1714791402
Reply with quote  #2

1714791402
Report to moderator
1714791402
Hero Member
*
Offline Offline

Posts: 1714791402

View Profile Personal Message (Offline)

Ignore
1714791402
Reply with quote  #2

1714791402
Report to moderator
1714791402
Hero Member
*
Offline Offline

Posts: 1714791402

View Profile Personal Message (Offline)

Ignore
1714791402
Reply with quote  #2

1714791402
Report to moderator
There are several different types of Bitcoin clients. The most secure are full nodes like Bitcoin Core, but full nodes are more resource-heavy, and they must do a lengthy initial syncing process. As a result, lightweight clients with somewhat less security are commonly used.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714791402
Hero Member
*
Offline Offline

Posts: 1714791402

View Profile Personal Message (Offline)

Ignore
1714791402
Reply with quote  #2

1714791402
Report to moderator
1714791402
Hero Member
*
Offline Offline

Posts: 1714791402

View Profile Personal Message (Offline)

Ignore
1714791402
Reply with quote  #2

1714791402
Report to moderator
1714791402
Hero Member
*
Offline Offline

Posts: 1714791402

View Profile Personal Message (Offline)

Ignore
1714791402
Reply with quote  #2

1714791402
Report to moderator
artbatista
Full Member
***
Offline Offline

Activity: 158
Merit: 100


View Profile WWW
September 11, 2014, 05:49:09 PM
 #102

art, added a configurable timeout option - https://github.com/CoiniumServ/CoiniumServ/pull/437 - https://github.com/CoiniumServ/CoiniumServ/archive/develop.zip
relative commit: https://github.com/raistlinthewiz/CoiniumServ/commit/4e7b91cb5e38ecda0a7292ec859bdc570d696781

i've set it to 5 seconds by default (where it was before 1 second), can you test it to see if it fixes your problems?

configuration option: https://github.com/raistlinthewiz/CoiniumServ/commit/4e7b91cb5e38ecda0a7292ec859bdc570d696781

I'll sync the repo and compile it when get a chance.

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 11, 2014, 08:48:09 PM
 #103

Small display bug.

Was watching the coinium interface when a new job was broadcasted because a block was just found, 32016

However the block that has just been found is 32015, 32016 is the next block that's being worked on.

Anyway, it's minor, but coinium should say that the block that was found was the previous block, not the next block.

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 11, 2014, 09:49:11 PM
 #104

i installed this on Ubuntu 14 but have no clue how to get CoiniumServ.exe running.

run with;
Code:
chmod +x CoiniumServ.exe
./CoiniumServ.exe

or
Code:
chmod +x CoiniumServ.exe
mono CoiniumServ.exe

art, will be checking the block display bug.
still didn't have time to fix the hashrate bug.

artbatista
Full Member
***
Offline Offline

Activity: 158
Merit: 100


View Profile WWW
September 11, 2014, 10:10:34 PM
 #105

i installed this on Ubuntu 14 but have no clue how to get CoiniumServ.exe running.

run with;
Code:
chmod +x CoiniumServ.exe
./CoiniumServ.exe

or
Code:
chmod +x CoiniumServ.exe
mono CoiniumServ.exe

art, will be checking the block display bug.
still didn't have time to fix the hashrate bug.

In Ubuntu 14.04, even after I chmod +x, CoiniumServ.exe will not run, CoiniumServGUI.exe on the other hand, works right out the gate, no chmod needed. I just copied the entire bin + subdirectories to my home directory in ubuntu and clicked on CoiniumServGUI.exe to run.

And yes. I did verify they were both marked as executables.

One other thing, in the GUI versions, could you make the console view the default, instead of the web view? I have the web interface disabled now to use with MPOS, so it just a blank screen looking at me until I click on the console tab.


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 11, 2014, 10:11:59 PM
 #106


art, will be checking the block display bug.
still didn't have time to fix the hashrate bug.


Write it all down, I am sure you'll get to them eventually.

 Grin


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 11, 2014, 10:30:59 PM
Last edit: September 11, 2014, 10:42:35 PM by bonesoul
 #107


In Ubuntu 14.04, even after I chmod +x, CoiniumServ.exe will not run, CoiniumServGUI.exe on the other hand, works right out the gate, no chmod needed. I just copied the entire bin + subdirectories to my home directory in ubuntu and clicked on CoiniumServGUI.exe to run.


do you get an error when you try to do so?

and art all issues are tracked on github - https://github.com/CoiniumServ/CoiniumServ/issues

and fixed both issues: https://github.com/CoiniumServ/CoiniumServ/pull/439

artbatista
Full Member
***
Offline Offline

Activity: 158
Merit: 100


View Profile WWW
September 11, 2014, 10:53:31 PM
 #108


In Ubuntu 14.04, even after I chmod +x, CoiniumServ.exe will not run, CoiniumServGUI.exe on the other hand, works right out the gate, no chmod needed. I just copied the entire bin + subdirectories to my home directory in ubuntu and clicked on CoiniumServGUI.exe to run.


do you get an error when you try to do so?

and art all issues are tracked on github - https://github.com/CoiniumServ/CoiniumServ/issues

and fixed both issues: https://github.com/CoiniumServ/CoiniumServ/pull/439

Will do

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

Activity: 644
Merit: 500



View Profile
September 11, 2014, 11:20:30 PM
 #109

i installed this on Ubuntu 14 but have no clue how to get CoiniumServ.exe running.

run with;
Code:
chmod +x CoiniumServ.exe
./CoiniumServ.exe

or
Code:
chmod +x CoiniumServ.exe
mono CoiniumServ.exe

art, will be checking the block display bug.
still didn't have time to fix the hashrate bug.
cheers mate. mono CoiniumSer.exe worked a treat

HunterS
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500



View Profile
September 12, 2014, 12:39:23 AM
 #110

i get this error when server starts-[Error] [HttpServer] [global] Need elevated privileges to listen on port 80, try running as root - Address already in use

artbatista
Full Member
***
Offline Offline

Activity: 158
Merit: 100


View Profile WWW
September 12, 2014, 12:59:57 AM
 #111

i get this error when server starts-[Error] [HttpServer] [global] Need elevated privileges to listen on port 80, try running as root - Address already in use


If you already have a web server running, you either need to disable the server, or disable the coinium built in web server or change coinium port so they won't clash.

Art

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

Activity: 644
Merit: 500



View Profile
September 12, 2014, 04:27:53 AM
 #112

i get this error when server starts-[Error] [HttpServer] [global] Need elevated privileges to listen on port 80, try running as root - Address already in use


If you already have a web server running, you either need to disable the server, or disable the coinium built in web server or change coinium port so they won't clash.

Art
yep it was apache i fixed that.i get web front up now but my pools arent showing up say i have zero configuted but i done all the cofig right i thought

artbatista
Full Member
***
Offline Offline

Activity: 158
Merit: 100


View Profile WWW
September 12, 2014, 04:49:03 AM
 #113

i get this error when server starts-[Error] [HttpServer] [global] Need elevated privileges to listen on port 80, try running as root - Address already in use


If you already have a web server running, you either need to disable the server, or disable the coinium built in web server or change coinium port so they won't clash.

Art
yep it was apache i fixed that.i get web front up now but my pools arent showing up say i have zero configuted but i done all the cofig right i thought

Did the change the "enabled" line from "false" to "true" at the very top of the "coinname.json" file in the pools sub directory?


Code:
{
    # detailed sample config file for pool which explicility sets all settings.

    "enabled": true,    

    # -------------------------------
    # Coin configuration
    # -------------------------------

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

Activity: 644
Merit: 500



View Profile
September 12, 2014, 05:13:40 AM
 #114

checking now.also when it says "cp advanced-example.json your-pool.json" do you replace "your-pool" with your coin name or leave as is

artbatista
Full Member
***
Offline Offline

Activity: 158
Merit: 100


View Profile WWW
September 12, 2014, 05:19:14 AM
 #115

checking now.also when it says "cp advanced-example.json your-pool.json" do you replace "your-pool" with your coin name or leave as is
yes, for each pool , you create a copy naming it, i.e. For bitcoin:

bitcoin.json

Then edit the file. It's very well commented.

Art



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

Activity: 644
Merit: 500



View Profile
September 12, 2014, 05:44:57 AM
 #116

ok i got it run in terminal window.everything looks good but i cant open web page

HunterS
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500



View Profile
September 12, 2014, 06:17:04 AM
 #117

Everything looks good.But cant open web page for pool
 
            .__       .__
  ____  ____ |__| ____ |__|__ __  _____   ______ ______________  __
_/ ___\/  _ \|  |/    \|  |  |  \/     \ /  ___// __ \_  __ \  \/ /
\  \__(  <_> )  |   |  \  |  |  /  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

02:15:06 [Information] [Program] [global] CoiniumServ Piri Reis 0.1.5.1767 warming-up..
02:15:06 [Information] [PlatformManager] [global] Running over Mono 3.2.8 (Debian 3.2.8+dfsg-4ubuntu1), framework: 4.5 (v4.0.30319.17020).
02:15:06 [Debug] [ConfigManager] [global] Discovering enabled pool configs..
02:15:06 [Information] [PoolConfig] [Xtracoin] Disabled payments processor as it can not be enabled when MPOS mode is on
02:15:06 [Information] [ConfigManager] [global] Discovered a total of 1 enabled pool configurations: [Xtracoin]
02:15:06 [Debug] [Pool] [Xtracoin] Generated cryptographically random instance Id: 3007228616
02:15:07 [Information] [NetworkInfo] [Xtracoin] symbol: CX algorithm: sha256 version: v1.0.0.1-xtra protocol: 60006 wallet: 60000 network difficulty: 44868.96041621 block difficulty: 44868.96 network hashrate: 1.78 TH/s network: mainnet peers: 14 blocks: 100891 errors: none
02:15:07 [Information] [MySqlProvider] [Xtracoin] Mysql storage initialized: 127.0.0.1:3306, database: xtracoin.
02:15:07 [Information] [BanManager] [Xtracoin] No expired bans found to be cleared [remaining bans: 0].
02:15:07 [Information] [JobManager] [Xtracoin] Broadcasted new job 0x1 to 0 subscribers as no new blocks found for last 55 seconds
02:15:07 [Information] [StratumServer] [Xtracoin] Stratum server listening on 178.62.138.128:3333
02:15:07 [Debug] [StatisticsManager] [global] Recached statistics - took 0.236 seconds
02:15:08 [Information] [HttpServer] [global] Web-server listening on: http://178.62.138.128/
02:16:02 [Information] [JobManager] [Xtracoin] Broadcasted new job 0x2 to 0 subscribers as no new blocks found for last 55 seconds
02:16:07 [Debug] [StatisticsManager] [global] Recached statistics - took 0.011 seconds

artbatista
Full Member
***
Offline Offline

Activity: 158
Merit: 100


View Profile WWW
September 12, 2014, 06:30:15 AM
 #118

Everything looks good.But cant open web page for pool
 
            .__       .__
  ____  ____ |__| ____ |__|__ __  _____   ______ ______________  __
_/ ___\/  _ \|  |/    \|  |  |  \/     \ /  ___// __ \_  __ \  \/ /
\  \__(  <_> )  |   |  \  |  |  /  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

02:15:06 [Information] [Program] [global] CoiniumServ Piri Reis 0.1.5.1767 warming-up..
02:15:06 [Information] [PlatformManager] [global] Running over Mono 3.2.8 (Debian 3.2.8+dfsg-4ubuntu1), framework: 4.5 (v4.0.30319.17020).
02:15:06 [Debug] [ConfigManager] [global] Discovering enabled pool configs..
02:15:06 [Information] [PoolConfig] [Xtracoin] Disabled payments processor as it can not be enabled when MPOS mode is on
02:15:06 [Information] [ConfigManager] [global] Discovered a total of 1 enabled pool configurations: [Xtracoin]
02:15:06 [Debug] [Pool] [Xtracoin] Generated cryptographically random instance Id: 3007228616
02:15:07 [Information] [NetworkInfo] [Xtracoin] symbol: CX algorithm: sha256 version: v1.0.0.1-xtra protocol: 60006 wallet: 60000 network difficulty: 44868.96041621 block difficulty: 44868.96 network hashrate: 1.78 TH/s network: mainnet peers: 14 blocks: 100891 errors: none
02:15:07 [Information] [MySqlProvider] [Xtracoin] Mysql storage initialized: 127.0.0.1:3306, database: xtracoin.
02:15:07 [Information] [BanManager] [Xtracoin] No expired bans found to be cleared [remaining bans: 0].
02:15:07 [Information] [JobManager] [Xtracoin] Broadcasted new job 0x1 to 0 subscribers as no new blocks found for last 55 seconds
02:15:07 [Information] [StratumServer] [Xtracoin] Stratum server listening on 178.62.138.128:3333
02:15:07 [Debug] [StatisticsManager] [global] Recached statistics - took 0.236 seconds
02:15:08 [Information] [HttpServer] [global] Web-server listening on: http://178.62.138.128/
02:16:02 [Information] [JobManager] [Xtracoin] Broadcasted new job 0x2 to 0 subscribers as no new blocks found for last 55 seconds
02:16:07 [Debug] [StatisticsManager] [global] Recached statistics - took 0.011 seconds


If you are running the Alpha5, it's very picky about what interface it binds to. Try 127.0.0.1 and localhost.

The develop branch fixes that.

If it still does not work paste the config.json here.

Exactly what error do you get on the browser when you try to load up the page?

Art

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

Activity: 644
Merit: 500



View Profile
September 12, 2014, 06:41:56 AM
 #119

    # -------------------------------
    # Stack Configuration
    # -------------------------------

    # name:  name of the pool stack.

    "stack": {
        "name": "CoiniumServ.com"
    },

    # -------------------------------
    # Statistics Configuration
    # -------------------------------

    # updateInterval: interval for recaching statistics.
    # hashrateWindow: how many seconds worth of shares should be gathered to generate hashrate.

    "statistics": {
        "updateInterval": 60,
        "hashrateWindow": 300
    },

    # -------------------------------
    # Website Configuration
    # -------------------------------

    # enabled: set this true to enable frontend.
    # bind: interface to bind webserver, leave empty to listen on all available interfaces.
    # port: port to listen for http connections.
    # backend:
    # enabled: set this true to enable admin backend.
    # password: password for enabling administrator

        "website": {
                "enabled": true,
                "bind": "",
                "port": 80,
        "backend" : {
            "metrics": {
                "enabled": false
            }
        }
        },

    # -------------------------------
    # Logging Configuration
    # -------------------------------

    # root: relative path of logs.
    # targets: log targets.

    # target:
    # enabled: is the log target enabled?
    # type: console, file or packet.
    # filename: filename of the log file.
    # rolling: set this true to get a seperate log file for every day.
    # level: minimum log level.

    # logging configuration
        "logging": {
                "root": "logs",
                "targets": [
                        {
                                "enabled": true,
                                "type": "console",
                                "level": "debug"
                        },
                        {
                                "enabled": true,
                                "type": "file",
                                "filename": "server.log",
                                "rolling": false,
                                "level": "information"
                        },
                        {
                                "enabled": true,
                                "type": "file",
                                "filename": "debug.log",
                                "rolling": false,
                                "level": "verbose"
                        },
                        {
                                "enabled": true,
                                "type": "packet",
                                "filename": "packet.log",
                                "rolling": false,
                                "level": "verbose"
                        }
        ]
        }
}


artbatista
Full Member
***
Offline Offline

Activity: 158
Merit: 100


View Profile WWW
September 12, 2014, 06:42:15 AM
 #120

Quote

02:15:06 [Debug] [Pool] [Xtracoin] Generated cryptographically random instance Id: 3007228616


I noticed you are running xtracoin. Isn't that a POS/POW hybrid coin?

Anyway, coinium does not work with POS coins yet. It looks like it does, but blocks never get submitted because the daemon  rejects them.

Art

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!