NineEleven
|
 |
July 05, 2015, 10:09:49 AM |
|
i'm i doing something wrong? i'm getting this 2015-07-04 13:02:56 [Pool] [yacoin] (Thread 2) We thought a block was found but it was rejected by the daemon, share data: {"job":"38b","ip":"10.0.21.233","port":3032,"worker":"YKL5qhpF6e9ZW7HWkD7TpVZ1NAYFstpxmH","height":1125546,"blockReward":76820000,"difficulty":4,"shareDiff":"332.99139015","blockDiff":77.870137344,"blockDiffActual":0.001188204,"blockHash":"43f1025bf8ad1154eff917edb39978040b520cd6d2196ac123c6956a392276a9"} but some block are in the wallet and already confirmed my config files config.json { "logLevel": "debug", "logColors": true, "cliPort": 17117, "clustering": { "enabled": true, "forks": "auto" }, "defaultPoolConfigs": { "blockRefreshInterval": 1000, "jobRebroadcastTimeout": 55, "connectionTimeout": 600, "emitInvalidBlockHashes": false, "validateWorkerUsername": true, "tcpProxyProtocol": false, "banning": { "enabled": true, "time": 600, "invalidPercent": 50, "checkThreshold": 500, "purgeInterval": 300 }, "redis": { "host": "127.0.0.1", "port": 6379, "db": 0, "password": "" } }, "website": { "enabled": true, "host": "0.0.0.0", "siteTitle": "UNOMP", "port": 81, "stratumHost": "193.136.97.30", "stats": { "updateInterval": 60, "historicalRetention": 43200, "hashrateWindow": 300, "graphColors": ["#058DC7", "#50B432", "#ED561B", "#DDDF00", "#24CBE5", "#64E572", "#FF9655", "#FFF263", "#6AF9C4"] }, "adminCenter": { "enabled": true, "password": "********" } }, "redis": { "host": "127.0.0.1", "port": 6379, "db": 0, "password": "" }, "switching": { "switch1": { "enabled": false, "algorithm": "sha256", "ports": { "3333": { "diff": 10, "varDiff": { "minDiff": 16, "maxDiff": 512, "targetTime": 15, "retargetTime": 90, "variancePercent": 30 } } } }, "switch2": { "enabled": false, "algorithm": "scrypt", "ports": { "4444": { "diff": 10, "varDiff": { "minDiff": 16, "maxDiff": 512, "targetTime": 15, "retargetTime": 90, "variancePercent": 30 } } } }, "switch3": { "enabled": false, "algorithm": "x11", "ports": { "5555": { "diff": 0.001, "varDiff": { "minDiff": 0.001, "maxDiff": 1, "targetTime": 15, "retargetTime": 60, "variancePercent": 30 } } } } }, "profitSwitch": { "enabled": false, "updateInterval": 600, "depth": 0.90, "usePoloniex": true, "useCryptsy": true, "useBittrex": true } } yacoin.json ( pool_configs dir) { "enabled": true, "coin": "yacoin.json", "address": "YLURyDUfPowAgDnvuFnkXA1PxTNPqWQGWU", "rewardRecipients": { "YEFnVt3f6YTtYyxEVEJFx2NUNri9UsZGpL": 1.5 , "22851477d63a085dbc2398c8430af1c09e7343f6": 0.1 }, "auxes": [ ], "paymentProcessing": { "enabled": true, "paymentInterval": 600, "minimumPayment": 100, "daemon": { "host": "127.0.0.1", "port": 6455, "user": "pool", "password": "******" } }, "ports": { "3032": { "diff": 1, "varDiff": { "minDiff": 1, "maxDiff": 64, "targetTime": 15, "retargetTime": 90, "variancePercent": 30 } } }, "daemons": [ { "host": "127.0.0.1", "port": 6455, "user": "pool", "password": "testeYac35T" } ], "p2p": { "enabled": false, "host": "127.0.0.1", "port": 19333, "disableTransactions": false }, "mposMode": { "enabled": false, "host": "127.0.0.1", "port": 3306, "user": "me", "password": "mypass", "database": "ltc", "checkPassword": false, "autoCreateWorker": false } } I dont have changed anything else 
|