Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: markhiroshisanrafael on September 27, 2016, 10:10:37 AM



Title: Pool dash Thread 1 No new blocks for 55 seconds - updating transactions & ....
Post by: markhiroshisanrafael on September 27, 2016, 10:10:37 AM
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=1



My miners are currently connected to stratum+tcp://45.32.51.56:3008

Any help will be appreciated. Thank you so much guys!

Best Regards,
Mark


Title: Re: Pool dash Thread 1 No new blocks for 55 seconds - updating transactions & ....
Post by: aleix on September 27, 2016, 01:57:07 PM
I recommend you ask in:

https://www.dash.org/forum/topic/mining.3

The true conversation about DASH is this forum.


best,