Commit Graph

  • 2e78130642
    update webui theme for puddle qvqc 2020-04-11 10:52:52 -0400
  • b907eed4ef
    change address prefix, blocktime, and atomic units to match wownero network qvqc 2020-04-11 10:50:07 -0400
  • 4006982465
    update default pool.conf for wownero-puddle qvqc 2020-04-11 10:49:05 -0400
  • e2d4be6a9d
    set build path to randomwow qvqc 2020-04-11 10:46:05 -0400
  • 92de56716b
    disallow integrated payout addresses Jethro Grassie 2021-03-06 17:16:10 -0500
  • 943f6a0875
    show more precision for config display at startup Jethro Grassie 2021-01-19 20:03:26 -0500
  • 18524085a0
    fix some bounded stack logic Jethro Grassie 2021-01-12 01:06:14 -0500
  • 8936af00f5
    sss: check difficulty delta Jethro Grassie 2021-01-11 18:08:52 -0500
  • 61a4d30f93
    enable worker supplied start/min diff Jethro Grassie 2020-12-27 16:58:49 -0500
  • eb251bbb72
    add option to delete old share data Jethro Grassie 2020-10-24 05:10:26 -0400
  • eeecc14064
    only DB resize or perform payouts on one process Jethro Grassie 2020-10-24 03:31:20 -0400
  • 32dbf432bb
    fix unused assembly make dependency rule Jethro Grassie 2020-10-22 02:25:44 -0400
  • 4d38ebbde6
    make it easier to override compiler / linker flags Jethro Grassie 2020-10-12 01:50:37 -0400
  • ac3359fe47
    make it easier to override g++ Jethro Grassie 2020-10-12 01:18:56 -0400
  • b1c473f903
    add another bag optimization Jethro Grassie 2020-10-11 20:18:49 -0400
  • 016a4468eb
    improve speed of bag occupied check Jethro Grassie 2020-10-11 05:08:23 -0400
  • c3c3318b68
    catch SIGTERM for clean exit Jethro Grassie 2020-10-11 02:09:37 -0400
  • 08fa5c12fb
    wait on DB resize whilst client(s) are being read Jethro Grassie 2020-09-29 02:55:57 -0400
  • ff323609b9
    fix hash item moved iteration Jethro Grassie 2020-09-24 17:04:28 -0400
  • e4b6d1ffa2
    always zero initialize Jethro Grassie 2020-09-20 16:14:21 -0400
  • 91acf3da77
    add new Monero dependency for v0.17 Jethro Grassie 2020-09-18 23:59:30 -0400
  • 91e17d4c58
    perform full check on bag elements Jethro Grassie 2020-09-17 21:32:02 -0400
  • b882424504
    fix a small leak Jethro Grassie 2020-09-12 05:32:17 -0400
  • c94ea042b5
    fix copyright Jethro Grassie 2020-09-06 15:56:35 -0400
  • 5e875c0b25
    drop the debug asserts Jethro Grassie 2020-09-06 00:50:29 -0400
  • 1e0dc5da30
    Merge branch 'multiprocess-mode' into master Jethro Grassie 2020-09-04 02:45:29 -0400
  • 88b724799a
    initial multiprocess implementation Jethro Grassie 2020-09-04 01:48:57 -0400
  • 48bcb418b0
    fix parsing client IP address Jethro Grassie 2020-09-03 05:14:50 -0400
  • 70f865798f
    allow listen socket reuse plus log client IP Jethro Grassie 2020-09-02 18:11:27 -0400
  • 9184050df2
    tweak bag Jethro Grassie 2020-09-03 05:01:58 -0400
  • 2efa10a194
    free client and fix edge count bug Jethro Grassie 2020-09-02 05:51:45 -0400
  • 98bda36af4
    conf: saner defaults Jethro Grassie 2020-09-02 03:28:46 -0400
  • 30edb1a3e4
    Merge branch 'count-by-account' into master Jethro Grassie 2020-09-02 00:02:14 -0400
  • 5e5c1f0dfd
    stats: hashrate averages Jethro Grassie 2020-09-01 20:40:14 -0400
  • 4fbbed9523
    stats: count by account instead of connections Jethro Grassie 2020-08-29 05:32:50 -0400
  • d2f6c7d45b
    don't timeout downstreams, they're trusted Jethro Grassie 2020-08-29 20:14:35 -0400
  • bb67c77058
    add idle timeout Jethro Grassie 2020-08-29 19:43:30 -0400
  • ea4bebb844
    fix minor issue with a7fb6332c9 Jethro Grassie 2020-06-21 00:35:53 -0400
  • 5d122b8827
    add optional pool fee wallet TrasherDK 2019-12-12 07:53:10 +0100
  • 93acdd6e21
    config: disable payouts option Jethro Grassie 2020-06-20 17:14:02 -0400
  • 32fa6d2d25
    reduce realloc for submissions Jethro Grassie 2020-06-20 16:50:27 -0400
  • cd4e78f8e5
    config: fixed difficulty option Jethro Grassie 2020-06-20 16:49:29 -0400
  • a7fb6332c9
    config: disable hash checking option Jethro Grassie 2020-06-20 16:47:12 -0400
  • 5f86514d91
    edge: fix pool hashrate stat overwrite Jethro Grassie 2020-06-18 03:34:54 -0400
  • d544a042ae
    edge: fix stats on upstream disconnect Jethro Grassie 2020-05-30 16:01:56 -0400
  • 66507021e0
    pool:rpc_on_wallet_transferred: check underflow Michael Contreras 2020-05-05 23:27:59 -0400
  • 047aef644c
    use rwlock semantics for database resizing Jethro Grassie 2020-05-03 23:14:12 -0400
  • c12b8b78e5
    bstack: rename peek to top Jethro Grassie 2020-05-03 17:23:20 -0400
  • 4bc1589781
    use bstack for jobs Jethro Grassie 2020-05-03 17:06:13 -0400
  • bb011fa9cc
    prevent resizing clients whilst reading Jethro Grassie 2020-05-03 00:14:29 -0400
  • 37f605efdc
    database: add resizing Jethro Grassie 2019-08-18 13:49:02 -0400
  • 9dd062d8c5
    log: mutex Jethro Grassie 2020-04-26 04:34:51 -0400
  • 61f1abbc30
    upstream: sync a count with connect Jethro Grassie 2020-04-26 19:41:19 -0400
  • 97c3993cf7
    feature: interconnected pools Jethro Grassie 2020-04-19 01:48:15 -0400
  • 3dac5660cf Merge branch 'upstream/master' master qvqc 2020-04-22 04:52:11 -0400
  • dcaca5144f
    config: add an option for the pool listen address Jethro Grassie 2020-04-18 19:00:41 -0400
  • c099d75617 update webui theme for puddle qvqc 2020-04-11 10:52:52 -0400
  • c7906eef8a update balance view in webui for wownero qvqc 2020-04-11 10:51:55 -0400
  • 3ec4b16c6f change address prefix, blocktime, and atomic units to match wownero network qvqc 2020-04-11 10:50:07 -0400
  • 660dd484fe update default pool.conf for wownero-puddle qvqc 2020-04-11 10:49:05 -0400
  • 5f092836f2 set build path to randomwow qvqc 2020-04-11 10:46:05 -0400
  • d2d4c3393f
    docs: remove "experimental" Jethro Grassie 2020-03-04 01:06:25 -0500
  • 3622e70b82
    Merge pull request #35 from cohcho/fix_compare_share Jethro Grassie 2020-03-03 18:20:52 -0500
  • b380382196 store_share: modify compare_share to avoid fail cohcho 2020-03-03 07:52:05 +0000
  • 834bef7008
    ignore SIGPIPE so error propagates Jethro Grassie 2020-02-06 17:10:09 -0500
  • 0846228da6
    copyright 2020 Jethro Grassie 2020-02-02 00:24:51 -0500
  • dd16769ab6
    improve bad share handling Jethro Grassie 2020-01-25 01:31:36 -0500
  • 7ec47709fa
    Update client target faster cohcho 2020-01-22 22:47:36 +0000
  • ee690126d7
    fix just found time label Jethro Grassie 2020-01-19 04:50:14 -0500
  • d80390c0fb
    add minor formatting improvements Jethro Grassie 2020-01-18 16:05:34 -0500
  • 18ce80693a
    Merge pull request #31 from cohcho/round_hashes Jethro Grassie 2020-01-18 14:55:40 -0500
  • 0b12fc3f43 Add round_hashes into pool_stats cohcho 2020-01-17 12:40:09 +0000
  • c9ba3a8428
    add network validation Jethro Grassie 2020-01-17 15:43:08 -0500
  • b8c62a0378
    improve cookie parsing Jethro Grassie 2020-01-17 00:35:41 -0500
  • ed542aec9d
    print options Jethro Grassie 2020-01-10 03:52:49 -0500
  • 0335d92e28
    update the docs Jethro Grassie 2020-01-09 02:11:30 -0500
  • e103d130fb
    add missing title tag to web UI Jethro Grassie 2020-01-06 01:08:12 -0500
  • f774647632
    allow disabling of the web UI altogether Jethro Grassie 2020-01-05 19:48:37 -0500
  • f987fd4aa9
    fix log and return types for web ui Jethro Grassie 2020-01-05 19:42:25 -0500
  • 9ba84a4a76
    advertise SSL port (if configured) Jethro Grassie 2020-01-05 17:53:51 -0500
  • 9a091921f1
    fix empty cookies Jethro Grassie 2020-01-05 16:54:22 -0500
  • 56df00634f
    Merge branch 'remove-mhd' Jethro Grassie 2020-01-05 16:31:13 -0500
  • c97b0f1c37
    update docs Jethro Grassie 2020-01-05 16:20:42 -0500
  • e79861b519
    remove libmicrohttpd Jethro Grassie 2020-01-03 21:14:42 -0500
  • 01f3b34c4b
    swap out form to contenteditable cell Jethro Grassie 2020-01-05 04:33:56 -0500
  • 595ddd934e
    make MHD use epoll if available Jethro Grassie 2020-01-03 18:48:42 -0500
  • 05fafe0fa4
    fix comparators to always allow duplicates Jethro Grassie 2020-01-02 19:12:40 -0500
  • c7984e0e5f
    add retarget-time option Jethro Grassie 2019-12-29 23:56:48 -0500
  • 6f65aae241
    fix clean exit for a failed startup Jethro Grassie 2019-12-28 01:27:53 -0500
  • 5916e8bb34
    fix spelling Jethro Grassie 2019-12-27 21:21:38 -0500
  • e3e133f1d3
    limit max target to block diff Jethro Grassie 2019-12-27 20:51:46 -0500
  • 7b6d4932c7
    tidy config reading Jethro Grassie 2019-12-23 02:57:40 -0500
  • c9346f4a3d
    tidy memset Jethro Grassie 2019-12-22 15:27:33 -0500
  • 0ae2946486
    spelling Jethro Grassie 2019-12-18 22:38:12 -0500
  • fc818af02c
    add a couple of checks Jethro Grassie 2019-12-09 16:41:50 -0500
  • bea8068bd9
    remove FD_SETSIZE check Jethro Grassie 2019-11-29 20:03:11 -0500
  • b790700c32
    stratum self-select doc update Jethro Grassie 2019-11-28 00:28:19 -0500
  • d3d80b0084
    copy strings appropriately Jethro Grassie 2019-11-27 19:46:23 -0500
  • 21ad942008
    reorder link Jethro Grassie 2019-11-23 01:32:56 -0500
  • 3925e827ba
    update example config file with the new options Jethro Grassie 2019-11-22 23:01:07 -0500