Commit Graph

2959 Commits

Author SHA1 Message Date
Sebastian Grewe
8b28b25e18 [CHANGE] Moved SQL files into upgrade script 2014-03-21 15:49:30 +01:00
Sebastian Grewe
f9cba03c68 [IMPROVED] Advanced upgrade structure 2014-03-21 15:12:13 +01:00
Sebastian Grewe
d72b4f6a51 [REMOVED] Baseline from roundstats 2014-03-21 12:56:31 +01:00
Sebastian Grewe
055e4259e1 [REMOVED] Baseline shares from statistics 2014-03-21 12:54:29 +01:00
Sebastian Grewe
1f6ef81b9c [ADDED] SQL Upgrade Script 2014-03-21 12:47:24 +01:00
Sebastian Grewe
67a4713cf0 [REMOVED] Baseline Share calculations
* We now track diff1 shares instead of converting into a baselined value
* PPS has been adjusted to payout shares directly
* Estimated Shares in coin_base adjusted
2014-03-21 11:51:34 +01:00
Sebastian Grewe
6f42694fc6 Merge pull request #1976 from MPOS/spelling
[FIX] Spelling mistake
2014-03-20 14:00:50 +01:00
Sebastian Grewe
0bdc124eb2 [FIX] Spelling mistake
Thanks @szoyj
2014-03-20 14:00:38 +01:00
Sebastian Grewe
2c3ae28fca Merge pull request #1974 from MPOS/coin-pps-value
[ADDED] Calc Coin PPS Value Method
2014-03-20 12:12:47 +01:00
Sebastian Grewe
e684a987cc [ADDED] Calc Coin PPS Value Method 2014-03-20 12:11:35 +01:00
Sebastian Grewe
c71bc991ef Merge pull request #1955 from MPOS/coin-plugin-system
Coin plugin system
2014-03-19 17:22:40 +01:00
Sebastian Grewe
3c537d577e [FIX] Target Bits on Dashboard 2014-03-19 17:15:19 +01:00
Sebastian Grewe
457e40c24c [FIX] Cryptorush API fix 2014-03-19 16:44:37 +01:00
Sebastian Grewe
b0e0789522 Merge pull request #1966 from iAmShorty/mintpal-api
[UPDATE] added mintpal ticker api
2014-03-19 13:49:55 +01:00
iAmShorty
daf0703857 [UPDATE] added mintpal ticker api 2014-03-19 13:27:06 +01:00
Sebastian Grewe
6860040135 Revert "Update round_shares.tpl"
This reverts commit 13e39f6eae.
2014-03-18 10:13:17 +01:00
Sebastian Grewe
0d58427d76 Revert "Fix round share percentages"
This reverts commit 35e67b613f.
2014-03-18 10:13:06 +01:00
Sebastian Grewe
c7bddfccd2 Merge pull request #1961 from SamuelNZ/patch-2
Update navigation.tpl
2014-03-18 07:21:04 +01:00
SamuelNZ
50cae464da Update navigation.tpl
More elegant, and fixes placement issue in chrome.
2014-03-18 18:24:27 +13:00
Sebastian Grewe
9d66c2f574 [FIX] Worker class 2014-03-17 17:08:38 +01:00
Sebastian Grewe
2089af60cd [FIX] Proper getTargetBits call 2014-03-17 16:21:19 +01:00
Sebastian Grewe
3694af742f Merge branch 'development' into coin-plugin-system 2014-03-17 15:53:40 +01:00
Sebastian Grewe
0617246b0f Merge pull request #1956 from barrybingo/development
[FIX] Remove a couple more static table references
2014-03-17 15:53:12 +01:00
Boris
bf327a23a9 [FIX] Remove a couple more static table references 2014-03-17 14:49:27 +00:00
Sebastian Grewe
5fd4085a15 [MOVED] Coin Classes into own folder 2014-03-17 15:19:09 +01:00
Sebastian Grewe
1583877206 Merge branch 'development' into coin-plugin-system 2014-03-17 14:17:40 +01:00
Sebastian Grewe
880fac2b4d Merge pull request #1954 from barrybingo/development
[FIX] Remove more static table references #1929
2014-03-17 14:17:09 +01:00
Boris
0e61aaa9fe [FIX] Remove more static table references #1929 2014-03-17 12:55:13 +00:00
Sebastian Grewe
5d37a77958 [UPDATE] Blocks overview est shares 2014-03-17 13:28:31 +01:00
Sebastian Grewe
dcb50da38a [REMOVED] Code Debug output 2014-03-17 13:19:53 +01:00
Sebastian Grewe
914df494ed [FIX] Access to protected var 2014-03-17 13:18:53 +01:00
Sebastian Grewe
46cfd2cf8c [POC] Replaced config target bits with coin base
* Do not auto-set target bits via autoloader
* Use coin_base to declare target_bits
* Adjust target_bits in each coin_algo class instead

