node-cryptonote-pool
node-cryptonote-pool copied to clipboard
Pool found a block, miners not getting paid
Title pretty much says it all, the pool found a block and the reward went to the pool address but no miners have been paid.
So, does miner balance properly filled? I mean, not executed transaction, or zero balance?
I have similar trouble. Pool found blocks, but no one payment to miners (zero balances). I fix problem with wrong nethashrate, but still can't found solution with balances.
well. pool start increase balance and send payments after disable slushmining
Thanks, I
ll try it!
I got same problem, slush disabled but pool still not sending payments... Payment log shows "No workers' balances reached the minimum payment threshold" "Your Stats & Payment History" shows zero, but I have 1/3 pool computing power on my pool...
Sorted by starting wallet in rpc mode.
i started my wallet in RPC mode, slush has never been enabled, and i fixed the transaction time, but still no miner payments.
I have same problem. Anyone know about Genesis-block-reward-address? I have seen many payment problems not being sent. Someone does not get paid too? I have a pool and the miners do not receive, even mining for days at BCN
I made a script that helped me launch the wallet properly. It fixed my payouts at xmr.teracycle.net. https://github.com/Teracycle/teracycle-pool/blob/master/launchwallet.sh
genesis-block-reward-address: I'm not sure what this question is asking. Could you be more specific?
I set up a pool a week ago and spent 5 days mining at 4.5 kh / s, I was mending Bytecoin, after a week and by calculations there were already more than 1 block finished, and no payment arrived. So I'm asking if there are any problems with payment because the miners do not get anything, I've now removed the pool and I'm testing another fork. If you know the reason the payment is not sent, I have 5 days of mining stuck in a wallet, but nothing appears as a pending balance
I'm using fork node now to see if the payment arrives. Here are some logs:
simplewallet started in rpc mode
no erros in daemon and wallet :
no erros all works as expected
Total does not update is always 0
here my pool . http://bcn.bbmv.online/en.html#
I would be very grateful if you could give me an orientation because this occurred. Now I'm with another fork and I hope nothing's wrong. But lost in the previous mining in the minimum about 5 blocks. I have the wallet here where it was mined, but it does not receive payments. So I created a new one from another fork. tanks all
here my conf pool
{ "coin": "bytecoin", "symbol": "BCN", "coinUnits": 100000000, "coinDifficultyTarget": 240,
"logging": {
"files": {
"level": "info",
"directory": "logs",
"flushInterval": 5
},
"console": {
"level": "info",
"colors": true
}
},
"poolServer": {
"enabled": true,
"clusterForks": "auto",
"poolAddress": "mybcnwwalletaddress",
"blockRefreshInterval": 1000,
"minerTimeout": 900,
"ports": [
{
"port": 3333,
"difficulty": 100,
"desc": "Low end hardware"
},
{
"port": 5555,
"difficulty": 2000,
"desc": "Mid range hardware"
},
{
"port": 7777,
"difficulty": 10000,
"desc": "High end hardware"
},
{
"port": 8888,
"difficulty": 10000,
"desc": "Hidden port",
"hidden": true
}
],
"varDiff": {
"minDiff": 100,
"maxDiff": 200000,
"targetTime": 100,
"retargetTime": 30,
"variancePercent": 30,
"maxJump": 100
},
"fixedDiff": {
"enabled": true,
"addressSeparator": "."
},
"shareTrust": {
"enabled": true,
"min": 10,
"stepDown": 3,
"threshold": 10,
"penalty": 30
},
"banning": {
"enabled": true,
"time": 600,
"invalidPercent": 25,
"checkThreshold": 30
},
"slushMining": {
"enabled": false,
"weight": 120,
"lastBlockCheckRate": 1
}
},
"payments": {
"enabled": true,
"interval": 600,
"maxAddresses": 50,
"mixin": 3,
"transferFee": 50000000,
"minPayment": 1000000000,
"maxTransactionAmount": 0,
"denomination": 1000000000
},
"blockUnlocker": {
"enabled": true,
"interval": 30,
"depth": 1,
"poolFee": 2,
"devDonation": 0.1,
"coreDevDonation": 0.1,
"extraFeaturesDevDonation":0.1
},
"api": {
"enabled": true,
"hashrateWindow": 600,
"updateInterval": 5,
"port": 1117,
"blocks": 30,
"payments": 30,
"password": "mypassword",
"ssl": false
},
"daemon": {
"host": "127.0.0.1",
"port": 18081
},
"wallet": {
"host": "127.0.0.1",
"port": 18082,
"rpcMethod": "getbalance"
},
"redis": {
"host": "127.0.0.1",
"port": 6379
},
"monitoring": {
"daemon": {
"checkInterval": 60,
"rpcMethod": "getblockcount"
},
"wallet": {
"checkInterval": 60,
"rpcMethod": "getbalance"
}
},
"charts": {
"pool": {
"hashrate": {
"enabled": true,
"updateInterval": 60,
"stepInterval": 1800,
"maximumPeriod": 86400
},
"workers": {
"enabled": true,
"updateInterval": 60,
"stepInterval": 1800,
"maximumPeriod": 86400
},
"difficulty": {
"enabled": true,
"updateInterval": 1800,
"stepInterval": 10800,
"maximumPeriod": 604800
},
"price": {
"enabled": true,
"updateInterval": 1800,
"stepInterval": 10800,
"maximumPeriod": 604800
},
"profit": {
"enabled": true,
"updateInterval": 1800,
"stepInterval": 10800,
"maximumPeriod": 604800
}
},
"user": {
"hashrate": {
"enabled": true,
"updateInterval": 180,
"stepInterval": 1800,
"maximumPeriod": 86400
},
"payments": {
"enabled": true
}
}
}
}
can you upload the pool code that you're running to a repo so I can take a look? your dash looks much different than mine.
Yes, the one you're seeing is another fork. I'm telling you that your fork does not send payments. Now I'm getting the mined blocks, when I tried with your fork here, it did not work, the payments never arrived and did not even report that there were already blunderbusses like here.
http://bcn.bbmv.online/en.html#pool_blocks
So I posted the problem the old pool I set up with your release, however no payment arrives. I left mining for 5 days at 4.5 KH / s and do not receive anything if you want to break the block. And I used the same configuration as the one that is working now
Now with that other fork is working Now the balance is being updated
Now the only message I get is 2017-08-12 22:31:09 No workers' balances reached the minimum payment threshold
lower your minimum payment threshold
Thank you very much for all your help. I'll book an hour or two tomorrow to help with your fork's mistakes, tending to help others. It would be a way of thanking.
2017-08-12 18:32 GMT-03:00 GeekBlogTV [email protected]:
lower your minimum payment threshold
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/zone117x/node-cryptonote-pool/issues/128#issuecomment-322007317, or mute the thread https://github.com/notifications/unsubscribe-auth/AE_y291o2y0QEdgc06ukRTSNsXkIxEOIks5sXhnVgaJpZM4K_WXt .
I am seeing the same issues - pending and total paid balance stuck at 0.0000000 for a worker address, even for the only worker mining in the pool. Why?
In my case now, I am getting to receive the block, but the payments to the miners is not done http://bcn.bbmv.online/en.html#pool_blocks
Even lowering the minimum value for withdrawals to 0.100 BCN
I'll book an hour or two tomorrow to help with your fork's mistakes,
I'm just a contributor, this is not my fork. My fork is github.com/teracycle/teracycle-pool
Not getting anything in the admin panel what you guys think the issue could be
I also have a problem with payments...
Several blocks found... No payments left for the workers...
Someone to help?
#2017-10-19 19:32:08 No workers' balances reached the minimum payment threshold # #{"available_balance":6836147990662,"locked_amount":0} #
I also have same problem.
I'm having the same problem, anyone found a workaround for this ?
Here you can´t find never a developer you must search for Russian mafia to find a developer for cryptonote apparently