Commit graph

133 commits

Author SHA1 Message Date
Jethro Grassie
9a091921f1
fix empty cookies 2020-01-05 16:54:22 -05:00
Jethro Grassie
56df00634f
Merge branch 'remove-mhd' 2020-01-05 16:31:13 -05:00
Jethro Grassie
c97b0f1c37
update docs 2020-01-05 16:30:23 -05:00
Jethro Grassie
e79861b519
remove libmicrohttpd
It seems unnecessary to use libmicrohttpd when libevent has everything
we need.  Thus removing the dependency.
2020-01-05 16:30:20 -05:00
Jethro Grassie
01f3b34c4b
swap out form to contenteditable cell 2020-01-05 04:33:56 -05:00
Jethro Grassie
595ddd934e
make MHD use epoll if available 2020-01-03 18:48:42 -05:00
Jethro Grassie
05fafe0fa4
fix comparators to always allow duplicates
(reported by cohcho, thanks)
2020-01-02 19:12:40 -05:00
Jethro Grassie
c7984e0e5f
add retarget-time option
- allow setting a retarget time different to block time
 - tidy config printing (just reordering)
 - fix webui nethash formatting
2019-12-29 23:56:48 -05:00
Jethro Grassie
6f65aae241
fix clean exit for a failed startup 2019-12-28 01:37:51 -05:00
Jethro Grassie
5916e8bb34
fix spelling 2019-12-27 21:21:38 -05:00
Jethro Grassie
e3e133f1d3
limit max target to block diff
(thanks to cohcho)
2019-12-27 21:10:38 -05:00
Jethro Grassie
7b6d4932c7
tidy config reading 2019-12-23 02:57:40 -05:00
Jethro Grassie
c9346f4a3d
tidy memset 2019-12-22 15:27:33 -05:00
Jethro Grassie
0ae2946486
spelling 2019-12-18 22:38:12 -05:00
Jethro Grassie
fc818af02c
add a couple of checks 2019-12-09 16:41:50 -05:00
Jethro Grassie
bea8068bd9
remove FD_SETSIZE check 2019-11-29 20:03:11 -05:00
Jethro Grassie
b790700c32
stratum self-select doc update 2019-11-28 00:31:04 -05:00
Jethro Grassie
d3d80b0084
copy strings appropriately 2019-11-27 19:46:23 -05:00
Jethro Grassie
21ad942008
reorder link 2019-11-23 01:32:56 -05:00
Jethro Grassie
3925e827ba
update example config file with the new options 2019-11-22 23:01:07 -05:00
Jethro Grassie
88ac5af85b
add libversion 2019-11-22 22:42:47 -05:00
Jethro Grassie
d40a5762cf
Merge branch 'daemonize' 2019-11-17 15:57:10 -05:00
Jethro Grassie
ac275237c5
add options to daemonize 2019-11-17 15:56:47 -05:00
Jethro Grassie
9c6ef738f1
link libhidapi if required 2019-11-12 11:39:00 -05:00
Jethro Grassie
de089698d2
fix XNP memory corruption 2019-10-29 23:41:15 -07:00
Jethro Grassie
cc0bfd2b56
Merge pull request #18 from trasherdk/monero-out-of-source
Support Monero out-of-source build
2019-10-27 23:07:24 -04:00
TrasherDK
5e4392f1be Support Monero out-of-source build 2019-10-28 04:00:23 +01:00
Jethro Grassie
21bf3019eb
Merge branch 'xmrig-proxy-support' 2019-10-27 22:10:56 -04:00
Jethro Grassie
d27694431e
treat xmr-node-proxy specifically
xmrig-proxy does not use the same job parameters as xmr-node-proxy.
Therefore, treat xmrig-proxy like any other miner.
2019-10-27 14:34:31 -04:00
Jethro Grassie
e784fb24ac
Merge pull request #16 from trasherdk/web-ui-content-type
Add Content-Type to JSON response
2019-10-26 19:04:29 -04:00
TrasherDK
c82ef6e3bc Add Content-Type to JSON response 2019-10-25 19:00:16 +02:00
Jethro Grassie
e64437b70d
update based on rx latest patch 2019-09-10 19:33:36 -04:00
Jethro Grassie
df8bfe2a78
add a tiny optimization validating template 2019-09-06 18:43:00 -04:00
Jethro Grassie
b127df87b2
adjust to upstream rx change 2019-09-03 22:29:44 -04:00
Jethro Grassie
c24a3ba3c8
use correct block hash for matching 2019-08-23 21:22:10 -04:00
Jethro Grassie
6471c6a20a
log failures of balance transfers 2019-08-23 16:53:29 -04:00
Jethro Grassie
af9b9c8953
fix orphaning 2019-08-23 16:24:03 -04:00
Jethro Grassie
af3bf72f08
Merge branch 'rx' 2019-08-21 19:44:19 -04:00
Jethro Grassie
bcc25dee1b
ease building with / without randomx 2019-08-21 19:35:30 -04:00
Jethro Grassie
2c636d00e9
fix balance updates 2019-08-21 18:32:57 -04:00
Jethro Grassie
4d69befdd1
tools: show recent shares 2019-08-21 09:57:07 -04:00
Jethro Grassie
647971cde6
add RandomX support 2019-08-20 23:06:08 -04:00
Jethro Grassie
65e746bab5
doc: update self-select doc now PR merged 2019-08-19 19:14:54 -04:00
Jethro Grassie
0d8479a3b2
improve compilation flags
- more / specific warnings enabled
 - specify c std
2019-08-07 00:03:53 -04:00
Jethro Grassie
01b2f3274c
minor improvements
- binary data now explicitly unsigned char* to avoid confusion
 - rpc_get_request_body now using stecpy to avoid repeated strlen
2019-08-05 19:41:40 -04:00
Jethro Grassie
ba4501684b
doc: minor edit due to xmrig changes 2019-07-22 13:14:03 -04:00
Jethro Grassie
ee722699c7
add data-dir option 2019-07-14 14:05:33 -04:00
Jethro Grassie
012edf01c1
kick client after N bad shares 2019-07-14 12:34:35 -04:00
Jethro Grassie
2e00515cb4
update docs 2019-07-07 17:35:06 -04:00
Jethro Grassie
c2029b178f
increase payload size allowance 2019-07-07 15:52:59 -04:00