Commit Graph

616 Commits

Author SHA1 Message Date
Sebastian Grewe
ba4b737f09 Update POOLS.md 2013-07-02 12:09:24 +02:00
Sebastian Grewe
a60b8678d9 Starting to add pools to README/POOLS file 2013-07-02 11:54:32 +02:00
Sebastian Grewe
f3caa80d80 Merge pull request #334 from TheSerapher/issue-327
Potential fix for PHP Warning
2013-07-02 02:00:15 -07:00
Sebastian Grewe
ac1e93f584 Merge pull request #333 from TheSerapher/issue-328
Fixing PHP Warnings in Registration page
2013-07-02 01:59:39 -07:00
Sebastian Grewe
535f13c184 Fixing PHP Warnings in Registration page
* Fix API Key generation not using SALT when creating hash
 * This should not affect existing API keys since hashes are compared
* Fix PHP Warning for RECAPTCHA if disabled

Fixes #328
2013-07-02 10:38:23 +02:00
Sebastian Grewe
9e306bf06e Potential fix for PHP Warning
This should fix #327
2013-07-02 09:00:01 +02:00
Sebastian Grewe
85b630d45b Update README.md
Added pooled mining requirement to README. Solo or mixed mining is not supported.
2013-07-01 22:01:43 +02:00
Sebastian Grewe
5a40e38635 Properly display network hashrate in ghash 2013-07-01 18:44:34 +02:00
Sebastian Grewe
35ace98a3c Merge pull request #326 from TheSerapher/issue-325
Adding network hashrate to ministats header
2013-07-01 09:41:45 -07:00
Sebastian Grewe
c157a76551 Adding network hashrate to ministats header
Fixes #325
2013-07-01 18:41:18 +02:00
Sebastian Grewe
fcc3840946 Merge pull request #324 from TheSerapher/issue-323
Adding reference for API documentation
2013-07-01 09:35:27 -07:00
Sebastian Grewe
e0c1c3edf1 Adding reference for API documentation
This is a simple version since API documentation is already documented
on the GitHub Wiki.

Fixes #323
2013-07-01 18:34:08 +02:00
Sebastian Grewe
bbced0cf94 Merge pull request #322 from TheSerapher/issue-321
Adding colorized percentage
2013-07-01 09:28:50 -07:00
Sebastian Grewe
19a0eeb8a1 Adding colorized percentage
As requested by @obigal this will add colorized percentage:

* Above 100% it's red
* Below or even 100% it's green

Fixes #321
2013-07-01 18:27:41 +02:00
Sebastian Grewe
ce69fb6375 Merge pull request #320 from TheSerapher/issue-310
Proper fix for #310
2013-07-01 09:04:07 -07:00
Sebastian Grewe
fde7ea1507 Proper fix for #310
Too many tasks at the same time, but this time fixed, for real.
2013-07-01 18:03:11 +02:00
Sebastian Grewe
c65fa3c788 Merge pull request #319 from TheSerapher/issue-318
Display block amount/value on block list
2013-07-01 09:01:40 -07:00
Sebastian Grewe
46f39723de Display block amount/value on block list
Fixes #318
2013-07-01 18:01:03 +02:00
Sebastian Grewe
ae9f8402af Merge pull request #317 from TheSerapher/issue-314
Issue 314
2013-07-01 08:55:23 -07:00
Sebastian Grewe
b89561df78 Proper fix for top estimates being 0
Properly fixes #314
2013-07-01 17:53:57 +02:00
Sebastian Grewe
6cc2a95d9e Merge pull request #316 from TheSerapher/issue-310
Adding configurable website title
2013-07-01 08:21:42 -07:00
Sebastian Grewe
31d898cbc1 Adding configurable website title
Fixes #310
2013-07-01 17:21:12 +02:00
Sebastian Grewe
fac2814618 Re-assign own estimate variable
This might fix #314 that a user was since #306.
2013-07-01 17:05:41 +02:00
Sebastian Grewe
2dd333b5d8 Changing wallet error message from litecoind
Since plenty scrypt based currencies are supported, changed error
message to say `wallet` instead of `litecoind` when failing to connect
to RPC service.
2013-07-01 12:47:33 +02:00
Sebastian Grewe
014813603e Cleaning up more PHP warnings
* Cleaned up registration page
* Made all fields required via HTML5 tag
* Adjusted login template with required HTML5 tags too
2013-07-01 12:43:13 +02:00
Sebastian Grewe
c803ba3e51 Merge pull request #306 from TheSerapher/issue-305
Issue 305
2013-07-01 03:35:12 -07:00
Sebastian Grewe
e3c1d7e0d0 Modfied templates to support empty trade currency
This will remove any template content related to the trade currency if
that one is left empty in the configuration.

While going through the templates I also cleaned up the PHP Warnings
left. The code and templates should now process without throwing any PHP
warnings.

