Commit graph

345 commits

Author SHA1 Message Date
Tanguy Pruvot
d20fed6483 admin: algo switch on workers and miner versions pages 2015-09-30 15:52:58 +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
6060d42ca3 explorer: prevent php error on invalid txid 2015-09-26 06:52:21 +02:00
Tanguy Pruvot
9d4c4d41c7 stratum: reduce defines, prepare the autoexchange variable
also improve the user wallet addresses checks

and allow to mine aux coins in normal (gbt) + aux at the same time
2015-09-26 06:51:14 +02:00
Tanguy Pruvot
edd36ad5f9 yobit: get deposit addresses with the trade api 2015-09-22 05:54:11 +02:00
Tanguy Pruvot
4342c89486 fixes for the diff graph and yobit coin creation 2015-09-22 04:21:20 +02:00
Tanguy Pruvot
cfcfcfe773 cryptopia: get coin name and algo on create 2015-09-20 10:03:53 +02:00
Tanguy Pruvot
5c9bfe8cf2 stop poluting the coin db with yobit scams
Most of these are dead 2 months after launch
2015-09-20 09:01:16 +02:00
Tanguy Pruvot
28fd7e51af remove some useless common admin links 2015-09-20 08:11:36 +02:00
Tanguy Pruvot
55c3d756b0 coindb: allow lables import from a json file
sample file included in sql/ folder extracted from main exchanges
2015-09-20 07:07:47 +02:00
Tanguy Pruvot
2d7d0cd7d5 checkup: drop images from db if not on the disk 2015-09-20 01:35:07 +02:00
Tanguy Pruvot
6ec4d104ff explorer: allow search by tx hash 2015-09-20 01:17:06 +02:00
Tanguy Pruvot
4ae93c9204 admin: uniformize admin html tables 2015-09-20 00:33:36 +02:00
Tanguy Pruvot
892c7c5158 wallet: show difficulty and stake + cleanup 2015-09-19 23:12:55 +02:00
Tanguy Pruvot
d04b4bff97 add/handle penta(blake), luffa and nist5 algos 2015-09-19 10:36:21 +02:00
Tanguy Pruvot
945d207c89 pool stats: show coin symbols 2015-09-19 10:34:52 +02:00
Tanguy Pruvot
6b1c97db95 orphans: force amount 0, part 2 2015-09-19 10:34:31 +02:00
Tanguy Pruvot
e5d643fa1d new common function for the admin sidebar links 2015-09-19 05:47:24 +02:00
Tanguy Pruvot
5d3cb76563 Add filters to wallets and big miners tables 2015-09-19 05:24:26 +02:00
Tanguy Pruvot
751507a13b core: new function to get coins exchange urls 2015-09-19 05:05:10 +02:00
Tanguy Pruvot
c872cd349f tableSorter: update javascript lib to allow search filters
Apply the search filter to the coins database...
2015-09-19 04:13:41 +02:00
Tanguy Pruvot
9fb0ad23f4 dashboard: fix select and make the table sortable 2015-09-19 02:41:02 +02:00
Tanguy Pruvot
3a26439428 force amount 0 to orphaned blocs 2015-09-18 23:44:06 +02:00
Tanguy Pruvot
2591665701 add deletecoin maintenance command
and update/clean deleteuser one...
2015-09-18 23:43:51 +02:00
Tanguy Pruvot
9535e02ed8 handle myriad algos and graph only current one 2015-09-18 21:39:02 +02:00
Tanguy Pruvot
dc0bb5a0d8 explorer: improve the diff graph
handle some multi algos coins and more blocks
2015-09-18 20:19:32 +02:00
Tanguy Pruvot
9efad94548 explorer search inputs and custom page titles 2015-09-17 21:43:37 +02:00
Tanguy Pruvot
16faefc973 explorer: show a graph of the recent net diff 2015-09-17 21:09:27 +02:00
Tanguy Pruvot
38efad3aa8 history: hide disabled coins from pool stats 2015-09-14 21:25:18 +02:00
Tanguy Pruvot
0388d7bc4b use also cryptopia api to fill unknown coins labels 2015-09-13 20:03:42 +02:00
Tanguy Pruvot
a101cb5e8e yiimp: add "coindb labels" command
to fill missing db coin's labels with http://api.cryptocoincharts.info/listCoins
2015-09-08 19:31:58 +02:00
Tanguy Pruvot
de607b1bfc Allow to set custom algo ports in config 2015-09-07 18:18:38 +02:00
Tanguy Pruvot
7ce252a520 More PHP 5.4 ugly fixes about functions returns
not sure all are required, but at least the empty(getparam(x)) is.

This is not fatal on PHP 5.5 and 5.6...
2015-09-07 18:12:06 +02:00
Tanguy Pruvot
de8d398faa Add sample to setup admin rights authentification 2015-09-07 17:57:55 +02:00
Tanguy Pruvot
39a371b7b1 cryptsy: handle error when api key is wrong 2015-09-07 15:27:41 +02:00
Tanguy Pruvot
8d09c888fb Fix fatal error with PHP 5.4 (centos) 2015-09-06 20:06:53 +02:00
Tanguy Pruvot
76bcb9d058 Add function arraySafeVal to prevent php errors 2015-09-06 18:14:40 +02:00
Tanguy Pruvot
c636bde7b2 alcurex: last trade is not an array 2015-08-25 10:52:14 +02:00
Tanguy Pruvot
1ff8ce1afa lyra2v2: change diff to 256 2015-08-18 11:16:59 +02:00
Tanguy Pruvot
4a2ec5a9fd Add lyra2v2 algo 2015-08-18 05:09:47 +02:00
Tanguy Pruvot
a42a33c524 empoex market + balance api functions 2015-08-02 15:35:09 +02:00
Tanguy Pruvot
e1f88538d5 layout: update header and footer 2015-08-02 15:35:09 +02:00
Tanguy Pruvot
ff50b15c8c rename yiic command to yiimp + loop restart script
The loop processing earnings and payments can lock sometimes...
I guess its related to unreachable/broken api on exchanges sites
2015-08-02 15:13:00 +02:00
Tanguy Pruvot
4ae2e97ff9 cryptsy: fix possible market price error 2015-08-02 15:13:00 +02:00
Tanguy Pruvot
ac2455cc60 dashboard: generate proper html 2015-07-25 07:29:12 +02:00
Tanguy Pruvot
d0ba82e2c0 import raw coins list with allcoin api too 2015-07-24 12:45:52 +02:00
Tanguy Pruvot
b1581bdec5 fix main title 2015-07-24 07:26:02 +02:00
Tanguy Pruvot
b4a33a2871 YAAMP_SITE_NAME constant + Admin menu labels 2015-07-24 07:19:29 +02:00
Tanguy Pruvot
0424e322d6 restore menu entries for different config vars 2015-07-24 06:55:18 +02:00
FireWalkerX
f200885237 NICEHASH API, KEY, Deposit address and amount to serverconfig 2015-07-24 06:53:59 +02:00