Author

Topic: [ANN] Official ADT mining pool [stratum] [pplns] [1.99% fee] (Read 3199 times)

newbie
Activity: 49
Merit: 0
Ahh ok thanks! I appreciate your quick reply...
legendary
Activity: 868
Merit: 1000
ADT developer
Howdy. Uhh the pool has been stuck for almost 4 hours looks like....  

Cgminer tells me I am finding blocks like crazy, but it doesn't look like anything is happening on the pool webpage. No new blocks, no confirms. I did see a red message at the top at one point-- "Unable to connect to wallet RPC service"...  dunno if it was just me or what.

Bummer, I was liking this pool.



we are looking into it now its not the pool that the problem its a stuck block on the network it should be fixed very soon sorry for any problems this has caused


( all pools and solo mining are currently the same )


thanks

zack
newbie
Activity: 49
Merit: 0
Howdy. Uhh the pool has been stuck for almost 4 hours looks like.... 

Cgminer tells me I am finding blocks like crazy, but it doesn't look like anything is happening on the pool webpage. No new blocks, no confirms. I did see a red message at the top at one point-- "Unable to connect to wallet RPC service"...  dunno if it was just me or what.

Bummer, I was liking this pool.

legendary
Activity: 868
Merit: 1000
ADT developer
update pool. is running very well and stable Smiley
legendary
Activity: 868
Merit: 1000
ADT developer
the pool has now been updated and is now running stratum Smiley
hero member
Activity: 518
Merit: 500
Bitrated user: ahmedbodi.
Code:
// Now with our blocks added we can scan for their upstream shares
$aAllBlocks = $block->getAllUnsetShareId('ASC');
if (empty($aAllBlocks)) {
  $log->logDebug('No new blocks without share_id found in database');
} else {
  // Loop through our unaccounted blocks
  $log->logInfo("Block ID\t\tHeight\tAmount\tShare ID\tShares\tFinder\tType");
  foreach ($aAllBlocks as $iIndex => $aBlock) {
    if (empty($aBlock['share_id'])) {
      // Fetch this blocks upstream ID
      $aBlockInfo = $bitcoin->query('getblock', $aBlock['blockhash']);
      if ($share->setUpstream($aBlockInfo, $block->getLastUpstreamId())) {
        $iCurrentUpstreamId = $share->getUpstreamId();
        $iAccountId = $user->getUserId($share->getUpstreamFinder());
      } else {
        $log->logFatal('Unable to fetch blocks upstream share, aborted:' . $share->getError());

^there is the code as you can see from the comments, it fetches the bhlocks id and does a comparison to find the block finder. If it cant find one after all 3 attempts then the block updates are aborted and then you recieve that error.
legendary
Activity: 868
Merit: 1000
ADT developer
do we need to go through this again? you sent me 2 screenshots and i told you what you're problem is. give me 5 mins and ill quote the code from the frontend

I sent you 2 screen shots of the front end then you spent 10 mins trying to tell me that all the files need to be manually sorted even thow you hadent even looked at the sever  

witch was total rubbish the fix took us 10 mins to do once we worked it out and you wanted to charge me 2BTC for what would have taken you 5 mins as you know what you are doing LMAO

can you stop trolling this thread just because I didn't want to pay you 2btc for 5 mins of work  ( that on its own is borderline scamming
hero member
Activity: 518
Merit: 500
Bitrated user: ahmedbodi.
do we need to go through this again? you sent me 2 screenshots and i told you what you're problem is. give me 5 mins and ill quote the code from the frontend
legendary
Activity: 868
Merit: 1000
ADT developer
^good work zack. Although i would like to hear about the permamant fix. both gr33k, me and even theserapher knows there is always cases for it to occour again :L

I did ask you to have a look at the server before giving me a quote lol 

we never had to do any of the stuff you said and it is very unlikely that the same problem will happen again due to the new code used 

and who in their right minds would go to fix a server at around 4am? for free too?

I never asked you to do it for free I asked you to confirm the problem who in there right mined would even conceder paying out money to someone that has not even seen what the problem is
hero member
Activity: 518
Merit: 500
Bitrated user: ahmedbodi.
^good work zack. Although i would like to hear about the permamant fix. both gr33k, me and even theserapher knows there is always cases for it to occour again :L

I did ask you to have a look at the server before giving me a quote lol 

we never had to do any of the stuff you said and it is very unlikely that the same problem will happen again due to the new code used 

and who in their right minds would go to fix a server at around 4am? for free too?
legendary
Activity: 868
Merit: 1000
ADT developer
^good work zack. Although i would like to hear about the permamant fix. both gr33k, me and even theserapher knows there is always cases for it to occour again :L

I did ask you to have a look at the server before giving me a quote lol 

we never had to do any of the stuff you said and it is very unlikely that the same problem will happen again due to the new code used 
hero member
Activity: 518
Merit: 500
Bitrated user: ahmedbodi.
^good work zack. Although i would like to hear about the permamant fix. both gr33k, me and even theserapher knows there is always cases for it to occour again :L
legendary
Activity: 868
Merit: 1000
ADT developer
The pool problem is all fixed without anyone losing coins and the pool only being down for 15 min Smiley

The fix should stop the problem ever happening again

we are getting very close to being out of beta testing Smiley
legendary
Activity: 868
Merit: 1000
ADT developer
According to messages sent to me by zack this pool is broken and will be closing down without fixing the payout issue. he is also unwilling to provide the whole block reward to users for the stuck block and all following unaccounted blocks so users beware. proof will be posted here if needed. i offered to fix the bug and update the frontend where this shouldnt happen for 2 btc even if it meant going through the database for a few 100 blocks manually. he denied the offer and stated that i was a scammer and so would be closing his pool shortly

this is untrue there is a problem with the pool we are working on it right now nobody will lose any coins

this is the problem > https://github.com/TheSerapher/php-mpos/issues/468

Edit all fixed Smiley
hero member
Activity: 518
Merit: 500
Bitrated user: ahmedbodi.
According to messages sent to me by zack this pool is broken and will be closing down without fixing the payout issue. he is also unwilling to provide the whole block reward to users for the stuck block and all following unaccounted blocks so users beware. proof will be posted here if needed. i offered to fix the bug and update the frontend where this shouldnt happen for 2 btc even if it meant going through the database for a few 100 blocks manually. he denied the offer and stated that i was a scammer and so would be closing his pool shortly
legendary
Activity: 868
Merit: 1000
ADT developer
we had 50,000kh on the pool for a short amount of time today Smiley
legendary
Activity: 868
Merit: 1000
ADT developer
Update only 70 confirms until payouts  Smiley
legendary
Activity: 868
Merit: 1000
ADT developer
don't get a block? Huh

Pool Hash Rate   4.942 Mhash/s
Pool Efficiency   97.12%
Current Active Workers   4
Next Network Block   106837    (Current: 106836)
Last Block Found   107947
Current Difficulty   0.77824223
Est. Avg. Time per Round   11 minutes 16 seconds
Est. Shares this Round   1,594 (done: 310.51 %)
Time Since Last Block   9 hours 45 minutes 57 seconds

sorry the charts are a bit messed up due to the block rollbacks if you look on the blocks stats you will see we are finding blocks

once the coin patch has been completed we wont have this problem anymore Smiley


Edit coin successfully no more rollbacks
sr. member
Activity: 399
Merit: 250
don't get a block? Huh

Pool Hash Rate   4.942 Mhash/s
Pool Efficiency   97.12%
Current Active Workers   4
Next Network Block   106837    (Current: 106836)
Last Block Found   107947
Current Difficulty   0.77824223
Est. Avg. Time per Round   11 minutes 16 seconds
Est. Shares this Round   1,594 (done: 310.51 %)
Time Since Last Block   9 hours 45 minutes 57 seconds
legendary
Activity: 868
Merit: 1000
ADT developer
The official ADT pool

stratum PPLNS 1.99% Fee




This pool is still in beta , however everything is working as it should . If u have found a bug or problem please let me know ([email protected] or on www.the-adt-forum.com)


Made by vforce1, zackclark70 and elrapido.
Jump to: