Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: the1silverwolf on May 29, 2013, 04:37:57 PM



Title: [ANN][WDC][POOL][STRATUM][0% FEE] Silverwolf's WDC Pool [MINERS NEEDED]
Post by: the1silverwolf on May 29, 2013, 04:37:57 PM
I am pleased to announce that Silverwolf's WDC Pool has launched and we are ready for your miners !

This is a Worldcoin (WDC) Pool.

Features :
* PPLNS payout system
* Dynamic PPLNS lastNshares calculation for fast ramp-up and correct payouts!
* PPLNS Status Display for 100% transparency (Very Cool!).  You can see exactly where every coin goes.
* Stratum ONLY.  (Will add Getwork w/ LP if needed).
* Support Ticket System for easy reporting of issues
* 0% Fee (Please consider donating)
* Detailed Stats
* Auto or Manual (Instant) Payout

To Connect :
1. Register an account then login & setup your workers : http://silverwolf.ath.cx/wdc/

2. Connect your miners as follows :
   url = http://silverwolf.ath.cx
   port = 3336 (Stratum)
   username = <username>.<workername>
   password = <workerpassword>

3. Start Mining !


Title: Re: [ANN][WDC][POOL][PPLNS][STRATUM][1% FEE] Silverwolf's WDC Pool - BETA
Post by: the1silverwolf on May 29, 2013, 09:55:49 PM
We still have open slots, come on and start mining!


Title: Re: [ANN][WDC][POOL][PPLNS][STRATUM][1% FEE] Silverwolf's WDC Pool - BETA
Post by: the1silverwolf on May 29, 2013, 11:27:14 PM
Difficulty Drop!!!!!

Come and get easy WDC coins won't you ?


Title: Re: [ANN][WDC][POOL][PPLNS][STRATUM][1% FEE] Silverwolf's WDC Pool - BETA
Post by: clint25n on May 30, 2013, 12:45:56 AM
Glad to see more WDC pools coming online!

