Bitcoin Forum
May 09, 2024, 12:33:28 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 [6] 7 8 9 10 11 »  All
  Print  
Author Topic: [POOL] SoloMining.com - 0.5% fee, Anon, NoReg, NOMP, DRK PPC LTC  (Read 16069 times)
hedgy73
Legendary
*
Offline Offline

Activity: 1414
Merit: 1077



View Profile
December 26, 2014, 10:25:54 PM
 #101

need more luck, some blocks are still welcome

You've just found another block congrats Grin.

Seems like the email notifications are working now, well done aTg Smiley.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715258008
Hero Member
*
Offline Offline

Posts: 1715258008

View Profile Personal Message (Offline)

Ignore
1715258008
Reply with quote  #2

1715258008
Report to moderator
1715258008
Hero Member
*
Offline Offline

Posts: 1715258008

View Profile Personal Message (Offline)

Ignore
1715258008
Reply with quote  #2

1715258008
Report to moderator
aTg (OP)
Legendary
*
Offline Offline

Activity: 1358
Merit: 1000



View Profile
December 26, 2014, 10:30:18 PM
 #102

The problem is already solved, by the way, a new block of LTC.

EDIT: Payments made by hand there are some strange transactions decimals, please check your payments.
hedgy73
Legendary
*
Offline Offline

Activity: 1414
Merit: 1077



View Profile
December 26, 2014, 11:32:29 PM
 #103

Like the new date / time info Smiley
cisahasa
Legendary
*
Offline Offline

Activity: 910
Merit: 1000


View Profile
December 27, 2014, 12:50:33 AM
Last edit: December 27, 2014, 01:33:38 AM by cisahasa
 #104

need more luck, some blocks are still welcome

You've just found another block congrats Grin.

Seems like the email notifications are working now, well done aTg Smiley.

wow, seems like mining can still be profitable!

yes, there is something with the decimals, chain says -49.750995 LTC, my wallet received 49.0 LTC
edit: got the missing decimals

aTg (OP)
Legendary
*
Offline Offline

Activity: 1358
Merit: 1000



View Profile
December 27, 2014, 01:34:58 AM
 #105

yes, there is something with the decimals, chain says -49.750995 LTC, my wallet received 49.0 LTC
edit: got the missing decimals

Ok I have found the fault, to do it by hand use comma instead of decimal point and decimal seems remanded to another address. Check it again please.
cisahasa
Legendary
*
Offline Offline

Activity: 910
Merit: 1000


View Profile
December 27, 2014, 01:39:08 AM
Last edit: December 27, 2014, 04:43:22 PM by cisahasa
 #106

yes, just received 0.750995, so first block all paid!

now waiting the second block to mature.. 5 to go
edit: got the second block in my wallet!(and all the decimals right)

and time for peercoin.. my goal is atleast 2 blocks.. 24h shot
edit: no luck so far, 20ths on the coin

will give up peercoin for ever, pointed 75 ths and no blocks..
something wrong with this coin

hedgy73
Legendary
*
Offline Offline

Activity: 1414
Merit: 1077



View Profile
December 29, 2014, 07:17:59 PM
 #107

Hi aTg,

It says "Test period and improvements in payments system,all warned" on your pool.

Is it working ok?
aTg (OP)
Legendary
*
Offline Offline

Activity: 1358
Merit: 1000



View Profile
December 29, 2014, 07:58:00 PM
 #108

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...
hedgy73
Legendary
*
Offline Offline

Activity: 1414
Merit: 1077



View Profile
December 29, 2014, 08:15:42 PM
 #109

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.
Penetrator10
Sr. Member
****
Offline Offline

Activity: 405
Merit: 500


View Profile
December 30, 2014, 05:23:03 AM
 #110

Ok a block was found , but i don't see no stats to check which add found that block.
hedgy73
Legendary
*
Offline Offline

Activity: 1414
Merit: 1077



View Profile
December 30, 2014, 07:59:26 AM
 #111

Looks like frontend is working ok but still not payouts page or email notification automatically.
aTg (OP)
Legendary
*
Offline Offline

Activity: 1358
Merit: 1000



View Profile
December 30, 2014, 12:20:56 PM
Last edit: December 30, 2014, 12:40:51 PM by aTg
 #112

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.
hedgy73
Legendary
*
Offline Offline

Activity: 1414
Merit: 1077



View Profile
December 30, 2014, 02:36:38 PM
 #113

Excellent well done. Thats a good improvement Smiley.

Just out of interest how can you tell which address finds the block?
aTg (OP)
Legendary
*
Offline Offline

Activity: 1358
Merit: 1000



View Profile
December 30, 2014, 04:31:14 PM
 #114

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.
hedgy73
Legendary
*
Offline Offline

Activity: 1414
Merit: 1077



View Profile
December 30, 2014, 05:01:02 PM
 #115

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
hedgy73
Legendary
*
Offline Offline

Activity: 1414
Merit: 1077



View Profile
January 04, 2015, 11:02:48 AM
 #116

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
aTg (OP)
Legendary
*
Offline Offline

Activity: 1358
Merit: 1000



View Profile
January 04, 2015, 11:58:01 AM
 #117

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.
hedgy73
Legendary
*
Offline Offline

Activity: 1414
Merit: 1077



View Profile
January 04, 2015, 07:57:46 PM
 #118

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 (OP)
Legendary
*
Offline Offline

Activity: 1358
Merit: 1000



View Profile
January 07, 2015, 11:12:00 PM
 #119

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.
hedgy73
Legendary
*
Offline Offline

Activity: 1414
Merit: 1077



View Profile
January 07, 2015, 11:16:51 PM
 #120

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.
Pages: « 1 2 3 4 5 [6] 7 8 9 10 11 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!