Hi there guys,
Can you help me please? I'm having a problem with my UNOMP mining pool. The mining pool is running perfectly fine. My miners are currently mining dash coins. But I've noticed that there are no blocks being reported found/pending/orphand. So no coins are sending to my DASH Wallet.

Maybe there is something wrong with my dash.json or could be anything?

here's my
dash.conf:{
"enabled": true,
"coin": "dash.json",
"auxes": [],
"address": "[what should I put there?? the dash wallet address?? ]",
"rewardRecipients": {
"n37vuNFkXfk15uFnGoVyHZ6PYQxppD3QqK": 1.5, //what is this?? can I remove this?
"22851477d63a085dbc2398c8430af1c09e7343f6": 0.1 //what is this??
},
"paymentProcessing": {
"enabled": true,
"paymentInterval": 30,
"minimumPayment": 0.01,
"daemon": {
"host": "127.0.0.1",
"port": 9998,
"user": "username",
"password": "password"
}
},
"ports": {
"3008": {
"diff": 8
},
"3032": {
"diff": 32,
"varDiff": {
"minDiff": 8,
"maxDiff": 512,
"targetTime": 15,
"retargetTime": 90,
"variancePercent": 30
}
},
"3256": {
"diff": 256
}
},
"daemons": [
{
"host": "127.0.0.1",
"port": 9998,
"user": "username",
"password": "password"
}
],
"p2p": {
"enabled": false,
"host": "127.0.0.1",
"port": 9999,
"disableTransactions": false
},
"mposMode": {
"enabled": false,
"host": "127.0.0.1",
"port": 3306,
"user": "me",
"password": "mypass",
"database": "ltc",
"checkPassword": false,
"autoCreateWorker": false
}
}Here's my
unomp/coins/dash.json:{
"name": "Dash",
"symbol": "DASH",
"algorithm": "x11",
"mposDiffMultiplier": 256
}Here's my
dash.conf:rpcuser=username
rpcpassword=password
alertnotify=echo %s | mail -s "Dash Alert" <mark.gallego@gmail.com>
rpcport=9998
server=1
daemon=1My miners are currently connected to
stratum+tcp://45.32.51.56:3008Any help will be appreciated. Thank you so much guys!
Best Regards,
Mark