Commit Graph

236 Commits

Author SHA1 Message Date
lubuzzo
480cefab68 Added coin_c11.class to fix the diffbits to Chaincoin (C11) based coins 2019-03-06 15:21:51 -03:00
lubuzzo
2cdfc9e46d Typo 2019-03-06 15:07:21 -03:00
lubuzzo
fd0f0fd656 Adding support for the latest Bitcoin's changes
- Accounts was removed, instead, now, we have labels
2019-03-06 15:04:51 -03:00
Philipp
1fcc88a2c1 added 1500ms curl timeout for the push_notifications
added 1500ms curl timeout for the push_notifications. otherwise the findblock cron will run default 300s timeout if a service goes down. (notifymyandroid is down.)

300ms are not enough for pushover working fine with fine with 1000ms increased it to 1500ms for high ping connections.
2018-06-05 23:22:28 +02:00
Philipp
52780f7c9d
Revert "added 300ms curl timeout for the push_notifications" 2018-06-05 23:16:43 +02:00
Philipp
dad8c07ec3 added 300ms curl timeout for the push_notifications
added 300ms curl timeout for the push_notifications. otherwise the findblock cron will run default 300s timeout if a service goes down. (notifymyandroid is down.)
2018-06-03 12:58:09 +02:00
Sebastian Grewe
47f5a9df11 [UPDATE] Only check for wrong mode string in MySQL 5.7 2018-05-24 13:42:32 +02:00
Sebastian Grewe
bbb008eb7a Merge branch 'development' of github.com:MPOS/php-mpos into development 2018-05-24 13:26:47 +02:00
Sebastian Grewe
817c8f2492 [ADDED] Check MySQL 5.7 in version string for admin setup page 2018-05-24 13:26:36 +02:00
R4SAS
20a9c59111 fix documentation links 2018-05-24 00:51:18 +03:00
Sebastian Grewe
085dfa05f2 [VERSION] 1.1.0 2018-05-23 23:03:23 +02:00
Sebastian Grewe
3f4efc983a [ADDED] DEBUG log if RPC > 0.16 getinfo wrapper fails 2018-05-23 19:56:44 +02:00
Sebastian Grewe
96ab98a6fa [UPDATE] Better getinfo detection 2018-05-18 12:58:36 +02:00
Sebastian Grewe
b9dc229d20
Merge pull request #2729 from r4sas/lowdiff-shares
fix sharerate precision and reduce graphics page size
2018-05-12 23:44:28 +02:00
r4sas
30668ed502 fix sharerate precision and reduce graphics page size 2018-05-12 21:37:13 +00:00
Sebastian Grewe
e79b558163
[UPDATE] Also detect testnet on RPC > 0.16 2018-05-12 23:20:50 +02:00
Sebastian Grewe
d1d4a07609
Merge pull request #2728 from r4sas/lowdiff-shares
Lowdiff shares (2nd update #2718)
2018-05-12 21:46:21 +02:00
Sebastian Grewe
01c75f49ff
[UPDATE][#2713] Adding transaction filter
API now supports filters just as the GUI version, closing #2713 :)
2018-05-12 21:36:43 +02:00
Sebastian Grewe
61670a1c44
[UPDATE] Print error if vendor libs are missing 2018-05-12 21:21:44 +02:00
r4sas
ce78e8b59d revert changes for mysql ifnull functions 2018-05-12 13:25:13 +00:00
r4sas
b183ff19bd lowdiff updates 2018-05-11 21:41:38 +00:00
R4SAS
8cfc43eaca implement low-diff shares counting (#2718 #2726) 2018-05-11 12:25:04 +00:00
Sebastian Grewe
3ddf6cb059
Merge pull request #2717 from r4sas/statistics-patch
don't hardcode wallet name
2018-04-25 13:44:01 +02:00
R4SAS
832d67f824 bump DB version, update db upgrade script 2018-04-25 10:10:17 +00:00
R4SAS
181a66b709
don't hardcode wallet name 2018-04-21 00:32:35 +03:00
Lucas Buzzo
26d291583b First attempt to add support to BTC >= 0.16 2018-04-16 21:16:47 -03:00
Sebastian Grewe
92ef32aeab
[UPDATE][#2695] Remove unset class variable 2018-03-18 20:45:25 +01:00
Sebastian Grewe
97050ef142
[VERSION] 1.0.9, release prep 2018-03-18 20:37:02 +01:00
Brian Ziemek
e0dc0cbc1b
Fix Mercatox ticker API 2018-03-18 14:26:30 -04:00
Brian Ziemek
8a87239adb
Handle redundant slashes in ticker config
I.e. `https://api.example.com//ticker/target` becomes `https://api.example.com/ticker/target`
2018-03-18 13:36:18 -04:00
Brian Ziemek
6ff468a152
Add TradeOgre ticker API 2018-03-18 03:40:49 -04:00
Brian Ziemek
77687d9713
Add Mercatox ticker API 2018-03-18 02:50:23 -04:00
Brian Ziemek
6cc9cba0f5
Add SouthXChange ticker API 2018-03-18 02:49:59 -04:00
Brian Ziemek
79d9d0871a
Add Binance ticker API 2018-03-18 02:49:27 -04:00
Brian Ziemek
8c683b756a
Add Yobit ticker API 2018-03-18 02:49:01 -04:00
Brian Ziemek
0dbb4d8bc9
Add Crypto-Bridge ticker API 2018-03-18 02:48:18 -04:00
Brian Ziemek
8f33ceb3a4
Correct "coinchoose" spelling in ticker code 2018-03-18 02:47:37 -04:00
Brian Ziemek
028889584c
Remove Cryptsy ticker support
The '90s are dead
2018-03-18 02:46:48 -04:00
Brian Ziemek
53c311563b
Update BTC-e ticker URL 2018-03-18 02:45:24 -04:00
Brian Ziemek
c2f3171d1a
Update BTC-e API domain
btc-e.com was seized by the US DOJ; use btc-e.nz instead
2018-03-18 02:44:54 -04:00
Brian Ziemek
de6fbf88db
Refactor getPrice() in tools.class.php
$this->config['currency'] as $strBase
$this->config['price']['currency'] as $strQuote
2018-03-18 02:41:56 -04:00
Dennis Ruhe
467f8e5335 Merge branch 'development' of https://github.com/MPOS/php-mpos into development 2018-03-07 12:44:08 +01:00
Dennis Ruhe
31965de2b2 Implemented recaptcha v2 2018-03-07 12:41:40 +01:00
Sebastian Grewe
40ba37490e
Merge pull request #2687 from desaerun/patch-4
add start to getusertransactions api page
2018-03-05 11:29:02 +01:00
desaerun
fbdcd9c4e7
add "start" to getusertransactions api 2018-03-05 03:24:28 -07:00
Sebastian Grewe
1b217711a4
Revert "add 'start' parameter to getusertransactions api page" 2018-03-03 16:27:10 +01:00
desaerun
653729e6dc
add 'start' parameter to getusertransactions api page
sets db start row
2018-02-27 23:12:45 -07:00
Sebastian Grewe
6c0d9a1e9e
Merge pull request #2676 from smiba/development-patch-1
Expend CSRF token expiry & Est. Diff for constantly changing coins
2018-02-21 20:38:58 +01:00
smiba
85ef9d521c Expend CSRF token expiry time
Change it to 15 minutes, 2 minutes is not enough.
2018-02-21 14:31:58 +01:00
Sebastian Grewe
ae337b418c
Merge pull request #2673 from smiba/patch-1
Fix: Calculate the efficiency correctly in API
2018-02-21 10:27:18 +01:00