Post
Topic
Board Mining (Altcoins)
Re: CoiniumServ - open source & high performance pooled mining server software
by
isamamin
on 23/04/2016, 14:24:00 UTC
What error?
hi mate, sorry for the slow reply (work and life). I have attached attach a screen shot of whats happening, I know that the coin deamon was having some connection issues at the time of the screen shot.

Start Up
https://drive.google.com/file/d/0B_ZqlB5jL86fbDdaSHkxME9JUkE/view?usp=docslist_api

Running
https://drive.google.com/file/d/0B_ZqlB5jL86fTmp2alJ2b3E2M1U/view?usp=docslist_api


Hi everyone,
I was wondering if someone could have a look at my config files and let me know where I have gone. I'm having some trouble and I can't seem to put my finger on it. This install is running on ubuntu server 15.10

Cheers for the help.  Grin

Config.json
Code:
{
    "stack": {
        "name": "Ozminingpool.ml",
        "nodes": [
            {
                "location": "au",
                "address": "127.0.0.1",
                "default": true
            }
        ]
    },
    "statistics": {
        "updateInterval": 60,
        "hashrateWindow": 300
    },
    "website": {
        "enabled": true,
        "bind": "",
        "port": 80,
        "template": "default",
        "feed": "",
        "backend": {
            "metrics": {
                "enabled": false
            }
        }
    },
    "logging": {
        "root": "logs",
        "targets": [
            {
                "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"
            }
        ]
    }
}

Default.json
Code:
{
    "daemon": {
        "host": "127.0.0.1",
        "timeout": 5
    },
    "meta": {
        "motd": "Welcome to CoiniumServ pool, enjoy your stay! - http://www.coiniumserv.com",
        "txMessage": "http://www.coiniumserv.com/"
    },
    "payments": {
        "enabled": true,
        "interval": 60,
        "minimum": 0.01
    },
    "miner": {
        "validateUsername": true,
        "timeout": 300
    },
    "job": {
        "blockRefreshInterval": 1000,
        "rebroadcastTimeout": 55
    },
    "stratum": {
        "enabled": true,
        "bind": "192.168.*.***",
        "diff": 16,
        "vardiff": {
            "enabled": true,
            "minDiff": 8,
            "maxDiff": 512,
            "targetTime": 15,
            "retargetTime": 90,
            "variancePercent": 30
        }
    },
    "banning": {
        "enabled": true,
        "duration": 600,
        "invalidPercent": 50,
        "checkThreshold": 100,
        "purgeInterval": 300
    },
    "storage": {
        "hybrid": {
            "enabled": true,
            "redis": {
                "host": "127.0.0.1",
                "port": 6379,
                "password": "",
                "databaseId": 0
            },
            "mysql": {
                "host": "127.0.0.1",
                "port": 3306,
                "user": "******",
                "password": "******"
            }
        },
        "mpos": {
            "enabled": false,
            "mysql": {
                "host": "127.0.0.1",
                "port": 3306,
                "user": "######",
                "password": "######"
            }
        }
    }
}

Goldcoin.json
Code:
{
    "enabled": true,
    "coin": "gold.json",
    "daemon": {
"host": "127.0.0.1",
        "port": 8122,
        "username": "******",
        "password": "******"
    },
    "wallet": {
        "address": "DwnvvTCg6QiP8cN3KRxrB1BerqGgztnFF8"
    },
    "rewards": [
        {
            "": 1
        }
    ],
    "stratum": {
        "port": 3003
    },
    "storage": {
        "hybrid": {
            "mysql": {
                "database": "c0goldcoin"
            }
        }
    }
}
add stratum port here :

 "stratum": {
        "enabled": true,
        "bind": "192.168.*.***",
        "diff": 16,

2- also don't forget the Goldcoin.json in ..\config\coin\Goldcoin.json