Commit Graph

110 Commits (master)

Author SHA1 Message Date
Harald Wolff c5ba8facb9 Fixed nodejs deprecation issue 2017-09-16 17:41:26 +02:00
pmitchev 780b5255fa Fixed duplicate share vulnerability with the nonce
zone117x fix
2014-09-30 18:55:39 +03:00
fancoder 300d6e466f Merge branch 'master' of https://github.com/fancoder/cryptonote-universal-pool 2014-09-08 20:33:36 +04:00
fancoder a03834f153 Change miner trust probability & penalty if wrong share submitted 2014-09-08 20:32:43 +04:00
pmitchev b26c017090 Added donation addresses for core developers
BCN:  https://bitcointalk.org/index.php?topic=563356
BBR:  http://boolberry.com/index.html
XMR:  https://bitcointalk.org/index.php?topic=583449.0
QCN:  https://bitcointalk.org/index.php?topic=615732.0
FCN:  https://bitcointalk.org/index.php?topic=608977.0
AEON:  https://bitcointalk.org/index.php?topic=641696.0
OEC:  https://bitcointalk.org/index.php?topic=693540.0   (developer signature)
DSH:  https://bitcointalk.org/index.php?topic=678232.0
2014-09-02 22:56:36 +03:00
fancoder c822d8a53d Fixed donations payments and added detailed payments logs 2014-08-26 18:32:05 +04:00
fancoder 7af80a1b21 Release v1.1.4 2014-08-21 13:33:28 +04:00
fancoder d7ad4540ea Fixed miner hashrate chart data collection 2014-08-19 15:55:40 +04:00
fancoder 53d3dd4fba Fixes #12 - wrong payments chart order & JS error on #pool_blocks 2014-08-19 12:57:42 +04:00
fancoder 6f934ec211 Added donations multi-coin support & pool version display 2014-08-18 20:01:04 +04:00
fancoder 3b5efc6e68 Optimize charts view & CUP link in footer
* Round hashrate in charts
* Fix charts minimal range value
* Change CUP link in footer
2014-08-18 13:21:45 +04:00
ducknote 5f412692d2 Config files refactoring for any CryptoNote coin support 2014-08-14 13:19:47 +04:00
fancoder fc66b9c120 Fix hashrate calculation 2014-08-12 20:13:28 +04:00
fancoder 92ec67f866 Added new statistics charts & new admin panel 2014-08-08 00:45:33 +04:00
fancoder c2a9aae907 Added "poolServer.fixedDiff" option in /config.json
Set difficulty on miner client side by passing <address> param with .<difficulty> postfix
For example: minerd -u 4AsBy39rpUMTmgTUARGq2bFQWhDhdQNekK5v4uaLU699NPAnx9CubEJ82AkvD5ScoAZNYRwBxybayainhyThHAZWCdKmPYn.5000
2014-08-05 21:43:01 +04:00
fancoder 5fca686571 Added payments.maxTransactionAmount option 2014-08-01 16:42:40 +00:00
fancoder 196b9013d6 Fixed compatibility with new cn-utils module 2014-07-31 13:20:45 +04:00
fancoder 96ae55de70 Merge with last version of 'zone117x/node-cryptonote-pool' 2014-07-18 17:38:30 +00:00
Matthew Little d6edd83bb4 Minor update to logging and "getting started" page 2014-07-15 14:47:30 -06:00
Matthew Little cb4c0a135e Updated "Getting Started" page with new mining apps 2014-07-12 23:03:53 -07:00
Matthew Little 258e5fa998 Updated software version number 2014-07-12 18:22:36 -07:00
Matthew Little 98fcbccf36 Merge pull request #56 from sammy007/paranoia
Add hidden ports
2014-07-12 18:20:53 -07:00
Matthew Little 59a29c2811 Added payments page tab (w/ payments to address lookup) & core dev donations 2014-07-12 18:16:15 -07:00
Sammy Libre 41e1d7da37 Don't expose hidden ports to API 2014-07-09 13:21:55 -04:00
Matthew Little f0717a3646 Store payment information in redis for future front-end display usage 2014-07-08 17:55:39 -07:00
Matthew Little ec93551a2b Front-end performance updates and minor tweaks 2014-07-07 23:35:53 -07:00
Matthew Little 00c940ce05 More modular front-end architecture. Fixed total # of blocks bug and other display issues. 2014-07-07 19:05:58 -07:00
Matthew Little e021a6a6d0 Fixed hashrate not being generated from API for front-end 2014-07-04 19:19:55 -06:00
Matthew Little 383acf135e Move 'bad hash' log messages from 'error' to 'warn' 2014-07-04 14:08:39 -06:00
Matthew Little 3969d7d005 Added mining profits estimation calculator to front-end 2014-07-04 11:11:25 -06:00
Matthew Little 8b2bd7d966 Fixed possible block list display update bug on front-end 2014-07-03 22:27:36 -06:00
Matthew Little b4f49e953a [REDIS DATA BREAKING CHANGES] More efficient block storage format for redis. Limited number of blocks sent to front-end. Expanded admin page. More realistic 'luck' value. Run redisBlocksUpgrade.js script to convert block data to new format. 2014-07-03 18:48:01 -06:00
CliffordST cc62326fb9 Merge branch 'address_checking' 2014-07-03 23:55:49 +04:00
CliffordST a9d48795c9 Miner address validation based on pool address 2014-07-03 23:55:39 +04:00
CliffordST a16a410505 Merge branch 'fantomcoin_support' 2014-07-03 20:13:28 +04:00
CliffordST bf75e067f4 Fix error with calculating FantomCoin block ID 2014-07-03 20:12:09 +04:00
CliffordST 0959bd43e0 Merge branch 'address_checking' 2014-07-03 14:53:52 +04:00
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 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
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 f06c166c9c Added option to donate a block reward % to pool dev 2014-06-26 14:59:09 -06:00