Sebastian Grewe
8ee4c13a4f
Merge pull request #353 from TheSerapher/issue-352
...
Skip bogus upstream shares
2013-07-03 06:06:18 -07:00
Sebastian Grewe
f4ce22bee8
Skip bogus upstream shares
...
This will fix an issue with blocks being assigned upstream shares that
are marked as valid but are not the actual solution for a block.
Only shares inserted when or after the block timestamp are now looked
at. This will ensure other shares inserted earlier and marked as
upstream valid are skipped.
This will not fix edge cases where many shares are inserted at the same
time and are all in the same timeframe of the block. Then the first
valid share in that time is used.
This worked fine on a testnet with a number of blocks found and false
shares inserted by hand.
Fixes #352
2013-07-03 15:01:08 +02:00
Sebastian Grewe
76ced07a64
Update POOLS.md
...
Added additional pools
2013-07-03 14:32:24 +02:00
Sebastian Grewe
4c3c690f1c
Merge pull request #351 from TheSerapher/issue-346
...
Fix PHP warning in notification class
2013-07-03 05:27:04 -07:00
Sebastian Grewe
99af069164
Merge pull request #350 from TheSerapher/issue-348
...
Fix PHP Warnings on Password Reset page
2013-07-03 05:26:07 -07:00
Sebastian Grewe
ce5a8f7240
Fix PHP Warnings on Password Reset page
...
* Added HTML5 required to username field
* Added empty string check to resetPassword method
Fixes #348
2013-07-03 14:25:14 +02:00
Sebastian Grewe
d6ab09b5b7
Merge pull request #349 from TheSerapher/issue-347
...
Remove PHP Warnings from worker page
2013-07-03 05:21:56 -07:00
Sebastian Grewe
382fddb528
Remove PHP Warnings from worker page
...
* Added HTML5 required flags for username/passwords
* Added empty string check in addWorker method
Fixes #347
2013-07-03 14:21:05 +02:00
Sebastian Grewe
4f2402e6ed
Fix PHP warning in notification class
...
* Fix PHP Warning if no notification settings exist yet
Fixes #346
2013-07-03 08:09:09 +02:00
Sebastian Grewe
35131aa71b
enable memcache by default
2013-07-02 21:27:41 +02:00
Sebastian Grewe
1cfc66e748
fixing low confirmations limit in dist config
2013-07-02 21:26:33 +02:00
Sebastian Grewe
bfaa36b1e4
Merge pull request #345 from TheSerapher/issue-336
...
Do not use link difficulty if chaininfo unset
2013-07-02 12:16:42 -07:00
Sebastian Grewe
bba15719db
Do not use link difficulty if chaininfo unset
...
Fixes #336
2013-07-02 21:15:44 +02:00
Sebastian Grewe
accdec0a26
Merge pull request #344 from TheSerapher/issue-338
...
Re-adding default My Account link
2013-07-02 12:12:16 -07:00
Sebastian Grewe
03e8ee0c46
Re-adding default My Account link
...
Fixes #338
2013-07-02 21:11:48 +02:00
Sebastian Grewe
cdbb70775a
Merge pull request #343 from TheSerapher/issue-339
...
Fixing PHP warnings on account workers page
2013-07-02 12:10:39 -07:00
Sebastian Grewe
591fc3733b
removing error reporting for debugging
2013-07-02 21:10:12 +02:00
Sebastian Grewe
7e4938f279
Fixing PHP warnings on account workers page
...
* Fixes PHP Warning if no workers are updated
* Fixes PHP Warning in worker class if data is empty
Fixes #339
2013-07-02 21:08:26 +02:00
Sebastian Grewe
e3d9bbcb96
Merge pull request #342 from TheSerapher/issue-329
...
Fixing strict PHP warnings when registering a user
2013-07-02 11:59:45 -07:00
Sebastian Grewe
e1c5761cf4
Fixing strict PHP warnings when registering a user
...
Fixes #329
2013-07-02 20:59:03 +02:00
Sebastian Grewe
17194f9029
Merge pull request #340 from TheSerapher/issue-303
...
Issue 303
2013-07-02 11:39:44 -07:00
Sebastian Grewe
94a60f889f
Merge pull request #335 from TheSerapher/issue-331
...
Show nethash rate in MHash/s not GHash/s
2013-07-02 04:31:23 -07:00
Sebastian Grewe
c8f662f91d
Show nethash rate in MHash/s not GHash/s
...
* Easier to compare directly with pool hashrate
* Better display format for low nethash rate coins
Fixes #331
2013-07-02 13:28:51 +02:00
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