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
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
Alexander Blair
6413b89345
If share.shares is not a number, don't try to add it to the processing list.
2017-05-19 17:43:58 -07:00
Alexander Blair
7e800538d8
More data fixes....
2017-05-19 17:38:27 -07:00
Alexander Blair
e6cf90a230
Update to make sure we clear the shares every submit.
2017-05-19 17:21:50 -07:00
Alexander Blair
2bbcc70ff1
New share handler again. With catch for error.
2017-05-19 17:16:26 -07:00
Alexander Blair
245bc6454e
Update with parseInt
2017-05-19 17:10:30 -07:00
Alexander Blair
21ba152429
Update with the new share handling system.
2017-05-19 17:08:47 -07:00
Alexander Blair
063b206d46
Moving share validation into remoteShare before it ever gets to our internal processing DB loop.
2017-05-19 16:54:20 -07:00
Alexander Blair
cdf17d4e70
Update to try and bulk-insert on new shares. We'll see how it goes....
2017-05-19 16:40:22 -07:00
Alexander Blair
cce2a67c70
New cache function for bulk-inserts in single txn to avoid excessive disk writes and blocking by worker.
...
Adding new getBlockByID function for future tool functionality.
2017-05-19 14:51:48 -07:00
Snipa22
f80b8d625c
Merge pull request #68 from M5M400/patch-1
...
changed monerod version to v0.10.3.1
2017-05-18 08:51:01 -07:00
M5M400
856069ef29
changed monerod version to v0.10.3.1
2017-05-18 14:52:55 +02:00
Alexander Blair
db1a3263e4
Fixing worker so it doesn't break so bad.
2017-05-17 07:10:26 -07:00
Alexander Blair
bd63785cb0
Update to start working out the env_sync segfaults.
2017-05-17 07:07:31 -07:00
Snipa22
26093f17f7
Merge pull request #67 from rmbell/master
...
small fix for missing ,
2017-05-11 08:13:24 -07:00
Your Name
1651912540
small fix for missing ,
2017-05-11 09:57:39 -04:00
Snipa22
d6c0bfd488
Merge pull request #66 from M5M400/claymore-address
...
Update xmr.js
2017-05-04 07:48:08 -07:00
Snipa22
32fb924fab
Merge pull request #65 from M5M400/TX-priority
...
adding config setting for TX priority
2017-05-04 07:48:02 -07:00
M5M400
dac1d39407
Update xmr.js
2017-05-04 15:22:20 +02:00
M5M400
ecf74a3b91
Update payments.js
...
added TX priority config setting
2017-05-04 11:20:51 +02:00
M5M400
acba927240
Update base.sql
2017-05-04 11:15:38 +02:00
M5M400
8e8a966860
Update config_entries.json
2017-05-04 11:14:08 +02:00
Snipa22
cb881695d3
Update support.js
2017-04-18 14:04:55 -07:00
Snipa22
dc3dd03e83
Update deploy.bash
2017-04-18 12:26:05 -07:00
Snipa22
8e79d682a3
Update monero_daemon.patch
2017-04-07 15:56:16 -07:00
Snipa22
657d1cec52
Update monero_daemon.patch
2017-04-07 15:53:41 -07:00
Snipa22
c37e80d334
Update upgrade_monero.bash
2017-04-07 15:51:44 -07:00
Snipa22
8e81ad2f25
Update upgrade_monero.bash
2017-04-07 15:42:35 -07:00
Alexander Blair
01dfbbbcc5
Adding support for 10.3.1
...
Adding keepalive support for the remote_comms sockets, allowing them to reuse the TCP/SSL connection for much better performance in high-load environments.
2017-04-07 01:39:58 -07:00
Snipa22
1cb4aca08e
Update payments.js
2017-04-04 06:11:57 -07:00