Commit Graph

239 Commits (master)

Author SHA1 Message Date
CliffordST 57f94fb058 Proper address checking for all CryptoNote currencies
Added new setting config.poolServer.addressBase58Prefix. Should be
the same as CRYPTONOTE_PUBLIC_ADDRESS_BASE58_PREFIX in
src/cryptonote_config.h currency config.
2014-07-03 14:52:10 +04:00
CliffordST 39c11920c9 Proper address checking for all CryptoNote currencies
Added new setting config.poolServer.addressBase58Prefix. Should be
the same as CRYPTONOTE_PUBLIC_ADDRESS_BASE58_PREFIX in
src/cryptonote_config.h currency config.
2014-07-03 14:52:10 +04:00
CliffordST dface7ea1e Major update! Added support for FantomCoin blocks
Use it strictly with the last updates from node-cryptonote-util
2014-07-03 14:38:31 +04:00
CliffordST dd23be73ad Major update! Added support for FantomCoin blocks
Use it strictly with the last updates from node-cryptonote-util
2014-07-03 14:38:31 +04:00
Matthew Little b3f0af041b Luck display bug fix 2014-06-30 13:47:20 -06:00
Matthew Little d4d1b86ccd Added "block luck" display 2014-06-30 13:34:08 -06:00
Matthew Little a65984326a Minor readme update 2014-06-29 21:43:12 -06:00
Matthew Little deb7ed78f6 Better http request detection 2014-06-29 15:39:59 -06:00
Matthew Little e77758cf70 Better http request detection 2014-06-29 15:31:13 -06:00
Matthew Little 2080974398 Return html response for http requests to tcp mining ports 2014-06-29 15:16:41 -06:00
Matthew Little d576cd6d81 Added initial basic password protected admin page 2014-06-29 13:44:33 -06:00
Matthew Little 3392cdcf50 More detailed logging for API module and possible memory leak fix 2014-06-29 12:04:25 -06:00
Matthew Little 1d33ebe6bd Changed miner timeouts to warnings, added IP to socket errors 2014-06-28 19:14:29 -06:00
Matthew Little 4793591b47 Added logging for share-trust breaking 2014-06-28 19:01:49 -06:00
Matthew Little 721004486b Vardiff completely rewrote, should increase/decrease more reliably 2014-06-28 09:16:42 -06:00
Matthew Little 2cb43d9c23 Shows development donation percent on website 2014-06-27 21:49:14 -06:00
Matthew Little 100da955c6 Added single module mode 2014-06-27 20:02:02 -06:00
Matthew Little b6cdb4baf9 Merge remote-tracking branch 'origin/master' 2014-06-27 15:13:57 -06:00
Matthew Little 4d64af99b4 Minor change in how website config is setup 2014-06-27 15:13:41 -06:00
Matthew Little 4893d5b579 Update README.md 2014-06-27 11:31:53 -06:00
Matthew Little b7e9bd1edb Merge pull request #39 from barbushin/master
Added link to xminingpool.com in README.md
2014-06-27 10:11:27 -06:00
Sergey 7973f1d31c Added link to xminingpool.com in README.md
xminingpool.com - mining pool for Bytecoin, Monero, QuazarCoin, DuckNote, Boolberry
2014-06-27 16:44:59 +04:00
Matthew Little f06c166c9c Added option to donate a block reward % to pool dev 2014-06-26 14:59:09 -06:00
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 3d220c7904 Minor readme update 2014-06-25 11:22:13 -06:00
Matthew Little 9eafd0b72f Minor readme update 2014-06-25 11:14:08 -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 8bcafadea5 Minor UI fix with pressing enter key on address lookup box 2014-06-24 22:51:09 -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 e968aa7e45 Minor display change (improved font for address display) 2014-06-24 20:55:50 -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 abcf7c7abb Fixed market data display issue 2014-06-23 19:19:07 -06:00
Matthew Little ce8aeea270 Increase cryptonator market data polling interval to 5 minutes 2014-06-23 01:19:32 -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 49202414f0 Dynamic, more efficient, live updating market stats 2014-06-20 17:20:35 -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 5d8b3f1c64 Update market widget to new Monero symbol (XMR) and added Euro 2014-06-10 09:33:59 -06:00
Matthew Little 4e2f24d012 Updated transferFee example to latest MRO requirement 2014-05-26 23:15:59 -06:00