Addresses #1953
2014-03-17 13:11:50 +01:00
Sebastian Grewe
7d17fd5eb5 [POC] Coin-based Classes
* Added coin_base class to extend from
* Defaults in coin_base apply for scrypt/sha256d
* Added coin_scrypt and coin_sha256d that extend without changes
* Updated statistics class to use new coin class calls

Addresses #1953
2014-03-17 12:54:02 +01:00
Sebastian Grewe
38177c9692 Merge pull request #1950 from toxicwind/next
Fix Round Share Percentages
2014-03-17 08:51:23 +01:00
toxicwind
13e39f6eae Update round_shares.tpl 2014-03-16 18:56:30 -06:00
toxicwind
35e67b613f Fix round share percentages
Not correct math.
2014-03-16 18:54:47 -06:00
Sebastian Grewe
9b36c9ac8e Merge pull request #1936 from MPOS/pool-bonus-feature
[FEATURE] Added Pool Bonus for Prop and PPLNS
2014-03-14 13:26:06 +01:00
Sebastian Grewe
d205e53649 [CLEANUP] Percentage column shorter 2014-03-14 11:49:57 +01:00
Sebastian Grewe
914bc6bf1a [FIX] Use configured currency as target 2014-03-14 10:57:35 +01:00
Sebastian Grewe
a23e447000 Merge pull request #1931 from jamieede/development
Cryptorush API Price Ticker
2014-03-14 10:54:53 +01:00
Sebastian Grewe
d468c82694 [ADDED] Block or Payout based bonus percentage 2014-03-13 14:25:52 +01:00
Sebastian Grewe
45851ea654 [FEATURE] Added Pool Bonus for Prop and PPLNS 2014-03-13 07:43:45 +01:00
jamieede
0b765417f2 The hacky way simplified. Removed variable 2014-03-12 17:20:22 +00:00
jamieede
790617dd11 Cryptorush API Price Ticker
Simple yet effective way to get ticker cron to use the Cryptorush.in API
via get=all parameter.

Just enter on your global cfg file:
$config['price']['url'] = 'https://cryptorush.in';
$config['price']['target'] =
'/api.php?get=all&key=YOUR_API_KEY&id=YOUR_USER_ID';
$config['price']['currency'] = 'COIN';

and run the cron. Enjoy!
2014-03-12 16:48:31 +00:00
Sebastian Grewe
af3f164daa Merge pull request #1929 from MPOS/fix-hard-coded-table
[FIX] Remove static table reference
2014-03-12 11:53:37 +01:00
Sebastian Grewe
3a73ef54ae [FIX] Remove static table reference 2014-03-12 11:53:12 +01:00
Sebastian Grewe
8bbf96ae00 [ADDED] Verbose mode 2014-03-12 09:09:25 +01:00
Sebastian Grewe
18421b32af [IMPROVED] Allow checking against a custom tx fee 2014-03-12 08:43:26 +01:00
Sebastian Grewe
adc7f9f2d6 Merge pull request #1926 from MPOS/settings-class-cache
[ADDED] Settings Runtime Cache
2014-03-11 21:54:52 +01:00
Sebastian Grewe
74d4eba27d [CLEANUP] Admin Checks
* [REMOVED] SQL Checks, those won't be done since we need SQL to
  login as admin anyway. Are handled in database.inc.php too.
* [CHANGE] Dropped *nix detection since it would not detect Linux PHP_OS
* [IMPROVED] Simply check if we can use socket_create at all, fall back
  to fsockopen if this does not exist.

Not addressing any specific issue, just some cleanup.
2014-03-11 20:32:09 +01:00