Commit Graph

110 Commits (master)

Author SHA1 Message Date
Matthew Little e724f4ff5b Fixed problem with disconnecting miners on accident 2014-06-26 14:37:34 -06:00
Matthew Little d53c5644da Does not log entirety of malformed messages 2014-06-26 11:12:50 -06:00
Matthew Little e0c0f5b312 Minor update in file logging - removed redundant module name from log entry 2014-06-25 20:47:55 -06:00
Matthew Little 330e439bbd Added logging for details of exactly which payments failed 2014-06-25 14:45:25 -06:00
Matthew Little 35a8d7a506 Fix for log files not writing correctly 2014-06-25 11:34:44 -06:00
Matthew Little cfe8439812 Readme updates 2014-06-25 11:04:56 -06:00
Matthew Little 7d7eaa1e60 Fixed console colors not being disableable 2014-06-24 22:55:36 -06:00
Matthew Little 7b4d3a9e93 Updated handling of failed payments (usually due to low wallet balance). Before they would have to be ran manually, now they should gracefully fail then retry until they work. 2014-06-24 22:28:48 -06:00
Matthew Little dcc873691e Minor display bug fix (last network block reward) 2014-06-24 20:53:15 -06:00
Matthew Little eebf0d9100 More advanced logging features. Easier customizable website front-end 2014-06-24 18:20:58 -06:00
Matthew Little 3cbe04edad Added to display: average block solve, time last block hash, and GBP market stat 2014-06-23 22:49:57 -06:00
Matthew Little f755d4b514 Change default payment interval from 1 to 10 minutes, added pool version display, minor readme updates 2014-06-23 00:46:49 -06:00
Matthew Little c641e865c3 Fixed API crashing if a batch miner stats lookup isn't successful 2014-06-22 09:50:02 -06:00
Matthew Little 0551ad03d3 Fixed compounding getblocktemplate timeouts 2014-06-21 17:31:07 -06:00
Matthew Little 4a254ec5c7 Record share type (valid/trusted) in log 2014-06-21 16:29:09 -06:00
Matthew Little 9663f140ae Fixed blocktemplate never working again on error 2014-06-21 11:25:00 -06:00
Matthew Little b337e89e83 Added config file optional command argument 2014-06-19 14:15:02 -06:00
Matthew Little fc1a85e077 Added min payment threshold and payment denomination truncating and compression for live stats. 2014-06-19 12:38:19 -06:00
Matthew Little 4e2f24d012 Updated transferFee example to latest MRO requirement 2014-05-26 23:15:59 -06:00
Matthew Little 845a9a9411 Updated front-end to use new protocol 2014-05-24 10:08:38 -06:00
lucas a8f9cf63c2 Prevent EventEmitter memory leak 2014-05-23 23:43:15 +01:00
lucas e1980dba95 End tcp response with newline 2014-05-23 21:54:34 +01:00
Matthew Little 42e93cd7a2 Added TCP protocol initial support for testing 2014-05-23 13:27:14 -06:00
Matthew Little 3a69832c0d Added debug message for payment splintering result 2014-05-22 12:21:37 -06:00
Matthew Little 8a5f02d238 Added blockchain explorer and splintered payments to prevent "transaction is too big" error 2014-05-22 12:15:01 -06:00
Matthew Little 1d6022c07d Better display on mobile devices 2014-05-21 20:59:08 -06:00
Matthew Little 2d97958c61 Added market data widget to front-end 2014-05-21 19:51:13 -06:00
Matthew Little a10ee28205 New share trusting algorithm to reduce CPU load from intensive share validation hashing 2014-05-21 16:03:01 -06:00
Matthew Little e5555f6b8f Added more detailed individual miner stats and block maturity display 2014-05-21 04:56:54 -06:00
Matthew Little 19c43beb67 Fixed incorrect block diff being stored in redis (it was storing job diff not network diff) 2014-05-19 13:51:39 -06:00
Matthew Little 2c37060cdb Orphan checking, completed worker address validation, dup share checking 2014-05-19 11:52:20 -06:00
Matthew Little 350628d82b Added block reward to states, embedded IRC Chat, and compressed stats 2014-05-18 15:01:16 -06:00
Matthew Little 7e3eedcad2 Added maxJump for vardiff 2014-05-18 10:20:39 -06:00
Matthew Little 232d903a13 Multiple ports configuration 2014-05-17 11:23:39 -06:00
lucas e839dff5ec Address validation 2014-05-17 16:52:14 +01:00
Matthew Little ab3dd2c0df float to int for payments 2014-05-16 18:56:10 -06:00
Matthew Little c46bd79e0a Changed payment processor to use min units rather than whole coin units 2014-05-16 17:50:49 -06:00
Matthew Little 51e3158994 Fixed bug with timeago 'last block found' updating 2014-05-16 14:42:44 -06:00
Matthew Little 75bfab84f5 Rename "round shares" to "round hashes" 2014-05-16 14:28:29 -06:00
Matthew Little 01950d8380 More stats 2014-05-16 14:08:06 -06:00
Matthew Little 608f2d11ce Payment processing fix - convert reward to coin units for "transfer" command 2014-05-15 15:55:50 -06:00
Matthew Little 0f275a3ceb Round down satoshis in payments 2014-05-15 15:40:36 -06:00
Matthew Little 4030f46eb4 Updated readme and fixed bug in payment processing 2014-05-15 15:32:01 -06:00
Matthew Little e1f2c79a0b Bug in logging 2014-05-15 14:32:36 -06:00
Matthew Little 69696cc3d0 Minor improvements in logging 2014-05-15 12:45:48 -06:00
lucas f1c2b63f3a Prepend length of data before fast-hashing 2014-05-15 19:19:42 +01:00
lucas 8326446ffc CPUMiner long-polling support 2014-05-15 15:40:57 +01:00
lucas c3940d0774 Fix block fast hashing 2014-05-15 15:01:54 +01:00
lucas 44ae6306a0 Fix block hashing 2014-05-15 12:27:26 +01:00
Matthew Little 716dccaa85 Serialize block hash 2014-05-14 12:05:26 -06:00
Matthew Little b36438ddbb Fast hash block to get block hash 2014-05-14 11:51:45 -06:00
Lucas Jones 7ef8fb9f7d Merge pull request #1 from LucasJones/master
Fix invalid block generation
2014-05-14 18:46:19 +01:00
Matthew Little dba5baeff3 Added cryptonote-easer-miner download, instructions, and usage 2014-05-14 11:38:33 -06:00
Lucas Jones 2871b0a160 Fix invalid block generation 2014-05-14 15:37:45 +01:00
Matt aa679b0a72 Better default config. More features on front-end 2014-05-13 23:21:58 -06:00
Matt 929f9b1b69 Removed excess logging 2014-05-13 22:38:55 -06:00
Matt 0ecc390ac2 Fixed the high amount of low-diff share issue.. bignum library was truncating buffers :/ 2014-05-13 22:36:45 -06:00
Matt aac495dc2a Revert byte reversing for block submission - that wasn't the fix 2014-05-13 21:58:21 -06:00
Matt c19ba049c1 Try reversing bytes for block submission 2014-05-13 21:32:09 -06:00
Matt c027c2b8f9 Front-end with live stats 2014-05-13 18:41:28 -06:00