Post
Topic
Board Pools (Altcoins)
Re: New Pool Bpool.eu
by
ndi
on 07/09/2017, 13:55:59 UTC
It's not clear how PayOuts are made on this poool.
Just start mining BitLinkCoin for test purposes and can see my address in worker list on a pool and shares count; nothing more.
Could someone explain?

ADD:
seems like this pool server side based on nodejs app [not supported by devs. anymore] and according to the github https://github.com/UNOMP/unified-node-open-mining-portal the default config is the next:

Code:
  "paymentProcessing": {
        "enabled": true,

        /* Every this many seconds get submitted blocks from redis, use daemon RPC to check
           their confirmation status, if confirmed then get shares from redis that contributed
           to block and send out payments. */
        "paymentInterval": 30,

        /* Minimum number of coins that a miner must earn before sending payment. Typically,
           a higher minimum means less transactions fees (you profit more) but miners see
           payments less frequently (they dislike). Opposite for a lower minimum payment. */
        "minimumPayment": 0.01,

So does the pool working on default config? PayOuts every 30 minutes and min payout amount is 0.01 for any coin?

Why not  provide this information?Huh?