Commit Graph

  • 8bf045974f BlockTemplate code refactoring SChernykh 2023-04-21 11:09:57 +0200
  • 44d2005ab1 Console: returned stdin check to constructor SChernykh 2023-04-20 10:59:32 +0200
  • 21f827112d Create SYSTEMD.MD SChernykh 2023-04-20 08:08:21 +0200
  • 5f18eed14d Fixed compilation error SChernykh 2023-04-19 21:50:57 +0200
  • 7a83fd2f30 Console: check stdin handle early at startup SChernykh 2023-04-19 20:47:18 +0200
  • 6e258bb210 Refactored TCPServer to reduce code duplication SChernykh 2023-04-19 11:36:12 +0200
  • 72adfd3126 Console: added local api SChernykh 2023-04-18 17:01:00 +0200
  • 196b27f3b2 Console: read commands via localhost TCP SChernykh 2023-04-18 15:38:24 +0200
  • ce192670a3 CI: actually check for successful sync SChernykh 2023-04-18 00:02:57 +0200
  • 14ab9f462a Fixed command line parsing SChernykh 2023-04-17 23:28:03 +0200
  • 93365973a7
    Merge pull request #253 from hinto-janai/master SChernykh 2023-04-17 20:02:01 +0200
  • 950ecd6bbc
    add `--version` #253 hinto.janai 2023-04-17 09:37:05 -0400
  • 8420f5f1b1 TCPServer: reduced write buffer reallocations SChernykh 2023-04-17 16:22:46 +0200
  • 80352f6b30 Fixed API path SChernykh 2023-04-14 12:41:34 +0200
  • 6ef166ba33 Fixed cppcheck errors SChernykh 2023-04-14 11:05:47 +0200
  • 9368b96129
    Update README.md SChernykh 2023-04-14 10:41:59 +0200
  • 025f0bdd0b Update RandomX SChernykh 2023-04-05 15:04:27 +0200
  • 2d76846d3c Removed unused <iostream> SChernykh 2023-04-05 14:47:44 +0200
  • f6cc7abac9 Fixed cppcheck error SChernykh 2023-04-05 14:13:48 +0200
  • 572d2251d7 HTML: added PPLNS window duration SChernykh 2023-04-05 13:47:51 +0200
  • 7dd9fb9b47 Update README.md SChernykh 2023-04-02 11:49:58 +0200
  • 92827035e0 p2pool v3.2 v3.2 SChernykh 2023-03-31 18:30:34 +0200
  • 5f7b8c3371 Fixed cppcheck false positives SChernykh 2023-03-31 13:35:23 +0200
  • 03eddddc0e Cache: save data from previous Monero block too SChernykh 2023-03-31 12:52:17 +0200
  • 080fbaa26c Util: adder PerfTimer SChernykh 2023-03-30 19:09:15 +0200
  • f6a285de87 API: added PPLNS window size to pool stats SChernykh 2023-03-28 13:28:34 +0200
  • 55e4ea0277 API: added sidechain diff and height to pool stats SChernykh 2023-03-28 11:40:43 +0200
  • bb80fe12a0 Added a check for unstable hardware SChernykh 2023-03-28 10:14:47 +0200
  • 5c67f0df20 P2PServer: truncate too long peers list in api SChernykh 2023-03-27 12:15:33 +0200
  • 3697c079fa Fixed cppcheck error SChernykh 2023-03-27 11:47:48 +0200
  • 2e6041dcf5 P2PServer: add local api data SChernykh 2023-03-27 11:04:02 +0200
  • 645de31fe3 SideChain: stricter checks in `get_difficulty` SChernykh 2023-03-24 13:23:20 +0100
  • eef90da7ae SideChain: stricter checks of alternative chains SChernykh 2023-03-24 11:50:39 +0100
  • c0586a5089 Added `--no-igd` as an alias for `--no-upnp` SChernykh 2023-03-21 19:31:18 +0100
  • b30018bb38 SideChain::update_depths() - reduced log level SChernykh 2023-03-21 16:22:11 +0100
  • 6c45573976 Faster block verification SChernykh 2023-03-21 13:25:35 +0100
  • b6c1b1a6d7 P2PServer: log time it took to relay a block SChernykh 2023-03-21 10:58:32 +0100
  • d41a441e98 UPnP: remove port mapping on shutdown SChernykh 2023-03-21 10:19:56 +0100
  • 86b6cf2d65 UPnP: handle port mapping conflicts SChernykh 2023-03-20 22:13:12 +0100
  • cf11993cb1 Update miniupnp SChernykh 2023-03-20 15:56:21 +0100
  • fe7ef30650 Don't port forward Stratum port by default SChernykh 2023-03-20 13:32:17 +0100
  • bb4c7f0298 Run UPnP discovery in the background SChernykh 2023-03-20 10:56:18 +0100
  • a7db46d69b Fixed command line help output SChernykh 2023-03-20 10:04:43 +0100
  • ce81c2769c Added `get_hashing_blobs` test with full mempool SChernykh 2023-03-20 09:46:09 +0100
  • d4a57370ef Disable cmd params depending on compile flags SChernykh 2023-03-20 09:17:59 +0100
  • 634039e551 Fixed static build SChernykh 2023-03-19 23:55:22 +0100
  • a83edceae3
    Merge pull request #243 from hinto-janai/master SChernykh 2023-03-19 23:04:11 +0100
  • 19cc044cab Added UPnP port forwarding SChernykh 2023-03-19 22:54:18 +0100
  • 79ad29e99a Fixed `pool_block.deserialize` test SChernykh 2023-03-19 20:54:09 +0100
  • f96e291681
    README: update gupax link #243 hinto.janai 2023-03-19 15:05:02 -0400
  • 6685a22118 CI test-sync: removed unnecessary dependencies SChernykh 2023-03-19 19:32:20 +0100
  • a84a0bd8dc Added miniupnp submodule SChernykh 2023-03-19 19:13:29 +0100
  • c2d8c806d2 Removed fork code, only v2 is left SChernykh 2023-03-19 16:47:12 +0100
  • 387860aa4a Post-fork test data SChernykh 2023-03-19 11:38:43 +0100
  • de7bdba95f TCPServer: don't spam logs with 127.0.0.1 bans SChernykh 2023-03-17 16:59:01 +0100
  • 6baf5247cb Fixed `parallel_run` logic on single CPU systems SChernykh 2023-03-17 16:01:52 +0100
  • 146d29b627 Don't let user connect to a node without ZMQ SChernykh 2023-03-10 14:46:53 +0100
  • c1a1249be1 Code cleanup SChernykh 2023-03-09 10:59:52 +0100
  • 8e7a797586
    Merge pull request #238 from twlee79/feature/namedpipe SChernykh 2023-03-09 10:44:54 +0100
  • 14a1918fda
    Merge pull request #239 from hx507/master SChernykh 2023-03-09 09:29:45 +0100
  • 54e755efdd Fix nix build #239 git_unspecified 2023-03-09 02:12:37 -0600
  • 3df7430663 allow named pipe as stdin, fixes after review #238 T W Lee 2023-03-09 14:36:33 +1300
  • c71d89c95a allow named pipe as stdin T W Lee 2023-03-08 02:35:49 +1300
  • 1b5860eec8 Fixed cppcheck errors SChernykh 2023-03-06 14:52:47 +0100
  • 4741880044 StratumServer: added address sanitizer checks SChernykh 2023-03-06 14:30:13 +0100
  • 02a0cb174a StratumServer: show a warning for invalid shares SChernykh 2023-03-02 13:19:25 +0100
  • e53fd7a062 Tests: fixed block_template test volatility SChernykh 2023-03-01 09:20:09 +0100
  • a76d8049c0 p2pool v3.1 v3.1 SChernykh 2023-02-28 18:11:54 +0100
  • 0ce1558f54 Fixed data races SChernykh 2023-02-27 19:23:14 +0100
  • 2807f9a51c TCPServer: disabled debug check in release builds SChernykh 2023-02-27 19:14:03 +0100
  • 03a3423da0 StratumServer: fixed data race SChernykh 2023-02-27 18:58:56 +0100
  • 12a011a9ff TCPServer: removed unnecessary mutex SChernykh 2023-02-27 15:38:30 +0100
  • 7a1afc7a95 Fixed cppcheck error SChernykh 2023-02-26 20:12:00 +0100
  • 262b4f2a2e Updated dependencies SChernykh 2023-02-26 19:03:19 +0100
  • fadc5055b2 Updated `--no-autodiff` description SChernykh 2023-02-21 09:17:42 +0100
  • 1c908c261d TCPServer: refactored memory allocation SChernykh 2023-02-17 08:47:52 +0100
  • 39216df8eb CI: added openbsd build SChernykh 2023-02-16 10:43:12 +0100
  • ed59579a9d Don't reset `m_cumulativeFoundSharesDiff` SChernykh 2023-02-13 09:41:11 +0100
  • 2aa7389c3f Fix: never reset `m_cumulativeHashes` SChernykh 2023-02-10 17:55:26 +0100
  • 02970e2f8f Update RandomX SChernykh 2023-02-07 14:14:36 +0100
  • 2e00ac402a Github CI: added timeouts to all checks SChernykh 2023-02-07 11:13:13 +0100
  • c94dd46294 Increased timeout for FreeBSD build SChernykh 2023-02-07 11:00:14 +0100
  • df802c3b26 Added an option to compile without LTO SChernykh 2023-02-07 10:04:37 +0100
  • 8430a506cc Update RandomX SChernykh 2023-02-06 10:01:28 +0100
  • 46a6196c92 Disabled -fassociative-math on old GCC SChernykh 2023-02-02 22:22:49 +0100
  • e64a0acfb3 p2pool v3.0 v3.0 SChernykh 2023-01-31 18:02:00 +0100
  • 14f7a1cb61 Merge branch 'hardfork' SChernykh 2023-01-31 18:01:06 +0100
  • 1cfacf4118 Code cleanup and fixes SChernykh 2023-01-28 09:55:01 +0100
  • 975679ef87 Show actual worker difficulty in `workers` command SChernykh 2023-01-27 22:09:17 +0100
  • dfa27016fd Update RandomX SChernykh 2023-01-27 18:50:21 +0100
  • 25d083ef25 Show Monero node in `status` SChernykh 2023-01-27 17:42:00 +0100
  • c989bdb0ea Tweaked compiler flags to reduce binary size SChernykh 2023-01-27 14:39:31 +0100
  • cb9e98dc88 Update c-cpp.yml SChernykh 2023-01-27 11:04:47 +0100
  • c7ba11c607 Retry `getaddrinfo` with IPv4 only after an error SChernykh 2023-01-27 10:29:04 +0100
  • 8876af53d8 SideChain: fixed potential division by 0 SChernykh 2023-01-26 21:42:15 +0100
  • 70f78ebfd1 cmake required version fixes SChernykh 2023-01-26 20:19:57 +0100
  • be434329d1 Removed `dl` dependency SChernykh 2023-01-26 15:45:41 +0100
  • 67f091b843 CI: added FreeBSD build SChernykh 2023-01-26 09:44:10 +0100
  • 33a592ee52 Fixed v2 signaling SChernykh 2023-01-25 14:43:55 +0100
  • a574e68bb7 StratumServer: check for bans before checking shares SChernykh 2023-01-25 11:36:52 +0100