Tanguy Pruvot
719a2fb38f
pool: provide the value the pool is short of a currency ( #29 )
...
+ nicehash orders json fix
2017-06-20 08:22:34 +02:00
Tanguy Pruvot
ca999ecfa6
store payout coin id and check algos earnings mismatches
2017-06-19 10:45:50 +02:00
Tanguy Pruvot
4697637adf
user wallet: add a note about minimal payouts (if set)
2017-04-16 11:21:12 +02:00
Tanguy Pruvot
be1064a25b
sha256t algo + fix sha/decred pool hashrate axis
2017-03-08 11:44:57 +01:00
Tanguy Pruvot
ca022f2628
stratum: add deep, timetravel and hmq1725 algos
...
Signed-off-by: Tanguy Pruvot <tanguy.pruvot@gmail.com>
2017-02-27 20:38:05 +01:00
Tanguy Pruvot
6970c8e17e
explorer: add a note about quark computed diff
...
also add a link to the explorer on Pool status coin icons
2017-02-27 03:55:15 +01:00
Tanguy Pruvot
e5962b39cb
earnings: show 'ETA' on user immature blocks
2017-02-25 04:00:30 +01:00
Tanguy Pruvot
8a034edf29
triggers: handle rpc commands
...
move the text query parser used in web console in the wallet rpc class
2016-12-24 01:11:29 +01:00
Tanguy Pruvot
e1091ddb9a
stats: prevent display of wrong data if blocks table is purged
...
The blocks table is only temporary and purged once processed.
TODO: See why lbry blocks history is purged faster than others.
2016-09-01 05:44:23 +02:00
Tanguy Pruvot
ac70dbe318
pool: rework title plurals and asterisk explanations
...
also fix page refresh on pool status algo switch
2016-08-21 00:05:44 +02:00
Tanguy Pruvot
b276cc0a7f
earnings: adjust mBTC decimals to satoshis
...
+ html output cleanup..
2016-08-20 22:37:19 +02:00
Tanguy Pruvot
1a90a26d2f
css: rounded blocks status + cleared color
...
also use Confirmed status like in wallet sums (yiimp without exchange)
2016-08-20 22:07:07 +02:00
Tanguy Pruvot
e3a1ed8d33
css: add css classes to user and pool block status
...
and rename exchange state to pending if auto exchange is not enabled
2016-08-20 21:01:12 +02:00
Tanguy Pruvot
4ef1a8103c
wallet: display proper user share, without exchange
...
was only a display issue, confirmed share percent doesnt use this code
2016-08-17 20:27:41 +02:00
Tanguy Pruvot
aed04e8491
stats: show reject count for workers rejects
...
percent is still shown on mouse over, used the 5mn avg diff for a more accurate result
2016-08-13 01:36:52 +02:00
Tanguy Pruvot
65e75e3a3b
pool: diff column sort was wrong in coin list
2016-06-01 14:54:53 +02:00
Tanguy Pruvot
0eaca9c541
console: humanize json timestamps + rpc errors report
2016-05-04 16:07:38 +02:00
Tanguy Pruvot
f3c65e270c
explorer: dynamic generation of all explorer links
...
will use a more friendly format if the coin is visible
bitcoins txs will be linked to an external site, and if the site explorer
is disabled, hyperlinks should be disabled (text only)
+ some other changes related to the explorer...
2016-05-03 21:37:18 +02:00
Tanguy Pruvot
382131c413
Fix displayed pending amount in user wallet
...
There was a (UI only) difference between details and total.
note: the paid amount was correct (the one showed in show details)
2016-05-03 13:42:57 +02:00
Tanguy Pruvot
b82873632b
sorter: fix hashrate column on explorer + pool status
2016-05-02 20:47:05 +02:00
Tanguy Pruvot
eb4e918fa6
pool status: fix typo
2016-05-02 14:43:06 +02:00
Tanguy Pruvot
57422a36f7
Fix hashrate sort in pool Status + sort css
2016-05-02 13:08:21 +02:00
Tanguy Pruvot
c9c7a27dcf
Fixes to handle the newer framework and jquery assets
...
double check the web/assets folder is writable by your web server...
so, jquery-ui bundled in this framework is now the v1.10.4
and jquery at the v1.11.1
2016-05-01 19:10:23 +02:00
Tanguy Pruvot
2d1af265fa
history: improve the stacked graph series with missing data
...
+ optional hack to allow to store decred staking (locked) balance history
2016-05-01 13:29:25 +02:00
Tanguy Pruvot
e0188d7c07
wallet: small changes: series order, site name
2016-04-25 13:08:45 +02:00
Tanguy Pruvot
21746e5953
history: allow to watch local price/balance
...
also show graphes even if the wallet is not installed (like BTC or LTC)
+ yaamp "core" function to know if a coin is watched
2016-04-25 12:49:10 +02:00
Tanguy Pruvot
25a76ce458
wallet: history graphes improvements
...
apply a better granularity to reduce empty space on axis edges,
also handle resize and hide empty balances from the stacked graph.
2016-04-25 08:19:30 +02:00
Tanguy Pruvot
8dcbeec01b
wallet: market price/balance graphes
...
only shown if the coin is monitored (server config)
2016-04-24 15:58:04 +02:00
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