minernl / miningcore

Miningcore a the multi-currency stratum-engine
https://miningcore.com
MIT License
39 stars 12 forks source link

config.json #37

Open pink68 opened 3 years ago

pink68 commented 3 years ago

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 ?

developer-yellowstudio commented 3 years ago

Check coins.json to see if "Yenten" is uppercase or is it supposed to be "yenten"