UNOMP / unified-node-open-mining-portal

Development stopped and is now unsupported. The node.js version is being deprecated in October 2016.
GNU General Public License v2.0
347 stars 396 forks source link

PoW/PoS coin detected as POS only => no PoW block found by pool [$10] #175

Open y0gg opened 7 years ago

y0gg commented 7 years ago

When I fire up the pool for Electra (https://bitcointalk.org/index.php?topic=1848351.0) I get the following : http://i.imgur.com/ZDKD6TV.png

The coin is PoW/PoS but currently in PoW stage. When a worker connects, we see it being successfully authorized in the pool logs, but no share is submitted. http://i.imgur.com/xqYIzRr.png

After setting up another coin, a sha256 PoW/PoS coin, shares are submitted but no block found despite pool having ~50% of the coin hashing power. What is wrong ?

Thanks for your support !

--- There is a **[$10 open bounty](https://www.bountysource.com/issues/44199952-pow-pos-coin-detected-as-pos-only-no-pow-block-found-by-pool?utm_campaign=plugin&utm_content=tracker%2F12403606&utm_medium=issues&utm_source=github)** on this issue. Add to the bounty at [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F12403606&utm_medium=issues&utm_source=github).
fedaykinofdune commented 7 years ago

Its been a while, but I seem to recall having similar issues before. If I'm remembering right, to use POW/POS coins in a pool, you have to specially configure the coins to completely disable staking (for the pool wallet & daemon). I think there's some other options you need to enable as well to make the coin daemon play nice with nomp, and behave like any other POW coin.

ghost commented 7 years ago

You can try adding "reward": "POW" parameter to /coins/, disable staking in coin daemon and restart the pool.

itamarcps commented 6 years ago

Did you found any solution?