Commit Graph

  • f95df98209
    README: add configuration section #191 hinto.janaiyo 2022-07-24 11:01:55 -0400
  • 58e82cccfb
    config: support command line arguments in config.json hinto.janaiyo 2022-07-24 10:50:48 -0400
  • 1d38da5551
    config: add p2pool.conf hinto.janaiyo 2022-07-24 10:50:33 -0400
  • be0e220fe4
    Merge pull request #190 from bladedoyle/monero_18 SChernykh 2022-07-18 11:38:48 +0200
  • 2e9a209a78 support monero v0.18.0.0 and minor fixes #190 Blade Doyle 2022-07-17 07:55:16 -0700
  • 5b6b89737f ARM Cortex A-53 / 72 errata mitigations #189 shermand100 2022-07-14 20:38:57 +0100
  • 3ce4f06b6c Update CMakeLists.txt SChernykh 2022-07-14 20:57:22 +0200
  • 555414cd51 SideChain: improved precalculation coverage SChernykh 2022-07-14 19:29:41 +0200
  • c33033b2f4 Code cleanup SChernykh 2022-07-14 14:28:06 +0200
  • 3c697c2d7e Fixed potential deadlock SChernykh 2022-07-14 13:14:20 +0200
  • 0e7c1aa481 SideChain: stricter checks for number of threads SChernykh 2022-07-14 11:39:19 +0200
  • 7d5ff13f75 Fixed cppcheck warnings SChernykh 2022-07-14 11:23:56 +0200
  • 02a8a512dc SideChain: precalculate tx pubkeys for faster sync SChernykh 2022-07-14 09:04:14 +0200
  • 4733f46a28 Added uv_cond_init_checked SChernykh 2022-07-14 09:02:08 +0200
  • 945de348f3 Rewrote get_view_tag without std::find_if SChernykh 2022-07-12 09:50:49 +0200
  • 20dd9d7adc More efficient view tags caching SChernykh 2022-07-11 16:42:26 +0200
  • c5bd184bbc P2PServer: don't deserialize the same block twice SChernykh 2022-07-10 10:24:03 +0200
  • ae161fac49
    Merge pull request #181 from bladedoyle/more_docker_compose_configure SChernykh 2022-07-10 09:15:11 +0200
  • 8eb780a8b5 add more configurations; add statistics webserver #181 Blade Doyle 2022-07-07 06:38:59 -0700
  • 1c33cc9f3d p2pool v2.2.1 v2.2.1 SChernykh 2022-07-08 17:47:28 +0200
  • 9d692d5194 ConsoleCommands: check if console is available SChernykh 2022-07-07 08:32:37 +0200
  • a7da7f932c Update libuv to `Version 1.44.1 (Stable)` SChernykh 2022-07-06 19:50:22 +0200
  • 2e4f7adee4 TCPServer: added more checks during disconnects SChernykh 2022-07-06 14:17:09 +0200
  • dcb822f812 ConsoleCommands: read from stdin using libuv SChernykh 2022-07-05 22:08:18 +0200
  • 5da286fed4 JSON RPC: added HTTP headers SChernykh 2022-07-05 14:54:04 +0200
  • 4ec0fe8d96 Fixed JSON RPC handling during shutdown SChernykh 2022-07-05 14:29:41 +0200
  • 340a3e85c8 Fixed autodiff when running for a long time SChernykh 2022-07-05 10:02:18 +0200
  • 64baf660bb JSON RPC: fixed shutdown on connect error SChernykh 2022-07-05 08:36:16 +0200
  • 50d206c150 add more configurations; add statistics webserver #180 Blade Doyle 2022-07-03 17:32:59 -0700
  • 4f24f18b27 Updated Monero network upgrade info SChernykh 2022-07-01 09:23:28 +0200
  • c5ea4dca67 p2pool v2.2 v2.2 SChernykh 2022-06-30 17:58:40 +0200
  • deaf47155f Miner: reset share counter when synchronized SChernykh 2022-06-30 12:13:17 +0200
  • a1d1420ec3 Miner: display shares found in status SChernykh 2022-06-30 10:15:51 +0200
  • a133a25cc3 Update c-cpp.yml SChernykh 2022-06-29 19:17:43 +0200
  • 65e15b5205 Turned off more unused curl stuff SChernykh 2022-06-29 18:40:39 +0200
  • ac123939e5 Fixed MSVC builds SChernykh 2022-06-29 12:38:28 +0200
  • 2cafc570a8 Updated dependencies SChernykh 2022-06-29 08:36:51 +0200
  • 9e5d5cecd4 Added get_tx_keys tests SChernykh 2022-06-28 18:00:01 +0200
  • deb8d59130 Fixed cppcheck error SChernykh 2022-06-28 10:58:41 +0200
  • 14bbf96feb Enforce deterministic tx keys starting from v15 SChernykh 2022-06-28 10:32:21 +0200
  • ee1c5a0a56 Update RandomX SChernykh 2022-06-27 16:42:49 +0200
  • a281db1cbb Fixed unaligned read SChernykh 2022-06-27 16:20:45 +0200
  • b25e5449c8 Fixed rare "low diff share" errors SChernykh 2022-06-26 17:07:19 +0200
  • b267c19a45 Limit autodiff to 4M for max compatibility SChernykh 2022-06-26 17:06:21 +0200
  • 0bda37057a
    Merge pull request #176 from kpcyrd/install-on-archlinux SChernykh 2022-06-20 23:00:27 +0200
  • 2aa8d2bdcc Code cleanup SChernykh 2022-06-20 22:37:33 +0200
  • eebcbb5cc2 README: Update install instructions for Arch Linux #176 kpcyrd 2022-06-20 22:27:23 +0200
  • acf37ff10f Added json parser tests SChernykh 2022-06-20 10:50:30 +0200
  • 56c239a368
    Merge pull request #175 from bladedoyle/docker_compose_configure SChernykh 2022-06-20 07:30:14 +0200
  • ae7386e7be Add docker-compose configuration menu #175 Blade Doyle 2022-06-17 04:34:41 +0000
  • 9ddf510716
    Merge pull request #174 from bladedoyle/add_libcurl SChernykh 2022-06-16 00:52:19 +0200
  • d79fefe546 Add libcurl to p2pool Dockerfile; adjust a few monerod options #174 Blade Doyle 2022-06-14 05:27:20 +0000
  • fddc30857a fix(onShareFound): not calling the onShareFound Script #173 James Willhoite 2022-06-15 14:08:08 -0400
  • 37c587ae34
    Merge branch 'SChernykh:master' into share_found James Willhoite 2022-06-15 13:07:22 -0400
  • 921cbb0b69 ConsoleCommands: don't exit on EOF SChernykh 2022-06-15 07:54:53 +0200
  • 041ff412b8 fix(onShareFound): adjust command string to buf James Willhoite 2022-06-14 07:40:27 -0400
  • de782201a9 fix(onShareFound): command string James Willhoite 2022-06-14 07:35:58 -0400
  • 1afe29c07a fix(onShareFound): permissions on src files James Willhoite 2022-06-13 08:05:10 -0400
  • 92d4a3e85f fix(onShareFound): remove swap file James Willhoite 2022-06-13 08:00:40 -0400
  • 7f1b849394 Fixed new cppcheck issues SChernykh 2022-06-13 07:30:59 +0200
  • 9614f1a540 fix(onShareFound): payout to be double James Willhoite 2022-06-12 20:24:20 -0400
  • 75d269daa7 maint(onBlockFound): remove commented code James Willhoite 2022-06-11 09:37:56 -0400
  • ec9b72e95c
    Update README.md James Willhoite 2022-06-11 09:37:23 -0400
  • dcfb8ef0b3 Merge branch 'share_found' of github.com:jameswillhoite/p2pool into share_found James Willhoite 2022-06-11 09:33:36 -0400
  • e2381f8a6a feat(onBlockFound): add parameter to call file when a block is found James Willhoite 2022-06-11 09:32:44 -0400
  • 0a057b678d
    maint(README): adjust on-share-found documentation James Willhoite 2022-06-10 12:18:02 -0400
  • b40db0a562
    maint(README): update README James Willhoite 2022-06-10 10:48:46 -0400
  • dfef5d5299 feat(onShareFound): add SHARE to cmd line arg James Willhoite 2022-06-10 10:47:24 -0400
  • 0ce7dcbfe9
    Merge branch 'SChernykh:master' into share_found James Willhoite 2022-06-10 10:20:24 -0400
  • 5f04154def feat(onShareFound): abilty to run script when share is found James Willhoite 2022-06-10 10:15:38 -0400
  • 9f4388843a Fixed error messages SChernykh 2022-06-09 09:20:24 +0200
  • 3d2fc4fbdf wip(onShareFound): adding files to git James Willhoite 2022-06-09 07:02:46 -0400
  • 37fba30c79 JSON RPC: fixed error checking SChernykh 2022-06-08 18:58:32 +0200
  • 8f1fd55e2f Fixed more memory leaks in TCPServer SChernykh 2022-06-07 22:25:27 +0200
  • 8af9e9b27d Fixed memory leaks SChernykh 2022-06-07 19:40:13 +0200
  • 8b681d6efb Added memory hooks for CURL SChernykh 2022-06-07 16:02:08 +0200
  • 75b9a0228b Updated Termux build instructions SChernykh 2022-06-07 15:34:28 +0200
  • cbc00e6416 Use gcc-11 for build-ubuntu-static-libs SChernykh 2022-06-07 14:37:26 +0200
  • a0778c8d7b CURL error checking SChernykh 2022-06-06 17:08:36 +0200
  • 0c4dc82c65
    Merge pull request #169 from SChernykh/curl SChernykh 2022-06-06 15:56:25 +0200
  • a35d4b2701 Change llhttp to libcurl #169 SChernykh 2022-06-04 13:16:05 +0200
  • 05b0973a23 More reliable p2pool shutdown logic SChernykh 2022-06-03 18:28:10 +0200
  • 09f46beeb4 SideChain: added more checks to is_longer_chain() SChernykh 2022-06-03 17:28:46 +0200
  • b4c7eea4d9 Updated CodeQL action to v2 SChernykh 2022-06-02 11:22:43 +0200
  • 8159ecfce4
    Merge pull request #167 from bladedoyle/issue150 SChernykh 2022-06-01 21:10:14 +0200
  • 662e2b5ba0 Fix for Issue #150 - xmrig container not building #167 Blade Doyle 2022-06-01 10:44:55 -0700
  • 532d3c2431 Fix for Issue #150 - xmrig container not building #166 Blade Doyle 2022-06-01 10:44:55 -0700
  • 5ca9f968aa Update RandomX SChernykh 2022-06-01 16:18:52 +0200
  • 6ef34bb3f5 Enabled more compiler warnings SChernykh 2022-06-01 14:25:58 +0200
  • 9a5be0a321 p2pool v2.1 v2.1 SChernykh 2022-05-31 18:20:21 +0200
  • c203f6eb0a Fixed a new cppcheck issue SChernykh 2022-05-31 16:51:09 +0200
  • b713f4e702 CI: added Linux aarch64 build SChernykh 2022-05-31 16:34:33 +0200
  • 111087d96a Fixed block reward share calculation SChernykh 2022-05-28 22:27:46 +0200
  • 9e7666d12f Fixed data races SChernykh 2022-05-28 20:47:49 +0200
  • cb147773b5 Updated cppcheck workflow on Linux SChernykh 2022-05-26 18:20:29 +0200
  • d84bef8f14 Added block reward share percent to miner api SChernykh 2022-05-26 11:08:16 +0200
  • 32bb318af4 Fixed cppcheck workflow on Windows SChernykh 2022-05-25 19:15:39 +0200
  • 055b5e2256 Updated dependencies SChernykh 2022-05-25 12:54:40 +0200
  • c1754d122f Update RandomX SChernykh 2022-05-24 15:34:15 +0200
  • 6d121122f8 Fixed compiler warnings in tests SChernykh 2022-05-24 15:18:09 +0200