Commit graph

153 commits

Author SHA1 Message Date
Alexander Blair
485e7726b6 Update with extra debugging information. 2017-11-01 10:38:24 -07:00
Alexander Blair
6e767e175e Stupid grammar. 2017-11-01 10:34:18 -07:00
Alexander Blair
1c84693b90 Replacing cleanShareDB. 2017-11-01 10:30:22 -07:00
Alexander Blair
7646fb11b4 Stupid callback. 2017-11-01 10:25:51 -07:00
Alexander Blair
382fc57add Update with small fixes for the comms system. 2017-11-01 10:25:06 -07:00
Alexander Blair
81d6207d71 Update with function for getOldestLockBlock 2017-11-01 10:18:28 -07:00
Alexander Blair
51b4a98026 Fix bad ref. 2017-11-01 09:28:44 -07:00
Alexander Blair
349be0bc3d Update with the new longRunner for testing. 2017-11-01 09:27:12 -07:00
Alexander Blair
ce1f81c7cb Fix for a bug
Knew I was going to forget something somewhere.  Fixes #134.  Thanks for the report!
2017-10-17 11:47:47 -07:00
Alexander Blair
41920c5e2a Adding todos to re-implement coin functions within the coins/coin.js file. 2017-10-16 09:47:36 -07:00
Alexander Blair
d99eee2571 Fixing another undef error. 2017-10-16 09:41:53 -07:00
Alexander Blair
cd61a82240 Update to keep the pool from repeatedly hammering the BT check. 2017-10-16 09:37:18 -07:00
Alexander Blair
ef7bfbac3f Update to keep the pool from repeatedly hammering the BT check. 2017-10-16 09:29:34 -07:00
Alexander Blair
2138e497a5 Fix for templateUpdate, the only place I use getBlockTemplate. 2017-10-16 09:20:19 -07:00
Alexander Blair
667bc5a029 Update with fixes to finish getting AEON working and to block things from blocking when I don't expect them to.
AEON has a block on the way it does chain saving, which can lock up many portions of the blockManager daemon.  This is now patched in blockmanager.
2017-10-13 12:01:19 -07:00
Alexander Blair
5d31708abf Applying fix for the body of the txn not containing a fee. 2017-10-13 08:36:37 -07:00
Alexander Blair
e0152b8c46 Update to AEON and the config_entries. 2017-10-12 12:11:07 -07:00
Alexander Blair
190ad9c530 Patching AEON's payment systems. 2017-10-12 11:56:01 -07:00
Alexander Blair
d8dee7fb1a Update with fix for loading paymentFiles because I'm lazy. 2017-10-11 15:51:07 -07:00
Alexander Blair
e5d2faeb08 Update with AEON base settings. 2017-10-11 15:00:58 -07:00
Alexander Blair
ca87ba3595 Base commit with data from AEON. 2017-10-11 13:24:14 -07:00
Alexander Blair
2b44273e94 Update w/ pool dev address. 2017-10-11 12:43:57 -07:00
Alexander Blair
57354f8d94 Update to move to the new cn-test branch. 2017-10-11 12:18:42 -07:00
Alexander Blair
73bf5745d3 Removing ZMQ dependencies. 2017-10-11 11:49:48 -07:00
Alexander Blair
9c641aca00 Putting a check in for over-large payment intervals.
Fixes/Closes #99
2017-09-01 12:09:44 -07:00
Alexander Blair
9b1c366b8c Update to use trustChange more aggressively. 2017-08-19 14:37:01 -07:00
Alexander Blair
80fd5cc36b Security Update
Update to patch a small bug in the pool source.  Thanks to MinerCircle for catching this.
2017-08-19 12:16:08 -07:00
Alexander Blair
c9ead893cd Update to fix bug with the way that xmr-stak accepts jobs and the BT changes from the XMR pools. 2017-07-14 02:46:23 -07:00
Alexander Blair
ec01e5e05a Set 5 second share target for the proxies. 2017-07-12 18:37:03 -07:00
Alexander Blair
9c1dd12d31 Update to patch the number of Valid Jobs and to lock in the new code to properly support the proxy. 2017-07-10 18:49:54 -07:00
Alexander Blair
3c3f347c88 Update to make it so proxies aim for 1 second share times, rather than 3. 2017-07-04 13:55:24 -07:00
Alexander Blair
687decc04d Perma-adding Atrides fix + setting the target for the proxied clients to 1/10th of normal. 2017-07-04 13:35:33 -07:00
Alexander Blair
93f64201a9 Update for diff cycling. 2017-07-04 13:10:40 -07:00
Alexander Blair
e23658c21f Only the proxied versions need that data. Really. Why doesn't node blow up if I do that... 2017-07-04 12:13:10 -07:00
Alexander Blair
e0d39be694 Update for the pool nonce save location. 2017-07-04 12:05:55 -07:00
Alexander Blair
a875391b0c Expand reserve_size so there is a NUL byte at the end, this allows the end-pools to use a UInt32BE call at the end. 2017-07-04 10:04:17 -07:00
Alexander Blair
9f62144d04 Update to reverse the pool nonce vs the client nonce. 2017-07-04 09:34:54 -07:00
Alexander Blair
f77ceae79b Fixes to send more diff information down the wire. 2017-07-03 07:47:37 -07:00
Alexander Blair
778dd7d1b8 Helps if I hit the right frunction. 2017-07-03 06:49:32 -07:00
Alexander Blair
916019f418 Setting the new sizes, holders, and test states to see if this thing works. 2017-07-03 06:43:52 -07:00
Snipa22
fb9971c11a Merge pull request #85 from suhz/master
fixes for incorrect offset for pagination
2017-07-02 13:25:22 -07:00
Alexander Blair
464bb13c5b Don't clear the worker list the first time though... 2017-07-01 21:42:29 -07:00
Alexander Blair
fb00ada16e Put a backup check for template updates to try and grab one every 60 seconds. 2017-07-01 21:35:24 -07:00
Alexander Blair
296dd93b68 32 queue workers for dealing with shares. Primarily non-blocking. Lets see if this plays better. 2017-07-01 20:55:49 -07:00
Alexander Blair
92740a4642 Cherrypicking a couple of commits, merge-conflicts later, but I'll deal with it then. 2017-07-01 20:47:38 -07:00
Alexander Blair
df94faab9b Small update to send all work to be done up to the Master thread. This should help deal with the fact that shares must be sent by one of the nodes that handles data. 2017-07-01 20:38:16 -07:00
Suhaimi Amir
a0e6a6e325 fix pagination query offset, and also change order by transaction_id from nothing (ASC) to DESC 2017-07-02 00:19:39 +08:00
Suhaimi Amir
d92492b731 fix mysql query for pagination. page number should be multiply by limit to get the offset 2017-07-02 00:17:55 +08:00
Snipa22
fb49d862af Update remoteShare.js 2017-06-27 07:25:10 -07:00
Alexander Blair
b9cf9fe3e3 Update to fix roundHashes not being set as part of the dataset. 2017-06-27 06:04:01 -07:00