Skip to content

config.json #37

@pink68

Description

@pink68

hello

please add new coin config.json to examples
i try to config Yentenc coin and ilicoin and error

[PoolCore] Pool yenten references undefined coin 'Yenten'

my json

"pools": [{
"id": "yenten",
"enabled": true,
"coin": "Yenten",
"address": "YXTH2eTF6mwA5cYGJP6FtP4a9MLHrxCCit",
"rewardRecipients": [
{
"address": "YbBTSFnyrpDusyuXYK8cHVdu9dpRaMDcWS",
"percentage": 1.0
}
],
"blockRefreshInterval": 500,
"jobRebroadcastTimeout": 10,
"clientConnectionTimeout": 600,
"banning": {
"enabled": true,
"time": 600,
"invalidPercent": 50,
"checkThreshold": 50
},
"ports": {
"7777": {
"listenAddress": "0.0.0.0",
"difficulty": 1024,
"varDiff": {
"minDiff": 512,
"targetTime": 15,
"retargetTime": 90,
"variancePercent": 30
}
}
},
"daemons": [
{
"host": "127.0.0.1",
"port": 9982,
"user": "111111",
"password": "111111"
}
],
"paymentProcessing": {
"enabled": true,
"minimumPayment": 0.5,
"payoutScheme": "PPLNS",
"payoutSchemeConfig": {
"factor": 2.0
}
}
}]

why this error ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions