Bitcoin Forum

Alternate cryptocurrencies => Pools (Altcoins) => Topic started by: LeChuckDE on May 07, 2016, 03:00:13 AM



Title: Need Help to setting up CoExistCoin at uNOMP
Post by: LeChuckDE on May 07, 2016, 03:00:13 AM
Hi have done this config :

coins/coexistcoin.json :

Code:
{
    "name": "CoExistCoin",
    "symbol": "COEXST",
    "algorithm": "x11"
}

and pool_configs/coexistcoin.json :

Code:
{
    "name": "CoExistCoin",
    "symbol": "COEXST",
    "algorithm": "x11"
}
atlantic401:/source/multipool/unomp# cat pool_configs/coexistcoin.json
{
    "enabled": true,
    "coin": "coexistcoin.json",

    "auxes": [ ],
    "address": "PoolCoExistCoin-Address",

    "rewardRecipients": {
        "CoExistCoin-Donation-Address": 0.2,
"MyCoExistCoin-Address": 0.2
    },

    "paymentProcessing": {
        "enabled": true,
        "paymentInterval": 75,
        "minimumPayment": 999999999999,
        "daemon": {
            "host": "127.0.0.1",
            "port": 2310,
            "user": "MyUser",
            "password": "MyPassword"
        }
    },

    "ports": {
        "4008": {
            "diff": 3.31095174
        }
},

    "daemons": [
        {
            "host": "127.0.0.1",
            "port": 2310,
            "user": "MyUser",
            "password": "MyPassword"
        }

}


Node init.js starts up uNOMP without any problems.

Mining @ litecoin works great
Mining @ CoExistCoin, Miner gets Blockinfos from uNOMP but didn't finde any results

Something missing ?

Cheers,

LeChuckDE

This pool will be a none profit pool to support CoExistCoin - Project - Servercosts are mutch higher then get from Pool-Fee
Pool-Fee is 0.4 %, 0.2 % goes directly to CoExistCoin-Donation Wallet, 0.2 % shout help to lower the costs of Servers a little bit


Title: Re: Need Help to setting up CoExistCoin at uNOMP
Post by: Andy777s on May 18, 2016, 06:50:50 PM
Does uNnomp receive shares from miner and accept them? Does miner see shares been accepted?