Commit graph

229 commits

Author SHA1 Message Date
Tanguy Pruvot
1c2a51394b exchange: handle crex24 public api 2018-09-10 07:49:18 +02:00
Tanguy Pruvot
1da40e518a blocks: avoid status change to orphan during reindex 2018-08-29 13:56:38 +02:00
phm87
c25d7b9b77 markets: bit-z ticker api (#288) 2018-08-10 14:44:57 +02:00
Tanguy Pruvot
72dd1432e6 screenlog: show hour in 24H format 2018-07-11 17:16:41 +02:00
Tanguy Pruvot
8472298631 blocks: log to screen only abnormal delays 2018-07-11 17:11:09 +02:00
Tanguy Pruvot
0f129bdd65 blocks: avoid delayed coin save + screenlog func
in some cases, there was issues to save correctly with the coin form.
2018-07-11 01:09:43 +02:00
Tanguy Pruvot
d85425bcf8 exchanges: link gate.io public api
look like a proper api with currencies labels

but disabled by default, to reduce api calls on new setups...
2018-07-07 08:03:56 +02:00
opensourcerulez
0606c9ada8 blocks: prevent duplicated blocks in some conditions... (#278)
Could happen if you run twice the blocks thread by mistake,
and if block was not notified (inserted asap as status 'new').. unlikely but..
2018-06-13 13:13:04 +02:00
crackfoo
a9dc8c5dfd trading: don't send coins to exchange which have late tx already 2018-05-16 15:16:18 +02:00
Tanguy Pruvot
495dcbba00 stratum: detect if master wallet is p2sh + mn started field 2018-05-11 11:18:45 +02:00
Tanguy Pruvot
f358e723c8 exchanges: ignore coins 'created' by tradesatoshi
they have a very huge amount of scams...
2018-05-09 00:13:15 +02:00
Tanguy Pruvot
ca974e661f backend: keep blocks history at least 7 days 2018-05-08 23:50:10 +02:00
Tanguy Pruvot
adbdad424e backend: prevent php bug on empty masternode payee field (LUX) 2018-05-02 16:33:21 +02:00
crackfoo
6fe2208e2e yiimp: log ip in debug message for unknown address (#263) 2018-05-02 14:11:02 +02:00
Tanguy Pruvot
dd9b467ecb config: new server var to disable autocreation of coins 2018-04-20 17:36:57 +02:00
Tanguy Pruvot
99f1fa9ac0 graviex: use the right ticker bid/ask fields 2018-04-20 08:48:15 +02:00
Tanguy Pruvot
580801f399 benchs: unique function to format devices labels
+ some new devices chips rules
2018-04-10 10:53:04 +02:00
Tanguy Pruvot
2f6d74d90a trading: auto set bittrex and bleutrade withdraw tx fee 2018-04-03 11:52:45 +02:00
Jia Wu
31441a6c98 markets: handle graviex ticker (#252)
manual only, so market row need to be created manually if really required.
2018-04-01 05:06:54 +02:00
Tanguy Pruvot
afa2e929a2 markets: avoid useless api queries if exchange is not used 2018-03-27 01:49:37 +02:00
Tanguy Pruvot
20de9ab774 markets: handle cryptohub api, but only manually
their api is not complete enough to auto create the markets...
2018-03-26 10:28:31 +02:00
Tanguy Pruvot
e5dd766dd5 backend: avoid to clear earnings during payouts (#249)
+ simplify payment code based on RavenMinerPool commit
2018-03-24 08:10:51 +01:00
Tanguy Pruvot
2dccc579cf markets: handle cryptobridge ticker 2018-02-28 20:56:08 +01:00
phm87
90e78f772f NH: new algos (#229) 2018-02-14 10:24:24 +01:00
Tanguy Pruvot
88cfe6faf7 benchs: ignore some weird device names and x16r algo 2018-01-24 20:44:28 +01:00
Tanguy Pruvot
bc7c183114 backend: drop old blocks from the db after 60 days 2018-01-19 21:28:35 +01:00
Tanguy Pruvot
accb3b4bd3 kucoin: daily check deposit addresses + typo on manual ticker update 2018-01-12 13:42:18 +01:00
Tanguy Pruvot
ab5e411529 kucoin exchange api + balances and icons
Signed-off-by: Tanguy Pruvot <tanguy.pruvot@gmail.com>
2018-01-07 20:48:25 +01:00
Tanguy Pruvot
149e950f57 coinexchange: check wallet status and disable if offline 2018-01-03 15:47:42 +01:00
Tanguy Pruvot
01c5736512 yobit: markets price typo + coinsmarkets server fake bid price 2017-12-12 02:01:41 +01:00
Tanguy Pruvot
e47e40aea6 benchs: ignore if already too much data per chip/algo 2017-12-08 19:58:45 +01:00
Tanguy Pruvot
ac13a0f0d9 markets: update yobit markets prices with a different base
note: market record should be created manually, experimental..
2017-12-01 14:22:17 +01:00
Tanguy Pruvot
6ced60c84e markets: add stocks.exchange public api
disabled by default, optional...
2017-11-22 12:15:04 +01:00
Tanguy Pruvot
f7a04abf06 markets: disable nova by default, ignore cryptopia scrypt
nova is closing in a week... better to ignore it now.
2017-11-22 11:09:31 +01:00
Tanguy Pruvot
a1d3ecd0da backend: recheck orphaned blocks status in the hour, for LUX 2017-11-03 18:46:47 +01:00
Tanguy Pruvot
028d661056 binance public api (markets)
disabled by default, and not enough infos about symbols (no coin label etc)
2017-11-01 03:23:41 +01:00
Tanguy Pruvot
7d85e363c4 backend: prevent too long wallet versions 2017-10-09 11:26:24 +02:00
Tanguy Pruvot
6c90300b6e cryptopia: workaround for missing deposit addresses 2017-09-13 12:40:08 +02:00
Tanguy Pruvot
ca50beefe6 blocknotify-dcr: refresh glide and fix new build issue
+ reduce sunday min payout
2017-09-13 08:28:33 +02:00
Tanguy Pruvot
ad3968fa69 backend: more proper int overflow on pool_ttf #141
related to mysql 5.7, int(11) seems no more supported
2017-09-13 07:10:51 +02:00
Tanguy Pruvot
9bfb531d03 pool_ttf and bench fixes for more recent servers 2017-09-12 19:17:28 +02:00
Tanguy Pruvot
0112b239f7 use new nicehash api domain 2017-09-08 03:59:05 +02:00
Tanguy Pruvot
0520257c38 c-cex: fix missing variable 2017-09-03 01:40:44 +02:00
Tanguy Pruvot
15cee4797d c-cex: implement getmarketsummaries to reduce api calls 2017-08-24 16:40:01 +02:00
Tanguy Pruvot
8c49ab8090 decred: limit payments tx sigops to 990 2017-08-21 15:08:24 +02:00
Tanguy Pruvot
894f2aa901 tradesatoshi: public api to list markets 2017-08-20 17:45:16 +02:00
Tanguy Pruvot
196507fe04 poloniex: check deposit address before generating one 2017-08-14 12:59:34 +02:00
Tanguy Pruvot
c28ed5b3f8 backend: retry once before disabling coins not answering to getinfo 2017-07-31 08:38:49 +02:00
Tanguy Pruvot
2156c0f002 backend: consolidate user shares after 48h
these shares are no more shown in graphes, so sum them in one per worker
2017-07-23 18:18:55 +02:00
Tanguy Pruvot
af58024219 backups: compress after the dump to reduce db locktime 2017-07-23 16:27:10 +02:00