Fixes #305 and further addresses #301
2013-07-01 12:32:59 +02:00
Sebastian Grewe
54371ffe11 Updated inline config documentation
Added reference to trade header removal. This allows users to disable
the trade header at the top of the page by setting currency to an empty
string.

Addresses #305
2013-07-01 12:12:04 +02:00
Sebastian Grewe
f333982698 Merge pull request #304 from TheSerapher/issue-275-pos-support
Issue 275 pos support
2013-07-01 01:38:34 -07:00
Sebastian Grewe
fafa7f9f80 Merge pull request #302 from TheSerapher/issue-298
Disable trade currency if no price currency defined
2013-06-30 17:01:05 -07:00
Sebastian Grewe
fe5c42e6f6 Disable trade currency if no price currency defined
This will disable the trace exchange display in the header if no
currency is defined in the configuration.

Fixes #298
2013-07-01 02:00:05 +02:00
Sebastian Grewe
6e8d83e9ff Merge pull request #301 from TheSerapher/issue-296
Properly display estimates on 0 valid shares
2013-06-30 16:58:06 -07:00
Sebastian Grewe
01afd2f02f Properly display estimates on 0 valid shares
If pool has no valid shares, display 0 as the estimated payout. This
will avoid a PHP Warning devision by zero.

Fixes #296, do not run into Divide by zero error when missing round
shares
2013-07-01 01:55:29 +02:00
Sebastian Grewe
4be963d7be Detect if we use POS difficulties or not
Fixes #275
2013-06-30 19:35:49 +02:00
Sebastian Grewe
af70a194c9 Adding support for POS coin
This will fix #275 and add proper support for a different implementation
of network difficulty.
2013-06-30 19:35:49 +02:00
Sebastian Grewe
4c04142f45 Merge pull request #294 from TheSerapher/issue-291
Re-add favicon to master template
2013-06-30 10:24:58 -07:00
Sebastian Grewe
343aa3ce51 Merge pull request #293 from TheSerapher/issue-292
Fix own list entry if not in top-15
2013-06-30 10:24:44 -07:00
Sebastian Grewe
94b75d7a44 Re-add favicon to master template
Fixes #291
2013-06-30 19:24:05 +02:00
Sebastian Grewe
cf921e72c3 Fix own list entry if not in top-15
Fixes #292
2013-06-30 19:22:57 +02:00
Sebastian Grewe
cfb209a425 removed debug output 2013-06-30 13:43:05 +02:00
Sebastian Grewe
5436be049d Improved dist configuration file
* Added more inline documentation
* Removed array notation for config
* Added defaults to documentation

This should help newcomers get setup. All options are now documented and
explained throughout the configuration file.
2013-06-30 13:35:04 +02:00
Sebastian Grewe
d7182ce74f Merge pull request #290 from TheSerapher/remove-register-configuration
Removed registration configuration option
2013-06-30 03:32:53 -07:00
Sebastian Grewe
3e07263ae9 Removed registration configuration option
* Removed old registration configuration option from config file
* Changed database registration option to allow registrations by default
* Changed admin settings template for new DB option
* Changed registration controllers for new DB option

Fixes an issue with registrations not working if settings table is
empty.
2013-06-30 12:29:52 +02:00
Sebastian Grewe
1ae93a8db8 adding most recent full structure for DB 2013-06-30 12:20:10 +02:00
Sebastian Grewe
294b50ccde Merge pull request #289 from TheSerapher/issue-259
Enable or Disable maintenance and registrations
2013-06-30 03:07:02 -07:00
Sebastian Grewe
7390ca38e5 Enable or Disable maintenance and registrations
This will allow any admin to enable or disable a pool maintenance mode.
Regular users that are still logged in will not be kicked out (yet). New
users that are trying to login and are not admins will be denied access.

Also added registration option to Admin Settings via WebUI. You can now
disable new accounts via web option or configuration setting.

Fixes #259 but also adds an additional feature.
2013-06-30 12:03:46 +02:00
Sebastian Grewe
6e62eff59b Merge pull request #288 from TheSerapher/issue-267
Adding SQL based pagination to admin transactions
2013-06-30 02:07:47 -07:00
Sebastian Grewe
483e554259 Adding SQL based pagination to admin transactions
This will prevent PHP OOM errors due to a large amount of transactions.
You can find navigation arrows at the top and fetch 30 transactions at a
time.

Fixes #267
2013-06-30 11:04:12 +02:00
Sebastian Grewe
e9096ec2e1 Merge pull request #287 from TheSerapher/issue-282
Add number formatting in account transactions
2013-06-30 01:33:05 -07:00
Sebastian Grewe
cc6b4b3120 Add number formatting in account transactions
This should fix #282 where numbers are displayed in scientific notation.
2013-06-30 10:32:09 +02:00