Commit Graph

3853 Commits

Author SHA1 Message Date
reappergrimd
e15695e1ff Added cryptopia Api Call
Change Allows Site admin to pull last price from this exchange.
Configuration example

$config['price']['enabled'] = true;
$config['price']['url'] = 'https://www.cryptopia.co.nz/';;
$config['price']['target'] = 'api/GetMarket/2274'; // API call to get market via market id of coin (api/GetMarket/{coin market id}
$config['price']['currency'] = 'BTC'; //
2016-01-27 22:13:52 +02:00
Sebastian Grewe
3ab9f6ac1e Merge pull request #2474 from MPOS/revert-2473-xisi-bleutrade-ticker
Revert "Update tools.class.php - add bleutrade api support"
2015-12-04 19:53:15 +01:00
Sebastian Grewe
2395500836 Revert "Update tools.class.php - add bleutrade api support" 2015-12-04 19:52:40 +01:00
Sebastian Grewe
2b6bc7e0f5 Merge pull request #2473 from MPOS/xisi-bleutrade-ticker
Update tools.class.php - add bleutrade api support
2015-12-04 18:20:38 +01:00
Joey
c24f7bb397 Update tools.class.php 2015-12-04 12:12:38 -05:00
Joey
5d6215a0e3 Update tools.class.php - add bleutrade api support
Adds support for bleutrade api for the ticker
2015-12-04 12:09:19 -05:00
Sebastian Grewe
486869a1a2 [UPDATE] Development to Master 2015-06-22 17:22:48 +02:00
Sebastian Grewe
4e7eb890f4 Merge pull request #2441 from xisi/dev-adminchecks-move
Move admin_checks to admin panel/system/setup
2015-06-20 07:53:06 +02:00
Joey
8dba76c722 add bit about daemon not being fully synced 2015-06-19 10:36:12 -04:00
xisi
cdc3bbb68d Use glob, updated changelog 2015-06-19 09:59:06 -04:00
xisi
0b91d743ca Updated issue #2427 2015-06-19 09:52:43 -04:00
xisi
02067ace54 See issue #2427 2015-06-19 09:52:43 -04:00
Sebastian Grewe
433c8f766a Merge pull request #2431 from owlhooter/master
Add Anonymous check for blockfinder email
2015-06-19 09:52:43 -04:00
Sebastian Grewe
f76ee0c66b Merge pull request #2426 from xisi/master
added admin check to throw a notice in admin_checks for issue #2424
2015-06-19 09:52:43 -04:00
owlhooter
b528cc2998 Add anonymous check for users on block finder email notification 2015-06-19 09:52:43 -04:00
Sebastian Grewe
c50ff562a3 Merge pull request #2415 from MPOS/development
[VERSION] MPOS 1.0.3
2015-06-19 09:52:43 -04:00
xisi
9d42991b14 added admin check to throw a notice in admin_checks for issue #2424 2015-06-19 09:52:43 -04:00
owlhooter
40d0ecd769 Add anonymous check for users on block finder email notification 2015-06-19 09:52:43 -04:00
Sebastian Grewe
d4a161ae00 [UPDATE] CHANGELOG for 1.0.4 2015-06-08 11:47:06 +02:00
Sebastian Grewe
b62b6b7611 [VERSION] MPOS 1.0.4
Version increment for future release.
2015-06-08 11:41:23 +02:00
Sebastian Grewe
ecf2c1cc41 Merge pull request #2431 from owlhooter/master
Add Anonymous check for blockfinder email
2015-05-29 18:50:55 +02:00
owlhooter
d1d392a448 Add anonymous check for users on block finder email notification 2015-05-27 09:04:41 -05:00
owlhooter
b033a9888b Add anonymous check for users on block finder email notification 2015-05-27 09:02:50 -05:00
Sebastian Grewe
933660806b Merge pull request #2426 from xisi/master
added admin check to throw a notice in admin_checks for issue #2424
2015-05-25 14:31:02 +02:00
xisi
80be081358 added admin check to throw a notice in admin_checks for issue #2424 2015-05-24 21:11:22 -04:00
Sebastian Grewe
18a6f588ed Merge pull request #2415 from MPOS/development
[VERSION] MPOS 1.0.3
2015-04-29 22:31:00 +02:00
Sebastian Grewe
ff908be3a7 [VERSION] MPOS 1.0.3 2015-04-29 22:30:21 +02:00
Sebastian Grewe
e511ba2ece Merge pull request #2414 from MPOS/development
UPDATE : Development to Master
2015-04-29 22:29:45 +02:00
Sebastian Grewe
d1e6783075 [UPDATE] Changelog updated 2015-04-29 22:29:05 +02:00
Sebastian Grewe
38e9654cea [HOTFIX] Broken DB upgrade for latest release 2015-04-29 22:27:40 +02:00
Sebastian Grewe
50af83680c Merge pull request #2402 from MPOS/development
UPDATE : Development to Master
2015-04-28 19:56:31 +02:00
Sebastian Grewe
dfa34bc6d8 [UPDATE] Changelog for release 2015-04-28 19:56:06 +02:00
Sebastian Grewe
993972a3ec Merge pull request #2408 from MPOS/shared-db-update
[UPDATE] Shared DB Behavior
2015-04-28 17:47:57 +02:00
Sebastian Grewe
da8b3cc0e8 Merge pull request #2411 from e3betht/closing_tags_dev
Closing tags on development branch
2015-04-27 06:44:19 +02:00
e3betht
010a89449e removing more closing PHP tags 2015-04-26 20:19:50 -05:00
e3betht
3a4ca87e9a Adding the Code Climate badge 2015-04-26 20:06:51 -05:00
e3betht
6179d79c3b Removing closing PHP tags 2015-04-26 20:06:29 -05:00
Sebastian Grewe
9437746602 [UPDATE] CHANGELOG.md with modifications 2015-04-24 09:28:06 +02:00
Sebastian Grewe
b7b3103c49 [UPDATE] Shared DB Behavior
* Default to standard DB if nothing is set
* Separate Accounts and Pool Workers shared DB
* Added shared News DB
* New config options added
 * `$config['db']['shared']['accounts']`
 * `$config['db']['shared']['workers']`
 * `$config['db']['shared']['news']`
