Commit Graph

283 Commits

Author SHA1 Message Date
Matthew Little 9f7031232b Merge pull request #65 from mculp/master
lots of new coin configs
2014-04-17 12:53:14 -06:00
Matthew Little 57be035ff2 Include actual share diff in log ouput 2014-04-17 12:51:44 -06:00
Matt Culpepper 603c6d150b lots of new coin configs 2014-04-16 21:17:55 -05:00
Matt e5d25cf11c Added some keccak coins as its now officially supported. 2014-04-16 16:28:09 -06:00
Matt d4cac4a105 Updated readme overscrolling text 2014-04-16 11:56:08 -06:00
Matt d93827ca79 Merge remote-tracking branch 'origin/master' 2014-04-16 11:50:40 -06:00
Matt db9767f08e Added documentation for p2p usage 2014-04-16 11:50:33 -06:00
Matthew Little b17f782ecc Update README.md 2014-04-16 06:44:57 -06:00
Matthew Little 71e3883b45 Update README.md 2014-04-16 06:43:35 -06:00
Matt 1b2c2f9e7d Made readme for banning more clear 2014-04-15 18:09:26 -06:00
Matt 1d848c7d51 Made readme for banning more clear 2014-04-15 16:56:35 -06:00
Matt 5db8c4997a Merge remote-tracking branch 'origin/master' 2014-04-15 16:39:02 -06: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
Matthew Little 4c22635ff6 Merge pull request #59 from mculp/master
Fix for x11 hash rate & shares display in MPOS compatibility mode
2014-04-13 13:12:00 -06:00
Matt Culpepper 2d6470cf3f missing comma 2014-04-13 14:06:24 -05:00
Matt Culpepper 7b6044d674 create a config option for difficulty multiplier 2014-04-13 13:59:19 -05:00
Matthew Little 790cffb0c4 Merge pull request #58 from sysmanalex/master
new coins trc,zet,bte,uno
2014-04-13 11:13:12 -06:00
Alex Petrov 35ab95608a new coins trc,zet,bte,uno 2014-04-13 08:48:09 -04:00
Matt Culpepper 473322c72f handle x11 difficulty for mpos compatibility 2014-04-12 23:29:57 -05:00
Matt da22dad482 Added coin-switching proxy ports to getting started menu. Fixed bug with coin stats on home page not live-updating. Switched zepto to jquery 2014-04-12 16:06:32 -06:00
Matt 2c7c1a19c0 Integers only for yaxis on blocks chart 2014-04-11 17:38:40 -06:00
Matt d08cd2fbc6 Merge remote-tracking branch 'origin/master' 2014-04-11 17:26:52 -06:00
Matt cf74cd4119 Fixed stat page erroring when coins were added. Changed default stat update interval to 60 seconds. 2014-04-11 17:26:45 -06:00
Matthew Little f8c744fad3 Merge pull request #55 from KaTXi/patch-1
Update blocknotify.c
2014-04-11 12:58:06 -06:00
Matthew Little 467d143bbe Merge pull request #56 from bluecircle/master
Fix bug in loading proxy state from redis when key isn't present.
2014-04-11 12:54:02 -06:00
Jerry Brady 5f6b09a877 fix proxy state loading bug when key not present 2014-04-11 13:26:42 +00:00
Jerry Brady b9891c8624 fix proxy state loading bug when key not present 2014-04-11 13:24:12 +00:00
Alejandro Reyero 7fdfea8abf Update blocknotify.c 2014-04-11 14:23:11 +02:00
Alejandro Reyero be37d9c0ee Update blocknotify.c
Changed sendto to send using TCP so we can control if the block notify produces a connection error.
Added a note about "localhost" usage an possible error 13.
2014-04-11 11:32:33 +02:00
Matt 201d02d10b Refactored website. Added historical stats. 2014-04-10 19:33:41 -06:00
Matt c487972f6b Added some sites using nomp to the readme 2014-04-09 22:53:35 -06:00
Matthew Little b41154be47 Merge pull request #52 from bluecircle/master
store proxy state in redis and restore on restart; disable example pool
2014-04-09 10:02:15 -06:00
Jerry Brady 2f8620a454 store proxy state in redis and restore on restart; disable example pool 2014-04-09 01:33:46 +00:00
Matt 3c4eaaf5ce Added blocknotify C script to readme 2014-04-08 14:26:45 -06:00
Matthew Little eaed9d1e8e Merge pull request #50 from sysmanalex/master
simple and portable block notifycation added. sysman@sysman.net
2014-04-08 14:04:28 -06:00
Alex Petrov 202ab9e9ba simple and portable block notifycation added. sysman@sysman.net
same usage as node notify, but now simple
         blocknotify="/bin/blocknotify localhost:8117 mySuperSecurePassword dogecoin %s"
2014-04-08 15:50:29 -04:00
Matt 35d4cb0ae1 Added minty to credits for his work on coin switching 2014-04-08 13:00:54 -06:00
Matt afae2060b1 Moved coin switching into included features in readme 2014-04-08 12:33:13 -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
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
Matthew Little 33aa07a23e Merge pull request #48 from GMFlash/patch-1
Fix ReferenceError: Can't find variable: algos
2014-04-08 09:31:09 -06:00
Matthew Little ebeee76947 Merge pull request #45 from bluecircle/master
Fixes for proxy-mode pool switching
2014-04-08 09:30:53 -06:00
GMFlash b98dd31d05 Fix ReferenceError: Can't find variable: algos 2014-04-07 12:57:42 -04:00
Jerry Brady fa03295afb reverted comments 2014-04-07 03:14:21 +00:00
Jerry Brady 77b1306121 Merge branch 'master' of https://github.com/bluecircle/node-open-mining-portal 2014-04-07 03:12:48 +00:00
Jerry Brady 6bb003f333 Merge branch 'master' of https://github.com/zone117x/node-stratum-portal 2014-04-07 03:12:20 +00:00
Jerry Brady 27a8de62cb proxy switching added and working 2014-04-07 03:11:53 +00:00
Matthew Little 6d2672105a Added detailed upgrade/updating instructions 2014-04-06 10:55:47 -06:00
Matthew Little f827d2749d Update README.md
Updated name of repo in setup instructions - it was set to the old one
2014-04-06 10:38:43 -06:00