Matthew Little
|
c3555ec959
|
Force content type on doT generated html strings
|
2014-05-21 19:58:41 -06:00 |
Nicholas Orr
|
6681bf3de6
|
Allow ability to shed sudo
|
2014-05-10 08:31:59 +08:00 |
Matt
|
f91ff79718
|
Added inheritable pool options in global config
|
2014-05-09 11:51:08 -06:00 |
Elbandi
|
d7db8a3af6
|
Allow disable log colors
|
2014-05-08 14:56:20 +02:00 |
Matt
|
81b7f50536
|
Coin names are now converted to lowercase.
|
2014-05-07 12:38:39 -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
|
66d7640c9b
|
NOMP CLI gives replies now. Profit switching transitioned to using CLI port rather than old profitListener port.
|
2014-04-28 15:04:12 -06:00 |
Matt
|
952c7105cc
|
Replaced various listeners (coinswitch and blocknotify) with united NOMP CLI (command-line interface)
|
2014-04-26 16:23:23 -06:00 |
Matt
|
a279fb486f
|
Probably fixed negative hashrate issue
|
2014-04-23 12:53:19 -06:00 |
Jerry Brady
|
9213b6bf96
|
Merge branch 'master' of https://github.com/zone117x/node-stratum-portal
|
2014-04-16 22:31:19 +00:00 |
Matt
|
4888aaffba
|
Changed all references to localhost to 127.0.0.1 for better system compatibility. Implemented thread-wide IP banning via IPC. Added redis config for portal-wide related db interactions (stats and proxy)
|
2014-04-15 16:38:51 -06:00 |
Jerry Brady
|
0af27316d3
|
profitability data collection from Poloniex
|
2014-04-13 16:44:12 +00: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 |
Matt
|
36e09e497f
|
Added check for if daemons config is not array
|
2014-04-08 11:41:40 -06:00 |
Matt
|
c1caaf94e1
|
Added check for missing daemon config
|
2014-04-08 11:38:19 -06:00 |
Jerry Brady
|
fa03295afb
|
reverted comments
|
2014-04-07 03:14:21 +00:00 |
Jerry Brady
|
27a8de62cb
|
proxy switching added and working
|
2014-04-07 03:11:53 +00:00 |
Matt
|
323c8b669d
|
Removed posix module from being installed by default
|
2014-04-05 15:47:00 -06:00 |
Matt
|
27289ba37f
|
Added check for config.json file existence
|
2014-04-05 14:27:05 -06:00 |
Matt
|
db99f49ec0
|
Added unsupported algorithm error and fixed algo for helixcoin
|
2014-04-02 14:09:57 -06:00 |
Matt
|
83db1aab81
|
Added check in reading pool configs so only .json files are read.
|
2014-03-31 13:36:31 -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
|
da0bbd0b44
|
Added ultracoin and chainStartTime to scrypt-jane coins. Added warning for if no pools are configured/enabled.
|
2014-03-30 03:08:19 -06:00 |
Matt
|
3ec38e5523
|
Fixed typo preventing mpos mode
|
2014-03-28 18:05:15 -06:00 |
Eugene@ubuntu
|
c5e650cd6d
|
enabled:true seems more natural then disabled:false in poolOptions
|
2014-03-28 16:42:55 +04: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
|
c3c87e7dba
|
Was starting payment processor for disabled pool configs
|
2014-03-27 09:33:57 -06:00 |
Matt
|
1fc9684677
|
Prettier logs
|
2014-03-26 23:16:52 -06:00 |
Matthew Little
|
609eb0ae90
|
Fixed errors that occurred when certain modules were not configured/enabled.
|
2014-03-26 15:08:34 -06:00 |
Matt
|
1a00efc42a
|
Better error message for when payment processor detects that it doesn't own the address. Updated readme with better deamon setup instructions. Removed 'reward' field from coins since we auto-detect that now.
|
2014-03-24 14:00:18 -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
|
ca60e5e7f4
|
Added live stats
|
2014-03-19 14:24:29 -06:00 |
Matt
|
ed9e61b8ee
|
Working on stats and payment processing
|
2014-03-15 18:58:28 -06:00 |
Andrea Baccega
|
ef95233a1f
|
Removed coin switch debug
|
2014-03-14 21:58:21 +00:00 |
Andrea Baccega
|
5b3c12508e
|
Merged stuff
|
2014-03-14 21:56:54 +00:00 |
Andrea
|
437e242a25
|
UnMerge branch 'master' of https://github.com/zone117x/node-stratum-portal
Conflicts:
config.json
init.js
libs/logUtil.js
|
2014-03-14 19:05:55 +00:00 |
Andrea
|
fcc44b1942
|
First things for the miners switch
|
2014-03-14 19:02:55 +00: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
|
834cb61229
|
More work on payment processing. Making super scalable database layers is exhausting...
|
2014-03-11 21:47:14 -06:00 |
Matt
|
1309aa6f19
|
Work on payment processing
|
2014-03-09 20:31:58 -06:00 |
Matt
|
df867c459e
|
Added missing config in example
|
2014-03-07 16:29:16 -07:00 |
Matt
|
27550caa39
|
More development for internal payment processing. Added new stratumpool module options.
|
2014-03-06 13:46:01 -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 |