Commit Graph

  • a83d6deec1 Check node ping at startup SChernykh 2023-05-18 10:06:30 +0200
  • f212de64f5 P2PServer: fixed peer list request logic SChernykh 2023-05-18 09:39:04 +0200
  • 6a4583f758 Sync test: keep running for 2 minutes more SChernykh 2023-05-17 23:36:58 +0200
  • 325f2dc22f Sync test: run with TSAN on Ubuntu SChernykh 2023-05-17 23:06:54 +0200
  • 7134187dc9 Sync test: added stratum connections SChernykh 2023-05-17 15:12:48 +0200
  • b20db0a117 P2PServer: always send peer list request to new peers SChernykh 2023-05-17 11:13:25 +0200
  • 3c7fcf65a9 Fixed DNS TXT parsing SChernykh 2023-05-12 15:12:50 +0200
  • 4fa344a0f7 Refactored DNS TXT resolver code SChernykh 2023-05-12 10:35:13 +0200
  • 9aa748e628 Fixed FreeBSD build SChernykh 2023-05-11 10:32:37 +0200
  • bba4f8d0c5 Fixed headers for res_query SChernykh 2023-05-11 08:54:45 +0200
  • be8b38e5cf Changed BLOCK_FOUND wording SChernykh 2023-05-11 08:07:05 +0200
  • db9e5ba332 P2PServer: prefer DNS TXT records to load seed nodes SChernykh 2023-05-10 21:22:51 +0200
  • 689fa14cfd Fixed cppcheck errors SChernykh 2023-05-10 10:35:23 +0200
  • fa924171c7 Statistics webserver: added missing Stratum data SChernykh 2023-05-10 10:02:17 +0200
  • 8a222d5e75 TCPServer: check if loop thread is running before waiting for it SChernykh 2023-05-01 20:13:57 +0200
  • fcb62894a5 p2pool v3.3 v3.3 SChernykh 2023-04-30 16:04:32 +0200
  • c94b627808 TCPServer: use /64 prefix to ban IPv6 peers SChernykh 2023-04-27 10:28:32 +0200
  • 754eb78a05 Update libzmq SChernykh 2023-04-26 11:11:05 +0200
  • 045929ca7c Update miniupnp SChernykh 2023-04-25 13:52:10 +0200
  • 98b2d2057c SideChain: fixed data race SChernykh 2023-04-24 20:23:45 +0200
  • 98a9eb4f18 Console: fixed data race SChernykh 2023-04-24 20:06:56 +0200
  • 58d32ffd1f Removed PSA from html SChernykh 2023-04-24 13:26:07 +0200
  • 76c3e89faf StratumServer: update api more often SChernykh 2023-04-24 12:02:35 +0200
  • abf48fde02 Stratum API: added block reward share percent SChernykh 2023-04-24 11:45:02 +0200
  • c31d5b7d3c Docker: enabled fast sync SChernykh 2023-04-22 22:54:32 +0200
  • f455ce398c Updated tests SChernykh 2023-04-22 20:27:26 +0200
  • b498084388 SideChain: fixed a rare sync bug SChernykh 2023-04-22 18:55:11 +0200
  • 75c156578c SideChain: tweaked precalculation during sync SChernykh 2023-04-22 18:00:31 +0200
  • fd67ec1f86 Fixed typo SChernykh 2023-04-22 08:36:10 +0200
  • b1041ea8a8 Update c-cpp.yml SChernykh 2023-04-21 15:20:21 +0200
  • 51a075c0df P2PServer: fixed buf_size checks SChernykh 2023-04-21 14:59:47 +0200
  • 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