Commit graph

13 commits

Author SHA1 Message Date
Tanguy Pruvot
b82873632b sorter: fix hashrate column on explorer + pool status 2016-05-02 20:47:05 +02:00
Tanguy Pruvot
57422a36f7 Fix hashrate sort in pool Status + sort css 2016-05-02 13:08:21 +02:00
Tanguy Pruvot
fe6c79ea23 stats: change blake algos profit to mBTC/Gh
to update history, manually run this sql query :

UPDATE hashrate SET price=price*1000.0, rent=rent*1000 WHERE algo IN ('blake','blake2s','decred','vanilla') AND price < 0.01;
2016-03-27 20:27:27 +02:00
Tanguy Pruvot
dac5d33e09 profit: move sha256 GH/s factor in a function
todo: handle blake algos like sha
2016-03-27 11:49:17 +02:00
Tanguy Pruvot
12fd0d0b6c stats: remove stake blocks from pool blocks count 2016-03-17 08:34:45 +01:00
Tanguy Pruvot
4d4c48eed2 status: variable to toggle estimates columns 2015-07-23 05:56:49 +02:00
Tanguy Pruvot
45904076e9 status: show coin name if mining a single coin per algo 2015-07-23 05:56:46 +02:00
Tanguy Pruvot
955d6d1520 status: hide weird estimations until fix 2015-07-23 05:56:46 +02:00
Tanguy Pruvot
b0b32a2a2d disable dynamic fee system 2015-07-23 05:56:46 +02:00
Tanguy Pruvot
dbcd0c735f update index content 2015-07-23 05:56:45 +02:00
Tanguy Pruvot
d4f6f99f95 api: add current workers count 2015-07-23 05:56:45 +02:00
Tanguy Pruvot
bb31cec957 dos2unix all files, we are on linux
trim them, btw... its important to start on a clean base...
2015-07-12 04:40:50 +02:00
root
b5a202e155 init 2015-07-02 20:58:45 +02:00