Please visit our WorldCoin community and chat with us.
Lotto coming up this weekend in Chat.
WorldCoinForum.org (http://WorldCoinForum.org)


Title: Re: [ANN][WDC][POOL][PPLNS][STRATUM][1% FEE] Silverwolf's WDC Pool - BETA
Post by: the1silverwolf on May 30, 2013, 10:26:00 PM
We still need more miners!

WDC is at 125.47% profitability right now, come and join the fun!


Title: Re: [ANN][WDC][POOL][PPLNS][STRATUM][0% FEE] Silverwolf's WDC Pool - BETA
Post by: the1silverwolf on May 31, 2013, 03:29:18 AM
Reduced fee to 0%


Title: Re: [ANN][WDC][POOL][PPLNS][STRATUM][0% FEE] Silverwolf's WDC Pool - BETA
Post by: the1silverwolf on May 31, 2013, 04:19:14 PM
So far the beta has been going really really well.  No issues to speak of and for WDC we are getting a very low orphan rate.  Out of 43 blocks found only 2 were orphans.  I've seen reports of much higher orphan rates from other pools.  There may be some advantage in being on a smaller pool in this regard.

So far we've paid our beta miners two bonuses and more are coming.

Right now I am working on adding proper dynamic lastNshares calculation instead of using an arbitrary value.  This will have the result of shortening the ramp up and ramp down times for PPLNS and keeping them consistent even through difficulty changes.  Thanks to some excellent help from Meni Rosenfeld I have the necessary formula worked out and I just need to add it to the payout logic.

Just for comparison, at the current difficulty it will result in the ramp up and ramp down times being reduced by roughly 28% from what they are now.

the formula we are going to be using is 2 x (Block Difficulty / Share Difficulty).  Very few pools have this implemented correctly, most simply use an arbitrary value like us at the moment.  Not using a dynamic calculation means the results are pretty unpredictable.  It can take a very long time to reach your full payout if the value is too high or cause too much variance in payouts if the value is too low and the correct value needed changes depending on the Block Difficulty, which changes quite often as you know.

I plan to have this implemented this weekend.  We do still have plenty of server slots available, so if you are interested in helping us out go ahead and jump on the server!



Title: Re: [ANN][WDC][POOL][PPLNS][STRATUM][0% FEE] Silverwolf's WDC Pool - BETA
Post by: CartmanSPC on May 31, 2013, 07:06:24 PM
the formula we are going to be using is 2 x (Block Difficulty / Share Difficulty).  Very few pools have this implemented correctly, most simply use an arbitrary value like us at the moment.  Not using a dynamic calculation means the results are pretty unpredictable.  It can take a very long time to reach your full payout if the value is too high or cause too much variance in payouts if the value is too low and the correct value needed changes depending on the Block Difficulty, which changes quite often as you know.

Good work on this! Let us know how it goes. Some miner's don't seem to realize how PPLNS works and pool hop to quickly as a result. This should help.


Title: Re: [ANN][WDC][POOL][PPLNS][STRATUM][0% FEE] Silverwolf's WDC Pool - BETA
Post by: the1silverwolf on May 31, 2013, 07:34:14 PM
the formula we are going to be using is 2 x (Block Difficulty / Share Difficulty).  Very few pools have this implemented correctly, most simply use an arbitrary value like us at the moment.  Not using a dynamic calculation means the results are pretty unpredictable.  It can take a very long time to reach your full payout if the value is too high or cause too much variance in payouts if the value is too low and the correct value needed changes depending on the Block Difficulty, which changes quite often as you know.

Good work on this! Let us know how it goes. Some miner's don't seem to realize how PPLNS works and pool hop to quickly as a result. This should help.

That's part of the reason that I decided to implement this, and who can blame them for not understanding it ?  Most pools have a horribly broken PPLNS implementation, especially the ones based upon mmcFE because the default payout logic is also horribly flawed.  It's taken a tremendous amount of work (by many others as well as myself) to get it to the point where it is now but I  am getting very close to having a polished properly working base to build pools on, quickly and easily. 

In a related matter, I am planning on uploading the finished product to github or something like it so that others can use and continue to improve the source. 


Title: Re: [ANN][WDC][POOL][PPLNS][STRATUM][0% FEE] Silverwolf's WDC Pool - BETA
Post by: niteryder on May 31, 2013, 08:24:44 PM
the formula we are going to be using is 2 x (Block Difficulty / Share Difficulty).  Very few pools have this implemented correctly, most simply use an arbitrary value like us at the moment.  Not using a dynamic calculation means the results are pretty unpredictable.  It can take a very long time to reach your full payout if the value is too high or cause too much variance in payouts if the value is too low and the correct value needed changes depending on the Block Difficulty, which changes quite often as you know.

Good work on this! Let us know how it goes. Some miner's don't seem to realize how PPLNS works and pool hop to quickly as a result. This should help.

That's part of the reason that I decided to implement this, and who can blame them for not understanding it ?  Most pools have a horribly broken PPLNS implementation, especially the ones based upon mmcFE because the default payout logic is also horribly flawed.  It's taken a tremendous amount of work (by many others as well as myself) to get it to the point where it is now but I  am getting very close to having a polished properly working base to build pools on, quickly and easily.  

In a related matter, I am planning on uploading the finished product to github or something like it so that others can use and continue to improve the source.  

Good to see.  I learned a while ago that leaving the lastnshares at the default is bad.


Title: Re: [ANN][WDC][POOL][PPLNS][STRATUM][0% FEE] Silverwolf's WDC Pool - BETA
Post by: the1silverwolf on June 02, 2013, 08:38:51 PM
Dynamic lastNshares calculation is live!  I'll be watching it closely for the next few days to make sure it's working properly.

Also updated the left sidebar and the api to display the current lastNshares value and improved the descriptions and labels a little bit.

Also fixed a bug in the api and the left sidebar regarding the current round shares value.


Title: Re: [ANN][WDC][POOL][PPLNS][STRATUM][0% FEE] Silverwolf's WDC Pool - BETA
Post by: the1silverwolf on June 02, 2013, 10:02:18 PM
Fixed the block stats graph to only display the last 15 blocks as that is all that will fit on a 15" LCD.

Fixed the zero variance line in the block stats graph to display the correct information.

Also, reduced the number of block details listed to 50 in the table.


Title: Re: [ANN][WDC][POOL][PPLNS][STRATUM][0% FEE] Silverwolf's WDC Pool - MINERS NEEDED!
Post by: the1silverwolf on June 02, 2013, 10:32:04 PM
Sent our BETA miners another bonus!


Title: Re: [ANN][WDC][POOL][PPLNS][STRATUM][0% FEE] Silverwolf's WDC Pool - MINERS NEEDED!
Post by: the1silverwolf on June 03, 2013, 03:57:34 AM
Took out the top 15 shares listing because it's mostly useless anyway and replaced it with the much more useful PPLNS status display which shows the current block payouts.

Also, updated the "Current Payout Est." display in the side bar to be MUCH more accurate.


Title: Re: [ANN][WDC][POOL][PPLNS][STRATUM][0% FEE] Silverwolf's WDC Pool - MINERS NEEDED!
Post by: the1silverwolf on June 03, 2013, 04:53:23 PM
I'm very pleased with the progress of the upgrades to the pool's front end.

Compared to a stock mmcFE install the main differences are :

Major Improvements to payout logic :

- No more missed Block Payouts (Silverwolf)
- No more overpaying some miners and underpaying others (Silverwolf)
- No more duplicated Block Payouts (Silverwolf)
- No more having two different and completely separate sets of code responsible for block payouts. (Silverwolf)
- Dynamic PPLNS lastNshares calculation 2 x (Block Diff / Share Diff) so PPLNS works the way it's supposed to.  (Silverwolf)
- Fast ramp/up and ramp/down of payouts so you don't have to wait forever to reach your full payout (See above line).(Silverwolf)
- PPLNS Status display (100% Transparency on block payouts, you can see exactly where the coins go) (Silverwolf)
- PPLNS lastNshares display in User Dashboard so you can see how many shares are currently being used to calculate payouts. (Silverwolf)
- Accurate Per Block Payout Estimates (Payout estimates are now generated by the same exact code as the actual payouts so no more inaccurate estimates) (Silverwolf)

Other Fixes & Improvents :
- Major Performance improvements (Charger)
- All Settings moved to a configuration.php file instead of being scattered throughout the code (Charger / Silverwolf)
- No more hardcoded values (Coin Name & Abbr, BlockValue, Confirmations Needed for payout, etc...) all of these have been moved to the configuration.php file. (Charger / Silverwolf)
- Corrected Dashboard Paid vs Unpaid & Current round shares display. (Silverwolf)
- Improved Dashboard item descriptions so they make sense (where applicable). (Silverwolf)
- Corrected ZeroVariance Line in Block Stats Chart to display the correct information. (Silverwolf)
- Orphan blocks are now displayed in the block list.

There is more, but I can't recall the rest at the moment.


Title: Re: [ANN][WDC][POOL][PPLNS][STRATUM][0% FEE] Silverwolf's WDC Pool - MINERS NEEDED!
Post by: the1silverwolf on June 03, 2013, 07:26:55 PM
 At the moment the PPLNS status display and payout estimates are 200 network blocks or about 50 minutes behind realtime due to an oversight on my part last night when implementing the new PPLNS system.

Going to make some tweaks tonight to fix it.  In the meantime, mine for at least an hour and you will appear on the PPLNS payout status.

Payouts will be properly credited, just about 50 minutes late... :(

Sorry about that.

Edit: FIXED





Title: Re: [ANN][WDC][POOL][PPLNS][STRATUM][0% FEE] Silverwolf's WDC Pool - MINERS NEEDED!
Post by: the1silverwolf on June 04, 2013, 12:00:58 AM
The issue with PPLNS data being 50 minutes behind has been fixed.  Also, the PPLNS Status display is now properly sorted.


Title: Re: [ANN][WDC][POOL][PPLNS][STRATUM][0% FEE] Silverwolf's WDC Pool - MINERS NEEDED!
Post by: Robre on June 04, 2013, 12:16:14 AM
Joined your pool, looks good so far! Need a few more miners.


Title: Re: [ANN][WDC][POOL][PPLNS][STRATUM][0% FEE] Silverwolf's WDC Pool - MINERS NEEDED!
Post by: the1silverwolf on June 04, 2013, 12:41:52 AM
The fix for the PPLNS delay caused an issue with the current round shares display.

This doesn't effect anything other than this display and I will fix it shortly.

edit : FIXED!


Title: Re: [ANN][WDC][POOL][PPLNS][STRATUM][0% FEE] Silverwolf's WDC Pool - MINERS NEEDED!
Post by: the1silverwolf on June 04, 2013, 12:45:14 AM
Joined your pool, looks good so far! Need a few more miners.

Glad to have you with us !


Title: Re: [ANN][WDC][POOL][PPLNS][STRATUM][0% FEE] Silverwolf's WDC Pool - MINERS NEEDED!
Post by: the1silverwolf on June 04, 2013, 05:36:16 AM
Fixed an issue with the current round shares display that was caused by the new upgrades to the PPLNS system.

Also, updated the dashboard a bit.

And upgraded the API to use the new accurate PPLNS payout estimates instead of the old half-assed calculation that was in there before.



Title: Re: [ANN][WDC][POOL][PPLNS][STRATUM][0% FEE] Silverwolf's WDC Pool - MINERS NEEDED!
Post by: the1silverwolf on June 04, 2013, 05:49:10 AM
Issued another bonus to our miners!


Title: Re: [ANN][WDC][POOL][PPLNS][STRATUM][0% FEE] Silverwolf's WDC Pool - MINERS NEEDED!
Post by: the1silverwolf on June 04, 2013, 05:54:39 AM
Also, just FYI the pool is entering the final phase of it's BETA status, won't be making many additional changes, mostly just fixing issues that crop up until the pool is stable enough that we remove the BETA designation.

Won't be long now... 

We still need more miners!  Give us a try would you ?


Title: Re: [ANN][WDC][POOL][PPLNS][STRATUM][0% FEE] Silverwolf's WDC Pool - MINERS NEEDED!
Post by: Robre on June 04, 2013, 01:02:47 PM
Thanks for the bonus!!


Title: Re: [ANN][WDC][POOL][PPLNS][STRATUM][0% FEE] Silverwolf's WDC Pool - MINERS NEEDED!
Post by: the1silverwolf on June 04, 2013, 04:56:36 PM
Thanks for the bonus!!

Your welcome !  ;D


Title: Re: [ANN][WDC][POOL][PPLNS][STRATUM][0% FEE] Silverwolf's WDC Pool - MINERS NEEDED!
Post by: the1silverwolf on June 04, 2013, 11:45:31 PM
Still looking for more miners!

Why don't you give us a try ?



Title: Re: [ANN][WDC][POOL][PPLNS][STRATUM][0% FEE] Silverwolf's WDC Pool - MINERS NEEDED!
Post by: clint25n on June 05, 2013, 10:09:56 AM
Silver, just wanted to make sure if you haven't patched the pool, ask erundook about it. I think it was just an exploit for the stratum software that litecoin folk detected. Later :)

Also, looks like the pool distribution monitor is helping spread some hashes to you guys! Cool beans.


Title: Re: [ANN][WDC][POOL][PPLNS][STRATUM][0% FEE] Silverwolf's WDC Pool - MINERS NEEDED!
Post by: the1silverwolf on June 05, 2013, 03:14:58 PM
Silver, just wanted to make sure if you haven't patched the pool, ask erundook about it. I think it was just an exploit for the stratum software that litecoin folk detected. Later :)

Also, looks like the pool distribution monitor is helping spread some hashes to you guys! Cool beans.

I patched the stratum server on 05/31/13, but thanks for making sure!


Title: Re: [ANN][WDC][POOL][PPLNS][STRATUM][0% FEE] Silverwolf's WDC Pool - MINERS NEEDED !
Post by: the1silverwolf on June 06, 2013, 12:31:08 AM
Still need more miners guys !


Title: Re: [ANN][WDC][POOL][STRATUM][0% FEE] Silverwolf's WDC Pool [ACCURATE PAYOUTS !]
Post by: the1silverwolf on June 07, 2013, 02:38:11 AM
We have a Banner Add !
 
http://i43.tinypic.com/i4fxgk.jpg


Title: Re: [ANN][WDC][POOL][STRATUM][0% FEE] Silverwolf's WDC Pool [ACCURATE PAYOUTS !]
Post by: the1silverwolf on June 07, 2013, 06:01:03 PM
We have a Banner Ad !
 
http://i43.tinypic.com/i4fxgk.jpg

Our ad is running here : http://worldcoinsfaucet.info/

I'm not much of a graphic guy but I think it turned out pretty well. :)



Title: Re: [ANN][WDC][POOL][STRATUM][0% FEE] Silverwolf's WDC Pool [ACCURATE PAYOUTS !]
Post by: the1silverwolf on June 08, 2013, 04:49:42 PM
We still have plenty of server slots available!

Give us a try !


Title: Re: [ANN][WDC][POOL][STRATUM][0% FEE] Silverwolf's WDC Pool [ACCURATE PAYOUTS !]
Post by: the1silverwolf on June 10, 2013, 01:38:06 PM
The worldcoin pool is nearing shutdown due to lack of interest.

http://silverwolf.ath.cx/wdc

Doesn't anyone want to mine worldcoin anymore ?


Title: Re: [ANN][WDC][POOL][STRATUM][0% FEE] Silverwolf's WDC Pool [ACCURATE PAYOUTS !]
Post by: RaymanJr on June 10, 2013, 04:12:20 PM
I'm in, I love the 'PPLNS Status' window and 'PPLNS lastNshares' value. You have done very nice work !


Title: Re: [ANN][WDC][POOL][STRATUM][0% FEE] Silverwolf's WDC Pool [ACCURATE PAYOUTS !]
Post by: the1silverwolf on June 11, 2013, 04:11:58 AM
I'm in, I love the 'PPLNS Status' window and 'PPLNS lastNshares' value. You have done very nice work !


Thank you!

It has been a lot of work and it's nice to hear that people appreciate it!

P.S. Tell your friends!  We need more miners!!!!



Title: Re: [ANN][WDC][POOL][STRATUM][0% FEE] Silverwolf's WDC Pool [ACCURATE PAYOUTS !]
Post by: the1silverwolf on June 11, 2013, 04:44:50 PM
Finding blocks, but we still need more miners!

Hop on guys!



Title: Re: [ANN][WDC][POOL][STRATUM][0% FEE] Silverwolf's WDC Pool [ACCURATE PAYOUTS !]
Post by: the1silverwolf on June 13, 2013, 06:36:55 AM
Silverwolf's Worldcoin (WDC) Pool!

* 0% Fee
* Accurate, Fast Payouts
* Stratum or Getwork

What Else is there ?

http://silverwolf.ath.cx/wdc (http://silverwolf.ath.cx/wdc)


Title: Re: [ANN][WDC][POOL][STRATUM][0% FEE] Silverwolf's WDC Pool [ACCURATE PAYOUTS !]
Post by: the1silverwolf on June 15, 2013, 02:27:58 AM
Manual withdrawal functionality has been reworked to prevent exploitation and has been enabled again.

How it works now :

When you click the "Cash Out" button, instead of sending the money immediately it "Schedules" the withdrawal request.

Withdrawal requests are processed every minute when the cronjob runs.

Enjoy


Title: Re: [ANN][WDC][POOL][STRATUM][0% FEE] Silverwolf's WDC Pool [ACCURATE PAYOUTS !]
Post by: sumantso on June 15, 2013, 02:10:34 PM
Its closing down. So withdraw your WDCs now if you have still some left there.


Title: Re: [ANN][WDC][POOL][STRATUM][0% FEE] Silverwolf's WDC Pool [ACCURATE PAYOUTS !]
Post by: the1silverwolf on June 17, 2013, 11:35:27 PM
All operating pools exiting BETA status as the code is working well and quite stable.

Argentum          http://swmining.mine.nu/arg
StableCoin1       http://silverwolf.ath.cx/sbc
StableCoin2       http://swmining.mine.nu/sbc
BBQ Coin          http://silverwolf.ath.cx/bbq
Worldcoin         http://silverwolf.ath.cx/wdc
Junkcoin           http://swmining.mine.nu/jkc


Title: Re: [ANN][WDC][POOL][STRATUM][0% FEE] Silverwolf's WDC Pool [ACCURATE PAYOUTS !]
Post by: the1silverwolf on June 17, 2013, 11:36:01 PM
Its closing down. So withdraw your WDCs now if you have still some left there.

I'll leave it up as long as people are mining there.  There just isn't much interest at the moment.


Title: Re: [ANN][WDC][POOL][STRATUM][0% FEE] Silverwolf's WDC Pool [ACCURATE PAYOUTS !]
Post by: the1silverwolf on June 18, 2013, 05:12:51 PM
Its closing down. So withdraw your WDCs now if you have still some left there.

I'll leave it up as long as people are mining there.  There just isn't much interest at the moment.

Update: All the miners have quit mining on the WDC pool.  I will keep it open indefinitely in case someone wants to come back and mine.

Eventually I may pull it down completely, but as users still have balances I will not do so without at least a 7 day advance notice on this thread so that people have time to withdraw their coins.

I do hope people decide to come back and mine though, the pool's working perfectly.



Title: Re: [ANN][WDC][POOL][STRATUM][0% FEE] Silverwolf's WDC Pool [ACCURATE PAYOUTS !]
Post by: the1silverwolf on June 20, 2013, 04:41:59 PM
Tweaked the DB to improve the performance of the stats page as it was getting a little sluggish.



Title: Re: [ANN][WDC][POOL][STRATUM][0% FEE] Silverwolf's WDC Pool [ACCURATE PAYOUTS !]
Post by: the1silverwolf on June 22, 2013, 03:02:20 AM
We still have lots of open slots on the server !!


Title: Re: [ANN][WDC][POOL][STRATUM][0% FEE] Silverwolf's WDC Pool [ACCURATE PAYOUTS !]
Post by: the1silverwolf on June 25, 2013, 06:37:22 PM
Increased share diff to 63 to match my other pools.

Restarted the stratum server to effect this change.

The hash rates on the pool will be wonky for a few minutes until it catches up with the change.


Title: Re: [ANN][WDC][POOL][STRATUM][0% FEE] Silverwolf's WDC Pool [ACCURATE PAYOUTS !]
Post by: RaymanJr on June 29, 2013, 10:28:42 PM
Thanks the1silverwolf, you are providing one rock solid pool !


Title: Re: [ANN][WDC][POOL][STRATUM][0% FEE] Silverwolf's WDC Pool [ACCURATE PAYOUTS !]
Post by: FullLife on June 30, 2013, 06:13:04 PM
Thanks the1silverwolf, you are providing one rock solid pool !

Yep, this is my favorite WDC pool for sure.


Title: Re: [ANN][WDC][POOL][STRATUM][0% FEE] Silverwolf's WDC Pool [ACCURATE PAYOUTS !]
Post by: the1silverwolf on July 01, 2013, 04:55:59 AM
Thanks the1silverwolf, you are providing one rock solid pool !

Your welcome !



Title: Re: [ANN][WDC][POOL][STRATUM][0% FEE] Silverwolf's WDC Pool [ACCURATE PAYOUTS !]
Post by: the1silverwolf on July 01, 2013, 04:59:10 AM
Thanks the1silverwolf, you are providing one rock solid pool !

Yep, this is my favorite WDC pool for sure.

I'm glad you think so!

Tell your friends, we still have plenty of slots open.

Also, I have other pools you may want to check out as well :

Argentum          http://swmining.mine.nu/arg
StableCoin1       http://silverwolf.ath.cx/sbc
StableCoin2       http://swmining.mine.nu/sbc
BBQ Coin          http://silverwolf.ath.cx/bbq
Worldcoin         http://silverwolf.ath.cx/wdc
BottleCaps        http://swmining.mine.nu/bot
BitGem            http://swmining.mine.nu/btg
DigitalCoin       http://swmining.mine.nu/dgc



Title: Re: [ANN][WDC][POOL][STRATUM][0% FEE] Silverwolf's WDC Pool [ACCURATE PAYOUTS !]
Post by: the1silverwolf on July 01, 2013, 05:54:13 AM
INVALID BBCODE: close of unopened tag in table (1)


Title: Re: [ANN][WDC][POOL][STRATUM][0% FEE] Silverwolf's WDC Pool [MINERS NEEDED]
Post by: the1silverwolf on July 03, 2013, 12:16:46 AM
We still need more miners!