node-open-mining-portal
node-open-mining-portal copied to clipboard
Get an error with {Could not decrypt address from tx} when mining Ravencoin
I set up a pool following the guide,but get an error as follows: [2018-03-15T07:40:26.126Z] [warn] [raven] [PaymentProcessor] : Could not decrypt address from tx (no tx.result or tx.address field) {"result":"Pool","error":null,"id":1521099626103}
Here is my config file: { "logger" : { "level" : "debug", "file" : "logs/nomp_debug.log" },
"cliHost": "127.0.0.1",
"cliPort": 17117,
"clustering": {
"enabled": true,
"forks": "auto"
},
"defaultPoolConfigs": {
"blockRefreshInterval": 1000,
"jobRebroadcastTimeout": 55,
"connectionTimeout": 600,
"emitInvalidBlockHashes": false,
"validateWorkerUsername": false,
"tcpProxyProtocol": false,
"banning": {
"enabled": true,
"time": 600,
"invalidPercent": 50,
"checkThreshold": 500,
"purgeInterval": 300
},
"redis": {
"host": "127.0.0.1",
"port": 6379
}
},
"website": {
"enabled": true,
"host": "0.0.0.0",
"port": 18888,
"stratumHost": "127.0.0.1",
"stats": {
"updateInterval": 30,
"historicalRetention": 14400,
"hashrateWindow": 300 }, "adminCenter": { "enabled": false, "password": "password" } },
"redis": {
"host": "127.0.0.1",
"port": 6379
},
"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
"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,
"useMintpal": true,
"useBittrex": true
}
}
========================================= The coin conf:
{ "enabled": true, "coin": "raven.json", "address": "RMvho71VF92Q3V2QRAsYAJoAsEMQWVN7xB", "rewardRecipients": { "RMkgoxXMAXT65GHdDTWeh2Xa53uiiJD7fd":1 }, "paymentProcessing": { "enabled": true, "paymentInterval": 20, "minimumPayment": 0.01, "daemon": { "host": "127.0.0.1", "port": 8766, "user": "ravend", "password": "Ao3iceIpAo3icjsn392H3iceIp" } }, "ports": { "11801": { "tls":false, "diff": 0.5, "varDiff": { "minDiff": 0.04, "maxDiff": 16, "targetTime": 15, "retargetTime": 60, "variancePercent": 30 } }, "11807": { "tls":false, "diff": 0.5, "varDiff": { "minDiff": 0.04, "maxDiff": 16, "targetTime": 15, "retargetTime": 60, "variancePercent": 30 } }, "11809": { "tls":false, "diff": 2.5, "varDiff": { "minDiff": 1.5, "maxDiff": 16, "targetTime": 15, "retargetTime": 60, "variancePercent": 30 } } }, "daemons": [ { "host": "127.0.0.1", "port": 8766, "user": "ravend", "password": "Ao3iceIpAo3icjsn392H3iceIp" } ], "p2p": { "enabled": false, "host": "127.0.0.1", "port": 5889, "disableTransactions": true }, "mposMode": { "enabled": false, "host": "127.0.0.1", "port": 3306, "user": "me", "password": "mypass", "database": "vtc", "checkPassword": true, "autoCreateWorker": false }, "mongoMode": { "enabled": false, "host": "127.0.0.1", "user": "", "pass": "", "database": "vtc", "authMechanism": "DEFAULT" } }
I'm getting the same error. Were you able to figure out what was causing this?
Same situation, coins are on server wallet.No payouts VERTCOIN
Same problem.
The moendas are in the wallet of the server, without sending
I'm still experiencing this error on a coin. :-( Wish someone had a clue. The coin actually did the same thing on a yiimp pool, the pool wallet got credit for finding all blocks and got the rewards.