Commit graph

25 commits

Author SHA1 Message Date
Tanguy Pruvot
6950057b17 db: handle custom user donation percents
The setting is set with g=10% in password field

its disabled by default, to do maybe per worker...

prevent negative donation percents
2016-04-02 15:08:43 +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
1e7f2fb050 miners: increase max len of users's version/password 2016-03-26 19:44:46 +01:00
Tanguy Pruvot
12fd0d0b6c stats: remove stake blocks from pool blocks count 2016-03-17 08:34:45 +01:00
Tanguy Pruvot
b04eefc91f blocks: always filter stake and hidden coins 2016-03-01 14:34:29 +01:00
Tanguy Pruvot
3b32d4b987 backend: detect and assign category of PoS blocks
category "stake" while immature, "generated" after

Only shown in the dashboard...
2016-02-27 03:06:19 +01:00
Tanguy Pruvot
b8df948174 hide test coins (non visible) from pool stats
use an advanced yii db criteria and a relation definition
2015-12-15 22:21:15 +01:00
Tanguy Pruvot
2c0d78bdeb Show extra payouts made on some buggy wallets
LYB wallet sometimes hangs during a send operation,
This can lock the payment process for all users.

The yiimp payout command can fix them and show them in their user Wallet (txs)
2015-10-09 15:48:26 +02:00
Tanguy Pruvot
2c95534c27 Move algo norm coefs to server config and disable drop algo
Also fix a few php typos..
2015-09-30 09:47:13 +02:00
Tanguy Pruvot
945d207c89 pool stats: show coin symbols 2015-09-19 10:34:52 +02:00
Tanguy Pruvot
38efad3aa8 history: hide disabled coins from pool stats 2015-09-14 21:25:18 +02:00
Tanguy Pruvot
9476a525bd history_results: show also coins without recent blocks 2015-07-23 14:31:00 +02:00
Tanguy Pruvot
7ad244c996 rental: hide rental rows if we dont use it with var
and clean the admin panel main grid...
2015-07-23 05:56:49 +02:00
Tanguy Pruvot
4d4c48eed2 status: variable to toggle estimates columns 2015-07-23 05:56:49 +02:00
Tanguy Pruvot
6b819c3be1 config var to dis/allow autoexchange 2015-07-23 05:56:47 +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
8423662cc5 warn on BTC addresses 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
b10abe401a bestmarket: allow to force a coin exchange in coin table 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