Pages:
Author

Topic: [POOL] SoloMining.com - 0.5% fee, Anon, NoReg, NOMP, DRK PPC LTC - page 5. (Read 16110 times)

aTg
legendary
Activity: 1358
Merit: 1000
Yes I'm more than happy to volunteer, I'm in the UK so if our time zones are different and it helps you out then let me know what I have to do Smiley.

Thanks for offering, first let me try something I just thought, I made the list administrator the same account of pool notification [email protected], you may thereby to be sent from an administrator account does not need the approval  Smiley
legendary
Activity: 1414
Merit: 1077
Looks like there's a litecoin block pending but haven't had an email, is the notification system working ok?

If it works well, the problem is this, email needs an administrator approval for all the emails sent to [email protected] by anyone can not be automatically distributed to subscribers.

At that time I was sleeping, so my email confirmation pending stayed there, maybe I should find a trusted partner that covers the time zone where I'm sleeping.

Do you offer volunteer?

I don't think the delay really matters to be honest, just thought I'd post the question because I thought it was automated and noticed the pending block.

Yes I'm more than happy to volunteer, I'm in the UK so if our time zones are different and it helps you out then let me know what I have to do Smiley.
aTg
legendary
Activity: 1358
Merit: 1000
Looks like there's a litecoin block pending but haven't had an email, is the notification system working ok?

If it works well, the problem is this, email needs an administrator approval for all the emails sent to [email protected] by anyone can not be automatically distributed to subscribers.

At that time I was sleeping, so my email confirmation pending stayed there, maybe I should find a trusted partner that covers the time zone where I'm sleeping.

Do you offer volunteer?
legendary
Activity: 1414
Merit: 1077
Looks like there's a litecoin block pending but haven't had an email, is the notification system working ok?
legendary
Activity: 1414
Merit: 1077
I guess it is people who have it configured as second choice because they never are too long inside.

Just as informative, if you disable the graphics of BTC and PPC you can see the LTC and DRK



Yes it didn't stay long.

Thank you I can see the right graph now Smiley
aTg
legendary
Activity: 1358
Merit: 1000
I guess it is people who have it configured as second choice because they never are too long inside.

Just as informative, if you disable the graphics of BTC and PPC you can see the LTC and DRK

legendary
Activity: 1414
Merit: 1077
Fuck me someone pointing 10GH at litecoin at pool Shocked. That is some serious scrypt hash Grin.

legendary
Activity: 1414
Merit: 1077
Yeah luck is bad right now, hopefully it will come back Smiley.

Finally, another block of LTC, was a bit scared.

This confirms that the mailing list works 100% automated.

The new way of working is the following, to know who has found the block it will be announced only by mail until the block is confirmed and appears in the list of payments.

Yes I got the email, it seems to be working now well done. That sounds like a good way to do it with payments page.

Congratulations block finder Smiley.
aTg
legendary
Activity: 1358
Merit: 1000
Yeah luck is bad right now, hopefully it will come back Smiley.

Finally, another block of LTC, was a bit scared.

This confirms that the mailing list works 100% automated.

The new way of working is the following, to know who has found the block it will be announced only by mail until the block is confirmed and appears in the list of payments.
legendary
Activity: 1414
Merit: 1077
I think the pools luck has run out, no blocks found for a few days now even with high hashrate from time to time Undecided

Yes, the truth is that luck right now is horrible, no type of problem, no payments withheld, I think it is the lack of constancy in solomining is nothing good to pool hopping.

Yeah luck is bad right now, hopefully it will come back Smiley.
aTg
legendary
Activity: 1358
Merit: 1000
I think the pools luck has run out, no blocks found for a few days now even with high hashrate from time to time Undecided

Yes, the truth is that luck right now is horrible, no type of problem, no payments withheld, I think it is the lack of constancy in solomining is nothing good to pool hopping.
legendary
Activity: 1414
Merit: 1077
I think the pools luck has run out, no blocks found for a few days now even with high hashrate from time to time Undecided
legendary
Activity: 1414
Merit: 1077
Excellent well done. Thats a good improvement Smiley.

Just out of interest how can you tell which address finds the block?

Code:
    if (isValidBlock){
        redisCommands.push(['hincrbyfloat', coin + ':shares:round' + shareData.height, shareData.worker, shareData.difficulty]);
        redisCommands.push(['sadd', coin + ':blocksPending', [shareData.blockHash, shareData.txHash, shareData.height].join(':')]);
        redisCommands.push(['hincrby', coin + ':stats', 'validBlocks', 1]);
    }

That is the source code that records the user has found the block in the database.

shareData.worker It is the user who has delivered the valid share that matches the block.

Ah I see, thank you Smiley
aTg
legendary
Activity: 1358
Merit: 1000
Excellent well done. Thats a good improvement Smiley.

Just out of interest how can you tell which address finds the block?

Code:
    if (isValidBlock){
        redisCommands.push(['hincrbyfloat', coin + ':shares:round' + shareData.height, shareData.worker, shareData.difficulty]);
        redisCommands.push(['sadd', coin + ':blocksPending', [shareData.blockHash, shareData.txHash, shareData.height].join(':')]);
        redisCommands.push(['hincrby', coin + ':stats', 'validBlocks', 1]);
    }

That is the source code that records the user has found the block in the database.

shareData.worker It is the user who has delivered the valid share that matches the block.
legendary
Activity: 1414
Merit: 1077
Excellent well done. Thats a good improvement Smiley.

Just out of interest how can you tell which address finds the block?
aTg
legendary
Activity: 1358
Merit: 1000
Looks like frontend is working ok but still not payouts page or email notification automatically.

Indeed, as the above changes failed I'm testing other changes, hence the warning, now the changes have worked and have not withheld payments, that is a good step forward.

I updated and sent emails now.

With a little more patience in the end everything stay perfect, there is still some time until there is a block of BTC. By the way tonight 150TH entered in BTC but was unlucky not to take anything.

Capture of the early days of pool.
Fully static, you need to press F5 to refresh and payments were entirely manual.
legendary
Activity: 1414
Merit: 1077
Looks like frontend is working ok but still not payouts page or email notification automatically.
sr. member
Activity: 405
Merit: 500
Ok a block was found , but i don't see no stats to check which add found that block.
legendary
Activity: 1414
Merit: 1077
Is it working ok?

If it works well, it's just like I'm making changes prefer that people are warned. The worst thing that can happen is have to execute a payment manually.

I want to put everything to the test before finding a block of BTC,  there if I can not admit mistakes...

Ok that's good thank you Smiley. Yes it would be good if it was automatic and saved you some work Wink.
aTg
legendary
Activity: 1358
Merit: 1000
Is it working ok?

If it works well, it's just like I'm making changes prefer that people are warned. The worst thing that can happen is have to execute a payment manually.

I want to put everything to the test before finding a block of BTC,  there if I can not admit mistakes...
Pages:
Jump to: