zone117x / node-open-mining-portal

A scalable all-in-one easy to setup cryptocurrency mining pool and portal written entirely in Node.js.
GNU General Public License v2.0
1.02k stars 1.03k forks source link

For on x11, mpos mode is not still serious bug? #205

Closed mapleshadow closed 10 years ago

mapleshadow commented 10 years ago

MPOS+NOMP MODE:

MPOS warning follows: We are investingating issues in the backend. Your shares and hashrate are safe and we will fix things ASAP. Payouts disabled, you will not receive any coins to your offline wallet for the time being

qq20140515003822

A huge amount of difference to users of the existence and amount of the actual purse. Almost two-fold. nomp coins config file inside,

"paymentProcessing": {

"enabled": false,

Why is this? Is there not fix BUG? Thanks for your reply, thanks for your hard work, you are the best!

icecube45 commented 10 years ago

You most likely have staking on. In your coins .conf, set staking=0

mapleshadow commented 10 years ago

staking=0 This configuration already exists

icecube45 commented 10 years ago

You are mining a POS coin, with POS coins, they will generate POS blocks. The problem with this, is that when a POS block is mined, most of your coins become unconfirmed again, thus creating a negative liquid assets. staking=0 disables this

mapleshadow commented 10 years ago

qq20140515124031

mapleshadow commented 10 years ago

Sorry, I forgot. In fact, I already have this configuration, but the problem still occurs, this is why?

icecube45 commented 10 years ago

That should work, boot back up the daemon, and wait for those coins to reconfirm

icecube45 commented 10 years ago

The other thing I can think of is that your confirmations on mpos aren't setup correctly, causing coins to be sent out from the liquid assets while they are unconfirmed

mapleshadow commented 10 years ago

Friends can say more details? Because the use of stratum-mining pool has never had such a problem before. . . .

icecube45 commented 10 years ago

Inside your global.inc.php of mpos, there is a section that looks like

$config['confirmations'] = 120;
$config['network_confirmations'] = 120;

Can you post what yours has?

Also what coin is this?

feeleep75 commented 10 years ago

the only scenario I can think of is that you have fee set in nomp to the same wallet which means for every found block you will have two entries in the wallet. Now in mpos you don't use block value as reward but fixed value. In this case you can quickly dry out your wallet ;)

icecube45 commented 10 years ago

Yea, that's highly possible.

I'd also check forking, and double payouts

mapleshadow commented 10 years ago

Yes, seems to confirm the time because I set a result inconsistent with the actual time. . . .