Legacy2005
|
|
February 19, 2016, 07:11:34 PM |
|
added my s5's to the pool.
|
|
|
|
Legacy2005
|
|
February 19, 2016, 07:12:26 PM |
|
Decided to swallow the power cost for this month until I get my new provider and brought the sp20e back into the pool with my s7 until the sp20e sells. I figured if I am going to pay out of the nose for power it might as well be two s7's instead. So on the hunt for another s7 as we speak. Lets find that fourth block!
what are you paying for power per KW? perhaps someone on the pool or bcmonster could host it.
|
|
|
|
krisgt30
|
|
February 19, 2016, 07:45:59 PM |
|
Decided to swallow the power cost for this month until I get my new provider and brought the sp20e back into the pool with my s7 until the sp20e sells. I figured if I am going to pay out of the nose for power it might as well be two s7's instead. So on the hunt for another s7 as we speak. Lets find that fourth block!
what are you paying for power per KW? perhaps someone on the pool or bcmonster could host it. I had a .10 fixed contract that expired prior to purchasing the devices and did not know. It then went to variable starting in January and at peak times they are now charging me almost .21! I cancelled my delivery service with this provider in january and switched to another for a 12 month fixed term of .07. But my power for January and February have been astronomical because it takes 30 days to complete the switch. Good thing I found 3 blocks otherwise I would not have these things still running.
|
www.bcmonster.com Multi pool, pools for BTC, BCA, LCC, KMD, HUSH and ZEN -Donate:1QGZQBhXMo2jVc45wLEsp2bn5agF8SZSuY
|
|
|
Laviathon (OP)
|
|
February 19, 2016, 10:18:07 PM |
|
Decided to swallow the power cost for this month until I get my new provider and brought the sp20e back into the pool with my s7 until the sp20e sells. I figured if I am going to pay out of the nose for power it might as well be two s7's instead. So on the hunt for another s7 as we speak. Lets find that fourth block!
what are you paying for power per KW? perhaps someone on the pool or bcmonster could host it. I had a .10 fixed contract that expired prior to purchasing the devices and did not know. It then went to variable starting in January and at peak times they are now charging me almost .21! I cancelled my delivery service with this provider in january and switched to another for a 12 month fixed term of .07. But my power for January and February have been astronomical because it takes 30 days to complete the switch. Good thing I found 3 blocks otherwise I would not have these things still running. Well hopefully some one else will hit this block soon. Watch you hit it with your s7.
|
|
|
|
krisgt30
|
|
February 19, 2016, 11:53:50 PM |
|
I hope someone else cracks this one, so I can throw another big rental into the next one.
|
www.bcmonster.com Multi pool, pools for BTC, BCA, LCC, KMD, HUSH and ZEN -Donate:1QGZQBhXMo2jVc45wLEsp2bn5agF8SZSuY
|
|
|
Legacy2005
|
|
February 20, 2016, 12:48:18 AM |
|
trying to crack it. got an electrician coming tomorrow to wire in some more 20A breakers/plugs/wires.
yikes that is insane how much they are charging per kw.
thankfully I at .06. I have turned my heat off completely and just use the fan from the furnace to circ air and its kept it at a stead 69-70 depending outside temps.
Bcmonster: may want to see if you can switch the current hashing power stats chart to show in TH vs KH since kh isn't really used anymore. If TH isn't possible maybe at least GH. Might make the chart a little cleaner to read and would make the page more mobile friendly as those numbers cause the graph to be large/scrolled on a phone.
|
|
|
|
Laviathon (OP)
|
|
February 20, 2016, 03:18:50 AM |
|
trying to crack it. got an electrician coming tomorrow to wire in some more 20A breakers/plugs/wires.
yikes that is insane how much they are charging per kw.
thankfully I at .06. I have turned my heat off completely and just use the fan from the furnace to circ air and its kept it at a stead 69-70 depending outside temps.
Bcmonster: may want to see if you can switch the current hashing power stats chart to show in TH vs KH since kh isn't really used anymore. If TH isn't possible maybe at least GH. Might make the chart a little cleaner to read and would make the page more mobile friendly as those numbers cause the graph to be large/scrolled on a phone.
I have a ton going on in real life right now. I will probably work on that because you are right, khs at this point in btc is deffinately irrelevant.
|
|
|
|
krisgt30
|
|
February 20, 2016, 04:49:54 PM |
|
Another rental up, lets find that fourth block!
|
www.bcmonster.com Multi pool, pools for BTC, BCA, LCC, KMD, HUSH and ZEN -Donate:1QGZQBhXMo2jVc45wLEsp2bn5agF8SZSuY
|
|
|
jonnybravo0311
Legendary
Offline
Activity: 1344
Merit: 1024
Mine at Jonny's Pool
|
|
February 20, 2016, 04:58:12 PM |
|
Good luck to you!
Laviathon, check your PMs... I sent you how to change from KH/s to TH/s on your pool.
|
Jonny's Pool - Mine with us and help us grow! Support a pool that supports Bitcoin, not a hardware manufacturer's pockets! No SPV cheats. No empty blocks.
|
|
|
messypete
Newbie
Offline
Activity: 43
Merit: 0
|
|
February 20, 2016, 05:43:04 PM |
|
This is nice to see pool op's helping each other.
Looks like a big push now by krisgt30. Good luck to you sir.
|
|
|
|
jonnybravo0311
Legendary
Offline
Activity: 1344
Merit: 1024
Mine at Jonny's Pool
|
|
February 20, 2016, 07:24:21 PM Last edit: February 20, 2016, 07:44:13 PM by jonnybravo0311 |
|
Alright, so I've taken a look at the stats code. It's stored in the database as KH/s. Example: my hash rate on my own pool is stored in the database stats tables as 96619545681. Displayed on the website stats it shows as 96,629,545,681 KH/s. Turning that into TH/s means dividing by 1,000,000,000 yielding 96.629545681 TH/s. Everything is written using smarty templates on the front end. So the choice is to either 1) change the template to display TH/s and recompile or 2) change the way the stats are stored in the database tables. Laziness would dictate that I just change the template to display it in TH, leaving the underlying stats stored as is. If I get around to it, I'll make the required changes and share the code with BCMonster. EDIT: Here's the code to add to the template if you want to show TH/s. Edit templates/bootstrap/statistics/pool/contributors_hashrate.tpl file. Add the following after line 24: {math assign="hashths" equation="hashrate / pow(10,9)" hashrate=$CONTRIBHASHES[contrib].hashrate}
Then you need to change line 29 to the following: <td class="text-right">{$hashths|number_format:"3"}</td>
Also, you need to change the table header label to TH/s. Edit line 13 as follows: <th class="text-right">TH/s</th>
Actually, it compiles itself properly. Here are the changes on my own pool:
|
Jonny's Pool - Mine with us and help us grow! Support a pool that supports Bitcoin, not a hardware manufacturer's pockets! No SPV cheats. No empty blocks.
|
|
|
krisgt30
|
|
February 21, 2016, 01:53:04 AM |
|
Thanks for your help and wishes Johnny!
Just bought 2 more s7's to grow my mining rig, testing out a hosting facility with 1, if it goes well, then sending the rest out to them!
|
www.bcmonster.com Multi pool, pools for BTC, BCA, LCC, KMD, HUSH and ZEN -Donate:1QGZQBhXMo2jVc45wLEsp2bn5agF8SZSuY
|
|
|
Laviathon (OP)
|
|
February 21, 2016, 03:07:27 AM Last edit: February 21, 2016, 04:08:57 AM by Laviathon |
|
Thanks Johnny,
I just had not looked into it yet. The lines on mine were a little off where I am not running stock bootstrap but it did make it easy for a quick fix. I'll look at the individual worker stats tomorrow.
|
|
|
|
Legacy2005
|
|
February 21, 2016, 04:34:58 PM |
|
Nice change to the stats page. Definitely a lot cleaner and easier to read. Now who does one have to bride/threaten in order for a block to fall out of the machine and into our laps.
|
|
|
|
Laviathon (OP)
|
|
February 21, 2016, 04:39:53 PM Last edit: February 21, 2016, 04:50:33 PM by Laviathon |
|
Nice change to the stats page. Definitely a lot cleaner and easier to read. Now who does one have to bride/threaten in order for a block to fall out of the machine and into our laps.
I agree! I'm. Ready for the bitcoin gods tobshine our way again. I'm at about 160 billion shares since I have found a block myself.
|
|
|
|
jonnybravo0311
Legendary
Offline
Activity: 1344
Merit: 1024
Mine at Jonny's Pool
|
|
February 21, 2016, 04:53:30 PM |
|
Thanks Johnny,
I just had not looked into it yet. The lines on mine were a little off where I am not running stock bootstrap but it did make it easy for a quick fix. I'll look at the individual worker stats tomorrow.
Fixed that one as well on my pool... I ended up putting my worker stats page in GH/s, though. Pretty easy fix. First, I edited templates/bootstrap/dashboard/worker_information/default.tpl. Changed the "Hashrate" label to read "Hashrate (GH/s)": <th>Worker</th> <th>Hashrate (GH/s)</th> <th>Difficulty</th>
Next, I edited the "refreshNetowrkData" function in templates/bootstrap/dashboard/js/api.tpl to change the displayed hash rate from KH/s to GH/s: function refreshWorkerData(data) { workers = data.getuserworkers.data; length = workers.length; totalHashrate = 0; $('#b-workers').html(''); for (var i = j = 0; i < length; i++) { if (workers[i].hashrate > 0) { totalHashrate += workers[i].hashrate; j++; $('#b-workers').append('<tr><td class="text-left">' + workers[i].username + '</td><td class="text-right">' + number_format((workers[i].hashrate/1000000), 2) + '</td><td class="text-right">' + workers[i].difficulty + '</td></tr>'); } } if (j == 0) { $('#b-workers').html('<tr><td colspan="3" class="text-center">No active workers</td></tr>'); } if (totalHashrate > 0) { $('#b-workers').append('<tr><td class="text-left"><b>Total</b></td><td class="text-right">' + number_format(totalHashrate/1000000, 2) + '</td><td></td></tr>'); } }
Enjoy.
|
Jonny's Pool - Mine with us and help us grow! Support a pool that supports Bitcoin, not a hardware manufacturer's pockets! No SPV cheats. No empty blocks.
|
|
|
Legacy2005
|
|
February 21, 2016, 07:28:24 PM |
|
On the dashboard you have the Total hash rate in TH but each worker still shows in KH. For uniformity the worker list should be in TH as well.
|
|
|
|
Laviathon (OP)
|
|
February 22, 2016, 12:34:14 AM Last edit: February 22, 2016, 02:25:54 AM by Laviathon |
|
On the dashboard you have the Total hash rate in TH but each worker still shows in KH. For uniformity the worker list should be in TH as well.
I was going to look at that tonight. Had to work today. Just got home.
|
|
|
|
notabeliever
|
|
February 22, 2016, 02:04:50 AM Last edit: February 22, 2016, 02:42:42 AM by notabeliever |
|
Does it make sense for both BCmonster and Bravo pool to combine total hash. Both are good pools and we can benefit from that. The difficulty is getting crazy and the on;y one making money are the rentals.
|
|
|
|
Laviathon (OP)
|
|
February 22, 2016, 03:08:14 AM |
|
Does it make sense for both BCmonster and Bravo pool to combine total hash. Both are good pools and we can benefit from that. The difficulty is getting crazy and the on;y one making money are the rentals.
It does make sence, however I'm pretty sure neither one of us would be willing to do anything mid block as I am already 8btc deep in rentals this round.
|
|
|
|
|