Skip to main content

Slush Pool Beta




Slush pool has a nice open beta web client that is so much better than the old one, it's mind blowing. It has new charts that give you good insight into hardware performance and up time, as well as a good log of your payouts, and block rewards. They have implemented a rewards system called the scoring hashrate.


Dashboard


Scoring Hashrate

User participation to pool's mining power is measured by scoring hash rate. It reflects how much work the user did in recent hours. You can understand scoring hash rate as an exponential moving average from hash rate of all user mining devices connected to the pool (see  EMA on wikipedia). The averaging smooths out short hash rate drops or increases and makes rewards calculation more stable and fair (the exact mathematical definition is provided lower).
For example, if your scoring hash rate is 1% of the whole pool, you receive 1% of the block rewards. If you own 0.031% of hash rate, you receive 0.031% of rewards from the block. It is that simple.
The pool calculates your reward for every found block as follows:
your reward=block value(1pool fee)your scoring hash ratepool scoring hash rate
  • block value is typically 25 BTC + fees from bitcoin transactions contained in the block (you can see block valueshere).
  • Scoring hash rates used for the calculation are hash rates from time when a particular block was found. They reflect some mining history before the actual block finding.
  • pool fee is currently 2%.

Workers

They give some nice worker settings like "expected hashrate" which is fantastic to make sure your hardware isn't under-performing. This helps you pro-actively find issues with your hardware, whether it be an error or just hardware that could do with a quick reboot. It has a little selector for what you'd like for minimum difficulty, which you can either just set very low or you can calculate what kind of difficulty your hardware can solve so you can get those higher shares.

Worker Settings


Rewards

They also have a very nice, easy to read rewards log so you can see what kind of yeild you're getting out of your miners. A chart directly below gives you a timeline of your daily payouts as well as a weekly average.

Rewards


Check it out

Take a minute and mine over there for a few days and see how you like it. Easily my favorite pool so far.

Comments

Popular posts from this blog

BTC-Flow

Today I'll be giving a bit of a look into BTC-Flow . It's a game based bitcoin faucet that has me pretty into it. No more of the jumping from site to site clicking your way through pop ups and other fun activities. The concept of the game is that you run a  company. At first, your company mines bitcoin and has a earning rate of 0.0000015 BTC/Min and your max capacity is 0.000012 BTC. Your part in running this company is getting the bitcoin from your company either before or after your max capacity is hit. You then need to click once your bitcoin capacity is reached to put that balance into your main bank. From here you basically repeat this as much as you'd like. If you really enjoy this, you can "level" your business with bitcoin to increase capacity and earning/min at any point. If you like faucets, you need to check this out . BTC-Flow.com

Setting up a self maintaining miner (Windows GPU CPU miner)

Problem I run a 125MH/s ETH GPU mining rig but I was having issues where it would restart intermittently and when it would come back online it would obviously stop mining and i would lose mining time because of it. Solution Automatic restart  Run your miner automatically on startup This is actually a very simple way to keep your miner in check so you don't encounter much or any down time. As an added bonus, it's very simple to set up. Automatic restart Search for "task scheduler" in your windows search bar and open it. Now select "Create Task..." from the right side panel. Give your task a name and check the "run with highest privileges" checkbox Go to the "Triggers" tab and click the "New..." button. Here you should select "Daily" and select a date and time you would like this task to be run. Once you're done with your selection, click "OK" Go to the "Ac...

Mining ZCash(ZEC) on windows

I spent some time trying out a few different pieces of software to try to figure out one that works best for me. I have 2 good options for mining ZCash, both for the coin and using NiceHash to auto convert it to BTC for you. Option 1 Download the NiceHash Miner Run the miner (install steps) Put in your btc address and your worker name Run the benchmark (depending on your number of devices this can take some time, however, it's worth it). Once the benchmark has completed, simply click "Start" This option will be mining with NiceHash, however, it auto converts coins into btc. This may not be what you're looking for, so see option 2. Option 2 Download the latest release of nheqminer Extract Create a run.bat file Here's a couple examples for your run.bat file Examples AMD 1 GPU nheqminer_zcash.exe -l usa -u YOUR-ZCASH-ADDRESS-HERE -t 6 -od 0 NVIDIA 1 GPU nheqminer_zcash.exe -l usa -u YOUR-ZCASH-ADDRESS-HERE -t 6 -cd 0 ...