hellcatz
|
9a4497323b
|
Update shareProcessor.js
|
2017-09-04 15:24:43 -07:00 |
Larry
|
bdbe9a7896
|
adding redis auth password
|
2017-07-01 20:21:18 -04:00 |
hellcatz
|
3062f5ae9e
|
Update shareProcessor.js
|
2017-05-06 17:46:42 -07:00 |
hellcatz
|
e9d4c0bc92
|
Update shareProcessor.js
Removed time share tracking from shareProcessor due to threading issues.
|
2017-05-06 17:43:01 -07:00 |
hellcatz
|
3bc190ada0
|
Update shareProcessor.js
|
2017-05-05 21:19:02 -07:00 |
hellcatz
|
0f6192e3aa
|
Update shareProcessor.js
Track miner times by address not worker name
|
2017-04-30 13:10:05 -07:00 |
hellcatz
|
4e23d7cace
|
Update shareProcessor.js
|
2017-04-29 15:16:57 -07:00 |
hellcatz
|
fb5bcf4af5
|
Update shareProcessor.js
Improved rounding.
|
2017-04-29 14:54:26 -07:00 |
hellcatz
|
7f66c85362
|
Update shareProcessor.js
|
2017-04-29 13:07:09 -07:00 |
hellcatz
|
4ac324c796
|
Update shareProcessor.js
Add time share tracking for PPLNT
|
2017-04-29 12:44:04 -07:00 |
Procrastinator
|
435bd074cd
|
Round is not defined
|
2017-01-31 18:42:46 -05:00 |
sennevb
|
df8785453f
|
Update shareProcessor.js
For latest block page we need more data in redis, we can pull this from explorer api, but this makes it a slow query
|
2017-01-29 14:34:48 +01:00 |
Procrastinator
|
d255083e1c
|
Add blockfinder to database (#22)
|
2016-12-05 19:42:45 -05:00 |
Helder De Baere
|
9e2006489e
|
Added some log info and fixed a typo
|
2016-02-22 14:53:21 +01:00 |
Elbandi
|
257a981c7a
|
Add workers tab
|
2014-05-13 18:15:21 +02:00 |
Matt
|
ac7d7780fd
|
Add redis version check so errors are thrown if you use too old of a redis version
|
2014-05-12 11:15:17 -06:00 |
Matt
|
936b723c66
|
Missed an underscore for last commit
|
2014-05-09 17:48:19 -06:00 |
Matt
|
e6556d416e
|
[REDIS BREAKING UPDATE] Changed coins to use redis branching for cleaner management
|
2014-05-09 17:43:11 -06:00 |
Matt
|
d8444e6a6c
|
Removed "shareVariancePercent" option as its no longer useful
|
2014-05-07 12:22:32 -06:00 |
Matt
|
73668709ce
|
Added rewardRecipients configuration, refactored payment processing, moved p2p magic to coin config
|
2014-05-02 15:59:46 -06:00 |
Matt
|
167be4baf0
|
Minor change in logging: does not log 'Share data and stats recorded' anymore
|
2014-04-18 13:44:19 -06:00 |
Matt
|
c3ba819f24
|
Set coin switching feature to not require lower case. Added documentation for proxy and coin switching
|
2014-04-08 12:23:48 -06:00 |
Jerry Brady
|
27a8de62cb
|
proxy switching added and working
|
2014-04-07 03:11:53 +00:00 |
Matt
|
b08468ba8d
|
Added "emitInvalidBlocksHahes" option for those in MPOS mode that require it.
|
2014-04-02 13:01:05 -06:00 |
Matt
|
b7e7916736
|
Better logging for various components, changed example payment intervals from 10 seconds to 60 seconds. Added more coins and example pool configs.
|
2014-03-30 17:04:54 -06:00 |
Matt
|
514d04d6ad
|
Allow shares of float difficulties to be inserted into redis instead of just integers.
|
2014-03-28 10:19:10 -06:00 |
Matt
|
4a651dec89
|
Payment processing seems to be working well
|
2014-03-27 16:29:43 -06:00 |
Matt
|
42ae0a4231
|
Added block hash (solution) to redis so we can see whats going on with the invalid transactions.
|
2014-03-27 11:52:54 -06:00 |
Matt
|
f2862598a9
|
Slightly faster hashrate adding without using math.random
|
2014-03-23 14:18:54 -06:00 |
Matt
|
14cd1d0070
|
Added interval for spawning pool forks
|
2014-03-23 00:46:59 -06:00 |
Matt
|
ad1f4ce3d0
|
Betting logging. Payment processing fixes.
|
2014-03-23 00:16:06 -06:00 |
Matt
|
be1b1f689c
|
Payment processing is 95% done...
|
2014-03-20 16:25:59 -06:00 |
Matt
|
ed9e61b8ee
|
Working on stats and payment processing
|
2014-03-15 18:58:28 -06:00 |
Matt
|
6e41473f01
|
More efficient share processing wtih redis
|
2014-03-13 17:20:57 -06:00 |
Matt
|
0edfbdf0e1
|
Added logLevel to portal config
|
2014-03-13 15:03:28 -06:00 |
Matt
|
6899186dc3
|
Some work on website/api
|
2014-03-13 00:37:27 -06:00 |
Matt
|
191d81bd18
|
More development for payment processing... getting there..
|
2014-03-12 16:33:29 -06:00 |
Matt
|
09443b4e6c
|
More comments on how to to payment processing and also stats for API
|
2014-03-11 22:57:03 -06:00 |
Matt
|
6860cd50cb
|
Work on payment processing
|
2014-03-11 19:56:19 -06:00 |
Matt
|
e62293ed2e
|
Work on payment processing
|
2014-03-11 13:12:46 -06:00 |
Matt
|
1309aa6f19
|
Work on payment processing
|
2014-03-09 20:31:58 -06:00 |
Matt
|
34d5d998e9
|
Work on share processing
|
2014-03-07 15:04:14 -07:00 |
Matt
|
27550caa39
|
More development for internal payment processing. Added new stratumpool module options.
|
2014-03-06 13:46:01 -07:00 |
Matt
|
318ad05de9
|
Added config options for internal payments
|
2014-03-05 17:33:07 -07:00 |
Matt
|
d2f9be48d2
|
Fixed some bugs with internal share processing
|
2014-03-05 15:31:32 -07:00 |
Matt
|
5c19ec9abc
|
Moved database interactions out of master process into worker processes to avoid IPC overhead
|
2014-03-05 15:10:50 -07:00 |
Matt
|
943f3d1f32
|
Added mpos auth feature
|
2014-03-04 13:24:02 -07:00 |
Matt
|
95fe6129b3
|
Refactored share processing / worker communication
|
2014-03-04 01:33:55 -07:00 |
Matt
|
8e83c32e17
|
Started mysql code for mpos compat.
|
2014-03-03 13:51:11 -07:00 |
Matt
|
acb5b5f551
|
Added more detailed instructions for configuration
|
2014-03-02 14:36:41 -07:00 |