Commit graph

237 commits

Author SHA1 Message Date
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
Snipa22
51bbd93c44 Update deploy.bash
Update to ensure that the sql_sync is run on install.  Oops!
2017-08-14 10:58:53 -07:00
Snipa22
5da7e40a86 Update README.md 2017-08-14 10:53:57 -07:00
Snipa22
26016cacdc Update README.md 2017-08-14 10:46:20 -07:00
Snipa22
6f81df5089 Merge pull request #98 from chron0/patch-1
Update README.md
2017-08-01 09:18:14 -07:00
chrono
62e7476e4b Update README.md 2017-08-01 16:17:40 +00: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
Snipa22
a807706a0e Merge pull request #90 from Snipa22/xmr-node-proxy
Xmr node proxy
2017-07-12 17:12:39 -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
c492925dc9 Merge pull request #82 from Snipa22/develop
Develop
2017-06-29 10:29:59 -07:00
Snipa22
dd22c22051 Merge pull request #80 from JamesKegel/patch-1
updating path for api address in config
2017-06-29 10:00:42 -07: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
Alexander Blair
a5d99f3401 Update to how we store share data to avoid transactional locks. 2017-06-26 17:27:32 -07:00
GeekBlogTV
b91ec699e5 updating path for api address in config
The original path does not contain the api address anymore. Path has been updated to reflect the new api config location for poolui
2017-06-23 23:13:14 -05:00
Alexander Blair
5d1af0506a Adding a block so that if there's not an activeBlockTemplate the system will kick out the miner to avoid the system crashing on reboot/startup. 2017-06-16 10:19:14 -07:00
Snipa22
103d1c5ea2 Create README.md
Quick update to ensure the path is in nodejs-pool before pm2 starting the apps.
2017-06-11 18:16:59 -07:00
Snipa22
4a4a28fc54 Merge pull request #73 from Snipa22/develop
Fixes roundHashes not resetting
2017-06-09 20:54:49 -07:00
Alexander Blair
be43514016 Fixes roundHashes not resetting
Fix for #72
Issue is that the system may have a loaded chunk of shares to work on at the time of the block find, causing the cashed values to load instead.

Prep work for adding more coins.  Moving the multi-hashing AES-NI lib + the CN-Utils lib to optional requirements.
2017-06-09 20:51:18 -07:00
Snipa22
fcbd0c79b5 Update README.md
Silly euros and using D/M/Y versus M/D/Y
2017-06-02 16:54:01 -07:00
Alexander Blair
8337487577 Adding the LMDB deployment tools to the stack and installers. 2017-06-02 04:39:55 -07:00
Alexander Blair
76b1c898bf Merge remote-tracking branch 'origin/develop' 2017-06-02 03:51:39 -07:00
Snipa22
fe914cca4e Updating deploy.bash to new Caddy download path
Caddyserver changed download URL.  This is the new URL.
2017-05-21 14:44:22 -07:00
Alexander Blair
ccc23c40c7 Fixing a reference. 2017-05-19 18:17:26 -07:00
Alexander Blair
d618eecd3b Need to refrence the right DB. 2017-05-19 18:15:44 -07:00
Alexander Blair
d058c0c7fd Fixing path to loading tools. 2017-05-19 18:12:19 -07:00
Alexander Blair
753f2c8e81 Update to include the new tool framework. 2017-05-19 18:08:06 -07:00
Alexander Blair
6833ad7b0f Adding a higher level filter in remoteShare 2017-05-19 17:49:20 -07:00
Alexander Blair
e39ed5203c Adding logging for errors in the share parsing. 2017-05-19 17:47:36 -07:00