Commit Graph

  • e882b91b06 Reduced lock contention in Cache::get_derivation() SChernykh 2022-08-16 18:15:41 +02:00
  • 4c8dbee79d More fine-grained locks in crypto cache SChernykh 2022-08-15 18:39:28 +02:00
  • 1438175477 CI: macos-10.15 is deprecated SChernykh 2022-08-15 16:09:41 +02:00
  • 30861bbf91 Speedup SideChain::get_outputs_blob() SChernykh 2022-08-15 11:16:00 +02:00
  • ea6a19a260 Fixed data race SChernykh 2022-08-06 11:15:09 +02:00
  • fc81fa8745 JSON RPC: added more error checking SChernykh 2022-08-06 10:03:10 +02:00
  • 948436e57e Fixed coverity issue SChernykh 2022-08-05 15:27:39 +02:00
  • 3dde71f1ff Fixed processing of long console commands SChernykh 2022-08-05 09:04:16 +02:00
  • be0e220fe4 Merge pull request #190 from bladedoyle/monero_18 SChernykh 2022-07-18 11:38:48 +02:00
  • 2e9a209a78 support monero v0.18.0.0 and minor fixes Blade Doyle 2022-07-17 07:55:16 -07:00
  • 3ce4f06b6c Update CMakeLists.txt SChernykh 2022-07-14 20:57:22 +02:00
  • 555414cd51 SideChain: improved precalculation coverage SChernykh 2022-07-14 19:29:41 +02:00
  • c33033b2f4 Code cleanup SChernykh 2022-07-14 14:28:06 +02:00
  • 3c697c2d7e Fixed potential deadlock SChernykh 2022-07-14 13:14:20 +02:00
  • 0e7c1aa481 SideChain: stricter checks for number of threads SChernykh 2022-07-14 11:39:19 +02:00
  • 7d5ff13f75 Fixed cppcheck warnings SChernykh 2022-07-14 11:23:56 +02:00
  • 02a8a512dc SideChain: precalculate tx pubkeys for faster sync SChernykh 2022-07-14 09:04:14 +02:00
  • 4733f46a28 Added uv_cond_init_checked SChernykh 2022-07-14 09:02:08 +02:00
  • 945de348f3 Rewrote get_view_tag without std::find_if SChernykh 2022-07-12 09:50:49 +02:00
  • 20dd9d7adc More efficient view tags caching SChernykh 2022-07-11 16:42:26 +02:00
  • c5bd184bbc P2PServer: don't deserialize the same block twice SChernykh 2022-07-10 10:24:03 +02:00
  • ae161fac49 Merge pull request #181 from bladedoyle/more_docker_compose_configure SChernykh 2022-07-10 09:15:11 +02:00
  • 8eb780a8b5 add more configurations; add statistics webserver Blade Doyle 2022-07-07 06:38:59 -07:00
  • 1c33cc9f3d p2pool v2.2.1 SChernykh 2022-07-08 17:47:28 +02:00
  • 9d692d5194 ConsoleCommands: check if console is available SChernykh 2022-07-07 08:32:37 +02:00
  • a7da7f932c Update libuv to Version 1.44.1 (Stable) SChernykh 2022-07-06 19:50:22 +02:00
  • 2e4f7adee4 TCPServer: added more checks during disconnects SChernykh 2022-07-06 14:17:09 +02:00
  • dcb822f812 ConsoleCommands: read from stdin using libuv SChernykh 2022-07-05 22:08:18 +02:00
  • 5da286fed4 JSON RPC: added HTTP headers SChernykh 2022-07-05 14:54:04 +02:00
  • 4ec0fe8d96 Fixed JSON RPC handling during shutdown SChernykh 2022-07-05 14:29:41 +02:00
  • 340a3e85c8 Fixed autodiff when running for a long time SChernykh 2022-07-05 10:02:18 +02:00
  • 64baf660bb JSON RPC: fixed shutdown on connect error SChernykh 2022-07-05 08:36:16 +02:00
  • 4f24f18b27 Updated Monero network upgrade info SChernykh 2022-07-01 09:23:28 +02:00
  • c5ea4dca67 p2pool v2.2 SChernykh 2022-06-30 17:58:40 +02:00
  • deaf47155f Miner: reset share counter when synchronized SChernykh 2022-06-30 12:13:17 +02:00
  • a1d1420ec3 Miner: display shares found in status SChernykh 2022-06-30 10:15:51 +02:00
  • a133a25cc3 Update c-cpp.yml SChernykh 2022-06-29 19:17:43 +02:00
  • 65e15b5205 Turned off more unused curl stuff SChernykh 2022-06-29 18:40:39 +02:00
  • ac123939e5 Fixed MSVC builds SChernykh 2022-06-29 12:38:28 +02:00
  • 2cafc570a8 Updated dependencies SChernykh 2022-06-29 08:36:51 +02:00
  • 9e5d5cecd4 Added get_tx_keys tests SChernykh 2022-06-28 18:00:01 +02:00
  • deb8d59130 Fixed cppcheck error SChernykh 2022-06-28 10:58:41 +02:00
  • 14bbf96feb Enforce deterministic tx keys starting from v15 SChernykh 2022-06-28 10:32:21 +02:00
  • ee1c5a0a56 Update RandomX SChernykh 2022-06-27 16:42:49 +02:00
  • a281db1cbb Fixed unaligned read SChernykh 2022-06-27 16:20:45 +02:00
  • b25e5449c8 Fixed rare "low diff share" errors SChernykh 2022-06-26 17:07:19 +02:00
  • b267c19a45 Limit autodiff to 4M for max compatibility SChernykh 2022-06-26 17:06:21 +02:00
  • 0bda37057a Merge pull request #176 from kpcyrd/install-on-archlinux SChernykh 2022-06-20 23:00:27 +02:00
  • 2aa8d2bdcc Code cleanup SChernykh 2022-06-20 22:37:33 +02:00
  • eebcbb5cc2 README: Update install instructions for Arch Linux kpcyrd 2022-06-20 22:27:23 +02:00
  • acf37ff10f Added json parser tests SChernykh 2022-06-20 10:50:30 +02:00
  • 56c239a368 Merge pull request #175 from bladedoyle/docker_compose_configure SChernykh 2022-06-20 07:30:14 +02:00
  • ae7386e7be Add docker-compose configuration menu Blade Doyle 2022-06-17 04:34:41 +00:00
  • 9ddf510716 Merge pull request #174 from bladedoyle/add_libcurl SChernykh 2022-06-16 00:52:19 +02:00
  • d79fefe546 Add libcurl to p2pool Dockerfile; adjust a few monerod options Blade Doyle 2022-06-14 05:27:20 +00:00
  • 921cbb0b69 ConsoleCommands: don't exit on EOF SChernykh 2022-06-15 07:54:53 +02:00
  • 7f1b849394 Fixed new cppcheck issues SChernykh 2022-06-13 07:30:59 +02:00
  • 9f4388843a Fixed error messages SChernykh 2022-06-09 09:20:24 +02:00
  • 37fba30c79 JSON RPC: fixed error checking SChernykh 2022-06-08 18:58:32 +02:00
  • 8f1fd55e2f Fixed more memory leaks in TCPServer SChernykh 2022-06-07 22:25:27 +02:00
  • 8af9e9b27d Fixed memory leaks SChernykh 2022-06-07 19:40:13 +02:00
  • 8b681d6efb Added memory hooks for CURL SChernykh 2022-06-07 16:02:08 +02:00
  • 75b9a0228b Updated Termux build instructions SChernykh 2022-06-07 15:34:28 +02:00
  • cbc00e6416 Use gcc-11 for build-ubuntu-static-libs SChernykh 2022-06-07 14:37:26 +02:00
  • a0778c8d7b CURL error checking SChernykh 2022-06-06 17:08:36 +02:00
  • 0c4dc82c65 Merge pull request #169 from SChernykh/curl SChernykh 2022-06-06 15:56:25 +02:00
  • a35d4b2701 Change llhttp to libcurl SChernykh 2022-06-04 13:16:05 +02:00
  • 05b0973a23 More reliable p2pool shutdown logic SChernykh 2022-06-03 18:28:10 +02:00
  • 09f46beeb4 SideChain: added more checks to is_longer_chain() SChernykh 2022-06-03 17:28:46 +02:00
  • b4c7eea4d9 Updated CodeQL action to v2 SChernykh 2022-06-02 11:22:43 +02:00
  • 8159ecfce4 Merge pull request #167 from bladedoyle/issue150 SChernykh 2022-06-01 21:10:14 +02:00
  • 662e2b5ba0 Fix for Issue #150 - xmrig container not building Blade Doyle 2022-06-01 10:44:55 -07:00
  • 5ca9f968aa Update RandomX SChernykh 2022-06-01 16:18:52 +02:00
  • 6ef34bb3f5 Enabled more compiler warnings SChernykh 2022-06-01 14:25:58 +02:00
  • 9a5be0a321 p2pool v2.1 SChernykh 2022-05-31 18:20:21 +02:00
  • c203f6eb0a Fixed a new cppcheck issue SChernykh 2022-05-31 16:51:09 +02:00
  • b713f4e702 CI: added Linux aarch64 build SChernykh 2022-05-31 16:34:33 +02:00
  • 111087d96a Fixed block reward share calculation SChernykh 2022-05-28 22:27:46 +02:00
  • 9e7666d12f Fixed data races SChernykh 2022-05-28 20:47:49 +02:00
  • cb147773b5 Updated cppcheck workflow on Linux SChernykh 2022-05-26 18:20:29 +02:00
  • d84bef8f14 Added block reward share percent to miner api SChernykh 2022-05-26 11:08:16 +02:00
  • 32bb318af4 Fixed cppcheck workflow on Windows SChernykh 2022-05-25 19:15:39 +02:00
  • 055b5e2256 Updated dependencies SChernykh 2022-05-25 12:54:40 +02:00
  • c1754d122f Update RandomX SChernykh 2022-05-24 15:34:15 +02:00
  • 6d121122f8 Fixed compiler warnings in tests SChernykh 2022-05-24 15:18:09 +02:00
  • bfa8334aeb Fixed executable stack SChernykh 2022-05-23 21:30:55 +02:00
  • 0e222afd6a Exit if server startup fails SChernykh 2022-05-23 15:46:15 +02:00
  • b191962d32 Handle startup errors without calling abort() SChernykh 2022-05-23 09:37:11 +02:00
  • 1cf13e142a SideChain: fixed alternative chain detection SChernykh 2022-05-16 15:59:48 +02:00
  • 8f1f81749d StratumServer: reset cumulative hashes too SChernykh 2022-05-16 14:36:11 +02:00
  • 72d70eba16 SideChain: added "synchronized" log message SChernykh 2022-05-16 01:48:37 +02:00
  • ae3612f595 Fixed worker diff display when autodiff is off SChernykh 2022-05-15 18:13:36 +02:00
  • 37b6457054 Show worker hashrate only when autodiff is on SChernykh 2022-05-15 01:15:21 +02:00
  • 9579be5c7d Optimized SideChain::miner_count() SChernykh 2022-05-12 22:18:08 +02:00
  • d05d47fa75 Fixed compilation SChernykh 2022-05-12 15:57:10 +02:00
  • bd88c04e9e SideChain: mutex locks refactoring SChernykh 2022-05-12 15:19:58 +02:00
  • eb3a3872eb Fixed missing blocks download logic SChernykh 2022-05-12 08:49:34 +02:00
  • 5cea7be405 Allow only one pending get_miner_data SChernykh 2022-05-12 00:18:02 +02:00
  • 516c382fe4 Update keccak.cpp SChernykh 2022-05-11 16:13:00 +02:00
  • 710e55422a Ignore duplicate get_miner_data SChernykh 2022-05-11 16:10:10 +02:00