2015-04-24 09:25:14 +02:00
Sebastian Grewe
4c01584f4d [UPDATE] Changelog 2015-04-19 00:59:53 +02:00
Sebastian Grewe
091aa6475c [FIX] Manual Payout warning when account balance too low 2015-04-19 00:59:07 +02:00
Sebastian Grewe
bb3fa99530 [UPDATE] Config Version 1.0.1 2015-04-19 00:33:22 +02:00
Sebastian Grewe
a7fc7146f1 [ADDED] SSO across MPOS pools with single database host 2015-04-19 00:31:56 +02:00
Sebastian Grewe
4adc1134d9 [UPDATE] CHANGELOG with latest fix 2015-04-18 21:43:39 +02:00
Sebastian Grewe
ccea37e4a1 Merge branch 'development' of github.com:MPOS/php-mpos into development 2015-04-18 21:42:58 +02:00
Sebastian Grewe
3e6b417279 [FIX] Play Block Nofitifcation audio as MP3 for Safari/Mobile 2015-04-18 21:42:47 +02:00
Sebastian Grewe
81105c7073 [UPDATE] CHANGELOG with latest merge 2015-04-16 15:41:00 +02:00
Sebastian Grewe
76a285319e Merge pull request #2404 from MPOS/coin-ap-threshold
[UPDATE] Store coin auto payout in coin_addresses table per coin
2015-04-16 15:37:15 +02:00
Sebastian Grewe
ffea9cdb92 [FIX] Missed new DB version in base structure 2015-04-16 12:47:11 +02:00
Sebastian Grewe
8219193ab4 [FIX] Copy and paste error 2015-04-16 12:32:33 +02:00