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
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
Snipa22
f136eae607
Update upgrade_monero.bash
...
Fixing to git checkout. Thanks M5M400!
2017-03-14 07:42:40 -07:00
Snipa22
d479d7cfac
Merge pull request #52 from Snipa22/socketIO
...
Fixing to body from decoded.
2017-03-07 22:26:52 -08:00
Alexander Blair
2ea2827002
Fixing to body from decoded.
2017-03-07 22:25:16 -08:00
Snipa22
50ee620110
Merge pull request #51 from Snipa22/socketIO
...
Socket io
2017-03-07 17:31:25 -08:00
Alexander Blair
657a46db4d
Slow down some of the network updates.
2017-03-07 17:28:39 -08:00
Alexander Blair
6da367c587
Update with more debug states
2017-03-07 17:16:04 -08:00
Alexander Blair
b3bb5a6cdf
Update to API.Xmrpool.net default server.
2017-03-07 17:06:18 -08:00
Alexander Blair
43ad893d63
Setting NH diff to 100k.
2017-03-05 16:23:52 -08:00
Alexander Blair
0a3f8fca85
Updates across the board to the caddy and other configs.
2017-03-05 16:20:16 -08:00
Alexander Blair
885a0ef93c
Update to finish supporting ZMQ + Socket.io.
...
Next up, documentation!
2017-03-05 16:06:28 -08:00
Alexander Blair
f397c043c9
Finishing the init for ZMQ and updating the deployment scripts to support it.
2017-03-05 16:05:09 -08:00
Alexander Blair
a34e8c6ceb
Modifying this so it moves buffers into string.
2017-03-05 16:00:35 -08:00
Alexander Blair
c9b0869e2c
Update to newer express/socketIO connections.
2017-03-05 14:38:01 -08:00
Alexander Blair
1f9fe310c0
Adding ZMQ and SocketIO access.
2017-03-05 13:56:06 -08:00
Snipa22
9e08dbbc90
Update leaf.bash
2017-03-01 13:48:28 -08:00
Snipa22
23e556b0f8
Update deploy.bash
2017-03-01 13:48:18 -08:00
Snipa22
eba1c48b40
Merge pull request #49 from Didrole/wolf-xmr-miner-support
...
Generate smaller job ids.
2017-03-01 07:17:05 -08:00
Snipa22
22c7f3ee48
Merge pull request #50 from Didrole/xmr-proxy-support
...
Xmr proxy support
2017-03-01 07:16:42 -08:00
Didrole
82fcd2e1a9
Allow miners to not specify an agent.
...
Because xmr-proxy doesn't relay the agent.
https://github.com/Atrides/xmr-proxy/blob/master/mining_libs/stratum_listener.py#L167
2017-03-01 12:15:45 +01:00
Didrole
2ebcec91c0
Send RPC id with jobs.
2017-03-01 12:07:51 +01:00
Didrole
f5e573c6aa
Generate smaller job ids.
...
Because wolf-xmr-miner supports up to 31 bytes ids.
https://github.com/wolf9466/wolf-xmr-miner/blob/master/stratum.h#L10
https://github.com/wolf9466/wolf-xmr-miner/blob/master/main.c#L1241
2017-03-01 11:58:03 +01:00
Alexander Blair
cd3cabd150
Don't log that into the git index.
2017-02-28 07:30:36 -08:00
Alexander Blair
bde0052c80
Diff needs a new line.
2017-02-28 07:23:37 -08:00
Alexander Blair
b1d85e38f0
Update to add fix for the 128 txn bug.
2017-02-28 07:18:39 -08:00
Alexander Blair
3446d35adc
Setting rate limits on the wgets
2017-02-26 11:49:27 -08:00
Alexander Blair
9cc9e06344
Whoops!
2017-02-26 10:52:26 -08:00