Post
Topic
Board Development & Technical Discussion
Re: Vanity Pool - vanity address generator pool
by
gyverlb
on 27/03/2013, 11:17:42 UTC
@gyverlb:  Are these numbers in line with your choice of vanity mining versus Bitcoin mining?

I use http://fizzisist.com/mining-value/api/vanitypool-value which outputs the BTC/GKey that oclvanityminer actually works on.

I then compute my estimated earnings with my actual mining speed and power usage for BTC/LTC/Vanity. Vanity uses less power than BTC on my hardware/driver configuration but is a little slower than the estimates used by fizzisist on http://fizzisist.com/mining-value/.

Currently my earnings would be slightly lower if I mined Vanity addresses instead of BTC.

Here's the output of the controller which chooses what my rigs work on:
Code:
130327 12:15:28: BTC/EUR: 66.24, LTC/BTC: 0.0066, BTC/GKEY: 0.000014028, Diff: 6695826.28, LtcDiff: 78.31
btc    (*):  26.19 EUR/j ( 31.89 - 5.70) sat/s:     557.17
ltc       :  25.56 EUR/j ( 32.40 - 6.84) sat/s:     566.18
vanity    :  25.75 EUR/j ( 30.83 - 5.08) sat/s:     538.71

BTC/EUR and LTC/BTC are values computed from exchange APIs and are pessimistic (they react quickly on dives in price but slowly to rises). BTC/GKEY is from fizzisist API and diffs are fetched from local bitcoin/litecoin daemons.