Bitcoin Forum
June 14, 2024, 10:41:15 PM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Pool dash Thread 1 No new blocks for 55 seconds - updating transactions & ....  (Read 358 times)
markhiroshisanrafael (OP)
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
September 27, 2016, 10:10:37 AM
 #1

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. Sad Maybe there is something wrong with my dash.json or could be anything?  Sad

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
aleix
Legendary
*
Offline Offline

Activity: 1779
Merit: 1100



View Profile
September 27, 2016, 01:57:07 PM
 #2

I recommend you ask in:

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

The true conversation about DASH is this forum.


best,
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!